aviau 133a48abbe Added testing environment
Change-Id: I0f488a59b9278a301df6dad20e6e74c12923d726
2014-08-08 17:13:47 -04:00

10 lines
398 B
INI

## Check a DNS entry
## This plugin test the DNS service on the specified host using dig
# check_dig -l <query_address> [-H <host>] [-p <server port>] [-T <query type>]
# [-w <warning interval>] [-c <critical interval>] [-t <timeout>] [-a <expected
# answer address>] [-v]
define command {
command_name check_dig
command_line $NAGIOSPLUGINSDIR$/check_dig -H $HOSTADDRESS$ -l $ARG1$
}