Page 1 of 1

Nagios Dashboard

Posted: Wed Oct 22, 2014 1:56 pm
by mriddel
Hi All,

I have implemented the following dashboard which has integrated nicely with our Nagios system: https://github.com/RaymiiOrg/simple-nagios-dashboard

However 1 problem we noticed was that when a host goes down (it appears correctly in the hosts down section) the services associated with this host are reported as being critical (this would be an issue if the host had 70 odd services associated with it.) When we acknowledge the host as being down the services still remain critical as they aren't picking up the acknowledgement.

Is there a way to edit the code or configure Nagios to prevent this from happening?

Thanks,
Matt

Re: Nagios Dashboard

Posted: Wed Oct 22, 2014 2:57 pm
by slansing
Ah, yeah services will not be acknowledged when you acknowledge a host, that is something that is somewhat solved with the Mass Acknowledgement Component in XI, but that is not available for Core. Besides sending a command through the command pipe by hand or from a script, there is no real way to do this en masse that I can think of.