nagios: Added support for tftp service target.
This commit is contained in:
parent
f9ba1455d0
commit
a4282b0400
4 changed files with 64 additions and 0 deletions
|
@ -225,6 +225,13 @@ define command{
|
|||
}
|
||||
|
||||
|
||||
# 'check_tftp' command definition
|
||||
define command{
|
||||
command_name check_tftp
|
||||
command_line $USER1$/check_tftp -H $HOSTADDRESS$ -f $ARG1$
|
||||
}
|
||||
|
||||
|
||||
# 'check_tcp' command definition
|
||||
define command{
|
||||
command_name check_tcp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue