Nagios Dashboard

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
mriddel
Posts: 1
Joined: Wed Oct 22, 2014 1:49 pm

Nagios Dashboard

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

Re: Nagios Dashboard

Post 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.
Locked