aboutsummaryrefslogtreecommitdiffstats
path: root/nagios-templates.cfg
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2011-11-14 10:55:04 +0000
committerPetter Reinholdtsen <pere@hungry.com>2011-11-14 10:55:04 +0000
commit13384666fd61d14235bd256d4de522084f43ed61 (patch)
treeafe1038ed6dd3e2df32a9740aa2bdde09b19a4a8 /nagios-templates.cfg
parentc32f5955c5e8b5f1fa069ef037a9164b71aee63d (diff)
downloadsitesummary-13384666fd61d14235bd256d4de522084f43ed61.tar.gz
sitesummary-13384666fd61d14235bd256d4de522084f43ed61.tar.bz2
sitesummary-13384666fd61d14235bd256d4de522084f43ed61.tar.xz
Improve LDAP server check, not only checking if the TCP port is
listening, but also check if the server will reply to searches for the root DSE.
Diffstat (limited to 'nagios-templates.cfg')
-rw-r--r--nagios-templates.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/nagios-templates.cfg b/nagios-templates.cfg
index 36f59d6..01af7fd 100644
--- a/nagios-templates.cfg
+++ b/nagios-templates.cfg
@@ -224,6 +224,12 @@ define command{
}
define command{
+ command_name check_ldap_root
+ command_line /usr/lib/sitesummary/nagios-plugins/check_ldap_root '$HOSTADDRESS$'
+}
+
+
+define command{
command_name check_kernel_status
command_line /usr/bin/perl /usr/lib/sitesummary/nagios-plugins/check_kernel_status
}