Ping check issue
Posted: Fri Nov 02, 2018 8:46 pm
Nagios Core 4.3.4
Having a minor issue with PING check on one host The Host is my vCenter appliance
Any ideas?
Having a minor issue with PING check on one host The Host is my vCenter appliance
Code: Select all
define service{
use local-service
host_name hostname
service_description PING
check_command check_ping!100.0,20%!500.0,60%
}
[code]
PING WARNING 11-02-2018 21:39:08 0d 0h 16m 45s 4/4 PING WARNING - Packet loss = 0%, RTA = 118.81 ms
From My desktop
[codePinging host-vc[10.2.8.11] with 32 bytes of data:
Reply from 10.2.8.11: bytes=32 time=92ms TTL=64
Reply from 10.2.8.11: bytes=32 time=121ms TTL=64
Reply from 10.2.8.11: bytes=32 time=57ms TTL=64
Reply from 10.2.8.11: bytes=32 time=105ms TTL=64
Ping statistics for 10.2.8.11:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 57ms, Maximum = 121ms, Average = 93ms]Any ideas?