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
Installed VMWare SDK, ping checks are now failing
-
dpasacritacrown
- Posts: 24
- Joined: Tue Oct 13, 2015 12:57 pm
- 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
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?
You should also look at using check_icmp, the commands are the same but it's faster:
Try enabling verbose mode (-vvv) to and show us the output.
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 5Code: Select all
/usr/local/nagios/libexec/check_icmp -H xxx -w 350.0,20% -c 500.0,60% -p 5Code: Select all
/usr/local/nagios/libexec/check_ping -H xxx -w 350.0,20% -c 500.0,60% -p 5 -vvvAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.