Page 2 of 2
Re: Unhandled hosts down
Posted: Tue Apr 07, 2015 9:21 am
by jolson
Sounds good - let us know. Thanks!
Re: Unhandled hosts down
Posted: Tue Apr 14, 2015 5:20 am
by litsupport.box
I cleaned up Nagios, and still i get to see all hosts that are beneath the parent.
once again: this is what i get to see
What i want to see:
Server04 is the only parent of server02
Server2 reports this:
Nagios is not showing any Unhandled service problems which is good. But i got a feeling it will after it fails checking a couple of times.

Re: Unhandled hosts down
Posted: Tue Apr 14, 2015 8:16 am
by BanditBBS
Hmm, it's definitely the parent since it is marked as unreachable. I could have sworn unreachable weren't considered unhandled. I'm either dead wrong or its because the check was orphaned that is messing that part up and making it show unhandled. I don't use gearman where I am so unfortunately I can't test here so hopefully the Nagios folks can help you...You could write an event handler that when the host goes down to acknowledge the issue if the parent is down. That's be a fun one to write!
Good luck!
Re: Unhandled hosts down
Posted: Tue Apr 14, 2015 9:41 am
by jdalrymple
Depending on how you look at it, there is either a bug in the software or the documentation. I'm going to lean towards the former myself. In my case I simulated an environment with a simple parent/child relationship - unreachable = unahandled and even more interestingly if the child device was reachable/up (even though it should be marked as unreachable) it was no longer unhandled. I'll file a bug.
Re: Unhandled hosts down
Posted: Tue Apr 28, 2015 1:42 am
by litsupport.box
So do i understand correctly that i can't really do anything about this atm?
Re: Unhandled hosts down
Posted: Tue Apr 28, 2015 12:46 pm
by jdalrymple
With the exception of tackling it using the methods BanditBBS mentioned:
BanditBBS wrote:You could write an event handler that when the host goes down to acknowledge the issue if the parent is down.
There really is nothing for you to do. As mentioned I've filed a bug so hopefully the logic fix will sneak into the next version of Core.
Re: Unhandled hosts down
Posted: Wed Apr 29, 2015 7:04 am
by litsupport.box
Ok thank you.