nagios: Added nagios::target::dns to check DNS servers.
This commit is contained in:
parent
e1f85fa427
commit
16b3f0d71e
2 changed files with 24 additions and 0 deletions
|
@ -155,6 +155,13 @@ define command{
|
|||
}
|
||||
|
||||
|
||||
# 'check_dig' command definition
|
||||
define command{
|
||||
command_name check_dig
|
||||
command_line $USER1$/check_dig -H $HOSTADDRESS$ -l $ARG1$
|
||||
}
|
||||
|
||||
|
||||
# 'check_dhcp' command definition
|
||||
define command{
|
||||
command_name check_dhcp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue