nagios: Add support for Kerberos KDC service target.
This commit is contained in:
parent
71a89cd122
commit
37e36b3aae
4 changed files with 120 additions and 1 deletions
|
@ -155,6 +155,13 @@ define command{
|
|||
}
|
||||
|
||||
|
||||
# 'check_kdc' command definition
|
||||
define command{
|
||||
command_name check_kdc
|
||||
command_line $USER1$/check_kdc -H $HOSTADDRESS$ $ARG1$
|
||||
}
|
||||
|
||||
|
||||
# 'check_ldap' command definition
|
||||
define command{
|
||||
command_name check_ldap
|
||||
|
@ -273,7 +280,6 @@ define command{
|
|||
}
|
||||
|
||||
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# SAMPLE PERFORMANCE DATA COMMANDS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue