Installed VMWare SDK, ping checks are now failing

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dpasacritacrown
Posts: 24
Joined: Tue Oct 13, 2015 12:57 pm

Installed VMWare SDK, ping checks are now failing

Post by dpasacritacrown »

Hi everyone, I installed the VMWare SDK to monitor a VMWare instance, as explained here in this document: https://assets.nagios.com/downloads/nag ... ios-XI.pdf

Shortly after installation, several physical server ping checks started failing! I have no idea how or why this occurred, does the SDK installation make any kind of networking/routing changes? Other devices on the same network seem fine...

I'm on Centos 7, and I completed all the necessary steps on the pdf up to getting the wizard working.

This is the check in question: $USER1$/check_ping -H $HOSTADDRESS$ -w 350.0,20% -c 500.0,60% -p 5
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Installed VMWare SDK, ping checks are now failing

Post by Box293 »

The SDK should have no effect.

Have you rebooted the Nagios XI server?

Have you tried the ping command from a command line to known working and non-working hosts?

Code: Select all

/usr/local/nagios/libexec/check_ping -H xxx -w 350.0,20% -c 500.0,60% -p 5
You should also look at using check_icmp, the commands are the same but it's faster:

Code: Select all

/usr/local/nagios/libexec/check_icmp -H xxx -w 350.0,20% -c 500.0,60% -p 5
Try enabling verbose mode (-vvv) to and show us the output.

Code: Select all

/usr/local/nagios/libexec/check_ping -H xxx -w 350.0,20% -c 500.0,60% -p 5 -vvv
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked