nagios: Added LDAP and LDAPs service targets.
This commit is contained in:
parent
16b3f0d71e
commit
ce958b5e3e
2 changed files with 31 additions and 0 deletions
|
@ -148,6 +148,13 @@ define command{
|
|||
}
|
||||
|
||||
|
||||
# 'check_ldap' command definition
|
||||
define command{
|
||||
command_name check_ldap
|
||||
command_line $USER1$/check_ldap -H $HOSTADDRESS$ -b $ARG1$
|
||||
}
|
||||
|
||||
|
||||
# 'check_ssh' command definition
|
||||
define command{
|
||||
command_name check_ssh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue