]> git.pld-linux.org Git - projects/nagios-config.git/blob - commands/check_dummy.cfg
check_dns_name for checking if specified name resolves
[projects/nagios-config.git] / commands / check_dummy.cfg
1 # 'check_dummy' command definition
2 define command {
3         command_name    check_dummy
4         command_line    /usr/lib/nagios/plugins/check_dummy $ARG1$
5 }
6
7 define command {
8         command_name    host-is-alive
9         command_line    /usr/lib/nagios/plugins/check_dummy 0 "Assume host UP"
10 }
This page took 0.232216 seconds and 3 git commands to generate.