11 lines
360 B
INI
11 lines
360 B
INI
# 'check_dns' command definition
|
|
define command{
|
|
command_name check_dns
|
|
command_line $USER1$/check_dns -H www.yahoo.com -s $HOSTADDRESS$
|
|
}
|
|
|
|
# 'check_dns_fpo' command definition
|
|
define command{
|
|
command_name check_dns_fpo
|
|
command_line $USER1$/check_dns -t 30 -H fedoraproject.org -A -s $HOSTADDRESS$
|
|
}
|