Page 1 of 1

Network Unreachable Error (solved)

Posted: Wed Jun 06, 2012 7:14 am
by mehetmet
Hello again,

So this seems strange to me and I'm not sure what is happening--I'll explain the situation here:


We are using Nagios to monitor our internal network as well as a few external hosts for various reasons. Suddenly, last night, Nagios started reporting "Critical - Network Unreachable" for 3 of the external hosts (while 3 others are still reporting normal). We are just checking the hosts with a Host Check and a check_ping service.

Here is the weird thing--When logged into the Nagios machine, I can do a ping hostname command and reach the external hosts that are reporting "Critical - Network Unreachable" just fine.


Any suggestions?

Re: Network Unreachable Error

Posted: Wed Jun 06, 2012 7:16 am
by mehetmet
We are using Debian 6.0.5, and just upgraded yesterday morning to Nagios 3.4.1 from Nagios 3.3.1

Re: Network Unreachable Error

Posted: Wed Jun 06, 2012 12:34 pm
by agriffin
Today is a big day for IPv6 as many sites enable support for it. This may be what is breaking your checks. Try adding '-4' to your command definitions to see if that fixes the problem.

Re: Network Unreachable Error

Posted: Wed Jun 06, 2012 12:58 pm
by mehetmet
That was the issue, thanks a ton man!

Re: Network Unreachable Error (solved)

Posted: Wed Jun 06, 2012 1:26 pm
by agriffin
No problem.