Network Unreachable Error (solved)

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
mehetmet
Posts: 11
Joined: Thu Dec 01, 2011 2:11 pm

Network Unreachable Error (solved)

Post 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?
Last edited by mehetmet on Wed Jun 06, 2012 12:58 pm, edited 1 time in total.
mehetmet
Posts: 11
Joined: Thu Dec 01, 2011 2:11 pm

Re: Network Unreachable Error

Post by mehetmet »

We are using Debian 6.0.5, and just upgraded yesterday morning to Nagios 3.4.1 from Nagios 3.3.1
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: Network Unreachable Error

Post 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.
mehetmet
Posts: 11
Joined: Thu Dec 01, 2011 2:11 pm

Re: Network Unreachable Error

Post by mehetmet »

That was the issue, thanks a ton man!
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: Network Unreachable Error (solved)

Post by agriffin »

No problem.
Locked