## Check ping command ## Use ping to check connection statistics for a remote host. # check_ping -H -w ,% -c ,% [-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 }