aviau 133a48abbe Added testing environment
Change-Id: I0f488a59b9278a301df6dad20e6e74c12923d726
2014-08-08 17:13:47 -04:00

11 lines
336 B
INI

## Check ping command
## Use ping to check connection statistics for a remote host.
# check_ping -H <host_address> -w <wrta>,<wpl>% -c <crta>,<cpl>% [-p packets]
# [-t timeout] [-4|-6]
define command {
command_name check_ping
command_line $NAGIOSPLUGINSDIR$/check_icmp -H $HOSTADDRESS$ -w 3000,100% -c 5000,100% -p 10
}