surveil/tools/test_env/etc/shinken/commands/check_host_alive.cfg
aviau 133a48abbe Added testing environment
Change-Id: I0f488a59b9278a301df6dad20e6e74c12923d726
2014-08-08 17:13:47 -04:00

6 lines
155 B
INI

define command {
command_name check_host_alive
command_line $NAGIOSPLUGINSDIR$/check_icmp -H $HOSTADDRESS$ -w 1000,100% -c 3000,100% -p 1
}