Weird service check status

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
darknawg63
Posts: 9
Joined: Thu Nov 21, 2013 3:51 am

Weird service check status

Post by darknawg63 »

Hi,

I have a situation wherein a monitored host goes into an unreachable state when its parent host has gone down and all the services goe into a critical state. This does not seem like an accurate situation because Nagios cannot reach the monitored host. It could be that the services on the host are all fine. Is there a way to make the services show unknown instead of critical in such a situation?

Kind regards...
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Weird service check status

Post by slansing »

Well, the services should also go into an unknown state, it may be possible that the parent host went down, but the services on the child host had already ran a check before nagios ran a check to the parent and returned critical. You may need to look at decreasing the amount of time between each host check (check_interval) so that nagios will state change the parent host before the child host's services run their check and find that they cannot reach their destination.
darknawg63
Posts: 9
Joined: Thu Nov 21, 2013 3:51 am

Re: Weird service check status

Post by darknawg63 »

Thanks for your response. Strange that they don't, but this seems to have changed since version 4.0.5, as this seems to function as expected since we've upgraded. Please lock:)
Locked