PING WARNING - Packet loss = 0%, RTA = 285.54 ms
Posted: Fri Aug 24, 2012 4:03 am
Dear all,
I am using NagiosCore 3.4.1
I received email alert from NagiosCore like below:
***** Nagios *****
Notification Type: PROBLEM
Service: PING
Host: london-public-ip
Address: ipaddress
State: WARNING
Date/Time: Sat Aug 25 00:24:05 PHT 2012
Additional Info:
PING WARNING - Packet loss = 0%, RTA = 285.54 ms
I wonder that why notification type is warning while the default value is
# 'check-host-alive' command definition
define command{
command_name check-host-alive
command_line $USER1$/check_ping -H $HOSTADDRESS$ -w 5000.0,80% -c 8000.0,100% -p 5
}
I read an article about check_ping command on Nagios site :
THRESHOLD is <rta>,<pl>% where <rta> is the round trip average travel
time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the
percentage of packet loss to trigger an alarm state.
So, why Nagios noticed Warning while packet loss =0% only.
Could you please explain to me and advice me how to fix problem
Many thanks for your support,
Trung Le Viet
I am using NagiosCore 3.4.1
I received email alert from NagiosCore like below:
***** Nagios *****
Notification Type: PROBLEM
Service: PING
Host: london-public-ip
Address: ipaddress
State: WARNING
Date/Time: Sat Aug 25 00:24:05 PHT 2012
Additional Info:
PING WARNING - Packet loss = 0%, RTA = 285.54 ms
I wonder that why notification type is warning while the default value is
# 'check-host-alive' command definition
define command{
command_name check-host-alive
command_line $USER1$/check_ping -H $HOSTADDRESS$ -w 5000.0,80% -c 8000.0,100% -p 5
}
I read an article about check_ping command on Nagios site :
THRESHOLD is <rta>,<pl>% where <rta> is the round trip average travel
time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the
percentage of packet loss to trigger an alarm state.
So, why Nagios noticed Warning while packet loss =0% only.
Could you please explain to me and advice me how to fix problem
Many thanks for your support,
Trung Le Viet