Search found 1 match

by sw1
Thu Jan 02, 2014 12:01 pm
Forum: Open Source Nagios Projects
Topic: pnp4nagios offline status not work
Replies: 9
Views: 4699

Re: pnp4nagios offline status not work

I had this same problem. In the end I discovered it is because the check_ping plugin does not give useful output if the host is down. It does this: [sw@nagios01 plugins]$ ./check_ping -H notos $ -w 1000.0,60% -c 4000.0,100% -p 5 CRITICAL - Host Unreachable (notos) I assume as there are no useful sta...