-
Notifications
You must be signed in to change notification settings - Fork 173
Uchiwa not showing "Output" when check status is green (status 0) #404
Comments
Uchiwa will do this if your using a newer version of Sensu. From your screenshot it looks like your using v0.13.1 and I believe the ability to read the output for a check in an OK state was introduced in Sensu v0.18. So upgrade your Sensu install and you'll get what your looking for. |
Thanks for the fast reply, this is not my screenshot - I just pulled it from a website. My sensu version is: v0.20.6 and my uchiwa version is v0.12.0. So should I downgrade my sensu to restore this functionality? Thanks! |
Have you verified that both Sensu Server and Sensu Client are v0.20.6? |
Yeah I see all the outputs when I view /results/ . Also all of my sensu-client versions are on 0.20.6 as well. I've tried flushing redis also. Here is a screen shot of my actual setup: When I drill into the check it shows me all information. Thanks again for the help. |
Edit: Scratch all that, I narrowed down the problem to uchiwa-web (/opt/uchiwa/src/public/bower_components/uchiwa-web). Something was committed that broke the output field in the client checks page. I am investigating what it might be.
|
I found this in the uchiwa-web/partials/view/client.html I believe this { check.output } is not returning any data. Maybe its a permissions issue? I don't know. I definitely need some help after this point - I don't know where to look next. Edit: I have a working sensu+uchiwa build on latest versions that DOES output data for { check.output }. The build I am trying to fix does not output data. Note: everything else is working fine. Thanks |
Edit: I solved this issue by downgrading to 0.11.2, this problem is caused by 0.12.0
|
@pwn777 You are totally right, I completely missed it, sorry about that! |
On the page /client/home/(servername) it shows a list of all the checks for that client. When an event is triggered it shows the output on this page's check. But when the status of the check is green, it does not show the output (probably by design). I would love to see the regular Output even when the checks are green. For example, if you have a check for memory use, it will say: "Memory use OK, 50% used". How can I pipe the output from the actual check page into this overall client "checks" page.
This is the page I am referring to:
http://thepracticalsysadmin.com/wp-content/uploads/2014/08/uchiwa41.jpg
The text was updated successfully, but these errors were encountered: