CloudyKangaroo / puppet-cloudykangaroo

Service Provider Management w/Sensu, Puppet and Ubersmith
http://cloudykangaroo.github.io/cloudykangaroo/
MIT License
4 stars 5 forks source link

No way to unsilence an OK check #148

Closed ezrast closed 10 years ago

ezrast commented 10 years ago

To the best of my knowledge the only Unsilence buttons in the GUI are on the /monitoring/events page, which only shows checks that are in an alert state. We need Silence/Unsilence buttons under "Sensu Checks" on /ubersmith/devices/deviceid/[deviceid]. Maybe a way to delete stashes from /monitoring/stashes as well.

johann8384 commented 10 years ago

Checks can be unsilenced on the events page by clicking silenced events and then clicking the speaker icon.

We should have a way to do this on the stashes page also.

On Mar 8, 2014, at 2:27 AM, ezrast notifications@github.com wrote:

To the best of my knowledge the only Unsilence buttons in the GUI are on the /monitoring/events page, which only shows checks that are in an alert state. We need Silence/Unsilence buttons under "Sensu Checks" on /ubersmith/devices/deviceid/[deviceid]. Maybe a way to delete stashes from /monitoring/stashes as well.

— Reply to this email directly or view it on GitHub.

ezrast commented 10 years ago

My understanding is that if a silenced check stops alerting, it drops off the events page but stays silenced until the stash naturally expires. Am I mistaken?

johann8384 commented 10 years ago

Upper left, there is a link that says unsilenced events, that is a selector. It can be used to select silenced events.

On Saturday, March 8, 2014, ezrast notifications@github.com wrote:

My understanding is that if a silenced check stops alerting, it drops off the events page but stays silenced until the stash naturally expires. Am I mistaken?

Reply to this email directly or view it on GitHubhttps://github.com/CloudyKangaroo/cloudykangaroo/issues/148#issuecomment-37101797 .

johann8384 commented 10 years ago

Yes, it will stay silenced until the stash expires.

Two things are in the works, the first is a location to store alert history and the second is better handling of events vs. alarms. Sensu doesn't do this so we have to store it someplace to see alerts which have previously fired.

The Stashes should also be removed upon recovery, I think, to mimic the behaviour most people are used to with systems like Nagios. So, I'll probably be working on something for that, but it's a sensu thing not a Cloudy thing.

johann8384 commented 10 years ago

End the end, probably #109 would meet the needs here.

Duplicate of https://github.com/CloudyKangaroo/cloudykangaroo/issues/109