nagios: Add support for NSCA passive checks.
This commit is contained in:
parent
037fe31dd6
commit
fb89a9506f
3 changed files with 52 additions and 0 deletions
|
@ -127,6 +127,13 @@ define command{
|
|||
}
|
||||
|
||||
|
||||
# 'check_dummy' command definition
|
||||
define command{
|
||||
command_name check_dummy
|
||||
command_line $USER1$/check_dummy $ARG1$
|
||||
}
|
||||
|
||||
|
||||
# 'check_hpjd' command definition
|
||||
define command{
|
||||
command_name check_hpjd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue