Hi,
I have a ping service configured, i got an alert from Nagios XI as below.
***** Nagios XI Alert *****
Nagios has detected a problem with this service.
Notification Type: PROBLEM
Service: Ping
Host: Host_name
Address: ip_address
State: WARNING
Info:
PING WARNING - DUPLICATES FOUND! Packet loss = 0%, RTA = 1.98 ms
Date/Time: 2019-11-27 15:01:31
so what does this warning error mean?
Ping-Service Warning
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Ping-Service Warning
You are getting multiple responses from the ping
can you ping the IP with the following from the XI server to see if you get duplicates
can you ping the IP with the following from the XI server to see if you get duplicates
Code: Select all
ping ip_addressRe: Ping-Service Warning
From the ping man page:
You may want to check with your network to see if there is something going on or if it was a temporary problem.DUPLICATE AND DAMAGED PACKETS
ping will report duplicate and damaged packets. Duplicate packets should never occur, and seem to be caused by inappropriate link-level retransmissions. Duplicates may occur in many situations and are rarely (if ever) a
good sign, although the presence of low levels of duplicates may not always be cause for alarm.
Damaged packets are obviously serious cause for alarm and often indicate broken hardware somewhere in the ping packet's path (in the network or in the hosts).
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.