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
Nagios Dashboard
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Nagios Dashboard
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.