[Pkg-nagios-changes] [pkg-nagios] r1373 - in nagios-plugins/trunk/debian: . pluginconfig
Jan Wagner
waja-guest at alioth.debian.org
Sun Mar 9 01:02:59 UTC 2008
tags 407310 pending
thanks
Author: waja-guest
Date: 2008-03-09 01:02:59 +0000 (Sun, 09 Mar 2008)
New Revision: 1373
Modified:
nagios-plugins/trunk/debian/changelog
nagios-plugins/trunk/debian/pluginconfig/ldap.cfg
Log:
add check_ldaps
Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog 2008-03-08 19:47:01 UTC (rev 1372)
+++ nagios-plugins/trunk/debian/changelog 2008-03-09 01:02:59 UTC (rev 1373)
@@ -2,7 +2,9 @@
* remove unneeded debhelper scripts from rules
* remove senseless comments from patches
- * add missing descriptions to patches
+ * add missing descriptions to patches
+ * add missing command definition for check_ldaps, thanks Michael Renner
+ <robe at amd.co.at> for reporting it (Closes: #407310)
-- Jan Wagner <waja at cyconet.org> Fri, 07 Mar 2008 17:37:49 +0100
Modified: nagios-plugins/trunk/debian/pluginconfig/ldap.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/ldap.cfg 2008-03-08 19:47:01 UTC (rev 1372)
+++ nagios-plugins/trunk/debian/pluginconfig/ldap.cfg 2008-03-09 01:02:59 UTC (rev 1373)
@@ -4,12 +4,24 @@
command_line /usr/lib/nagios/plugins/check_ldap -H $HOSTADDRESS$ -b $ARG1$
}
+# 'check_ldaps' command definition
+define command{
+ command_name check_ldaps
+ command_line /usr/lib/nagios/plugins/check_ldaps -H $HOSTADDRESS$ -b $ARG1$
+ }
+
####
# use these checks, if you want to test IPv4 connectivity on IPv6 enabled systems
####
# 'check_ldap_4' command definition
define command{
- command_name check_ldap_4
- command_line /usr/lib/nagios/plugins/check_ldap -H $HOSTADDRESS$ -b $ARG1$ -4
- }
+ command_name check_ldap_4
+ command_line /usr/lib/nagios/plugins/check_ldap -H $HOSTADDRESS$ -b $ARG1$ -4
+ }
+
+# 'check_ldaps_4' command definition
+define command{
+ command_name check_ldaps_4
+ command_line /usr/lib/nagios/plugins/check_ldaps -H $HOSTADDRESS$ -b $ARG1$ -4
+ }
\ No newline at end of file
More information about the Pkg-nagios-changes
mailing list