Questions tagged [uchiwa]

Uchiwa is an opensource dashboard for the Sensu monitoring framework, built with Go and AngularJS.

Definition:

Uchiwa is a simple dashboard that makes API calls to a Sensu server.

It shows data in real time and provides aggregate information on all Sensu instances (represented as datacenters).

All data is automatically refreshed at a configurable interval.

The dashboard allows simple actions to be performed from the UI, such as silencing or deleting checks and clients.

Important Links:

5 questions
1
vote
2 answers

Ignore Checks Based on Dependencies on Uchiwa using Sensu

I'm currently using sensu and Uchiwa in an attempt to get rid of Zabbix, the problem is some checks persist even though they're dependent on other check. For example: I have a check that checks if the vpn process is active: "vpn-process": { …
Rebeca Maia
  • 438
  • 4
  • 16
0
votes
0 answers

Applying filters in Sensu

I have tried applying a filter in Sensu, from referring Sensu document, for reducing our monitoring alerts. But problem is, this filter is sending email only when issue is in Resolved state, no critical or warning alerts. Filter looks like : { …
Vivek Kumar
  • 515
  • 2
  • 6
  • 9
0
votes
1 answer

Sensu cli stash json error

I am trying to create a sensu stash using the cli as such: sensu cli stash create silence/client This then gives me a json file to create the stash, I put in my requirements as such: { "path": "silence/client", "Content-Type":…
zorro1224
  • 73
  • 2
  • 9
0
votes
1 answer

Sensu check-memory not working as per documentation

From the documentation https://github.com/sensu-plugins/sensu-plugins-memory-checks /opt/sensu/embedded/bin/check-memory.rb -w 2500 -c 3000 - Values in Megabytes My config.json has "command": "check-memory.sh -w 50000000 -c 100000000" top…
Siddharth
  • 9,349
  • 16
  • 86
  • 148
0
votes
3 answers

Sensu Dashboard events contain stale events

I am trying to clear all the stale old renamed clients from my uchiwa dashboard. I am unable to clear them. Basically I renamed the clients with a new name, but the old clients keep showing up on the dashboard. I restarted sensu-server, uchiwa…
Siddharth
  • 9,349
  • 16
  • 86
  • 148