diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2011-11-14 10:00:50 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2011-11-14 10:00:50 +0000 |
commit | 5b55ccf8bdcf39c84e3a26bf549f9424fec35e85 (patch) | |
tree | 5e75a6ce5b0615544ca53efff354ffe858484cca /nagios-templates.cfg | |
parent | 2669eed8f5ee9ec15d04c571b12a213a887ff3c5 (diff) | |
download | sitesummary-5b55ccf8bdcf39c84e3a26bf549f9424fec35e85.tar.gz sitesummary-5b55ccf8bdcf39c84e3a26bf549f9424fec35e85.tar.bz2 sitesummary-5b55ccf8bdcf39c84e3a26bf549f9424fec35e85.tar.xz |
Revert LDAP server check, as the check_ldap module provided in nagios-plugins-basic is not able to do a base search to fetch the root entry.
Diffstat (limited to 'nagios-templates.cfg')
-rw-r--r-- | nagios-templates.cfg | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nagios-templates.cfg b/nagios-templates.cfg index 251b903..36f59d6 100644 --- a/nagios-templates.cfg +++ b/nagios-templates.cfg @@ -224,12 +224,6 @@ define command{ } define command{ - command_name check_ldap - command_line /usr/lib/nagios/plugins/check_ldap -H '$HOSTADDRESS$' -b '$ARG1$' -} - - -define command{ command_name check_kernel_status command_line /usr/bin/perl /usr/lib/sitesummary/nagios-plugins/check_kernel_status } |