ansible/roles/nagios_server/files/nagios/commands/dns.cfg
2017-01-05 00:55:16 +00:00

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$
}