[Pkg-nagios-changes] [pkg-nagios] r2095 - in nagios-plugins/trunk/debian: . pluginconfig
Jan Wagner
waja at alioth.debian.org
Thu Jul 11 11:36:37 UTC 2013
Author: waja
Date: 2013-07-11 11:36:37 +0000 (Thu, 11 Jul 2013)
New Revision: 2095
Modified:
nagios-plugins/trunk/debian/changelog
nagios-plugins/trunk/debian/pluginconfig/http.cfg
Log:
check_squid* was broken with additional argument
Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog 2013-07-10 13:19:01 UTC (rev 2094)
+++ nagios-plugins/trunk/debian/changelog 2013-07-11 11:36:37 UTC (rev 2095)
@@ -1,6 +1,6 @@
nagios-plugins (1.4.16-3) UNRELEASED; urgency=low
- * NOT RELEASED YET
+ * Fixed check_squid* command definitions
-- Jan Wagner <waja at cyconet.org> Wed, 10 Jul 2013 15:16:26 +0200
Modified: nagios-plugins/trunk/debian/pluginconfig/http.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/http.cfg 2013-07-10 13:19:01 UTC (rev 2094)
+++ nagios-plugins/trunk/debian/pluginconfig/http.cfg 2013-07-11 11:36:37 UTC (rev 2095)
@@ -19,7 +19,7 @@
# 'check_squid' command definition
define command{
command_name check_squid
- command_line /usr/lib/nagios/plugins/check_http -H '$HOSTADDRESS$' -p '$ARG1$' -u '$ARG2$' -e 'HTTP/1.0 200 OK' '$ARG3$'
+ command_line /usr/lib/nagios/plugins/check_http -H '$HOSTADDRESS$' -p '$ARG1$' -u '$ARG2$' -e 'HTTP/1.0 200 OK'
}
# 'check_https' command definition
@@ -77,7 +77,7 @@
# 'check_squid_4' command definition
define command{
command_name check_squid_4
- command_line /usr/lib/nagios/plugins/check_http -H '$HOSTADDRESS$' -p '$ARG1$' -u '$ARG2$' -e 'HTTP/1.0 200 OK' -4 '$ARG3$'
+ command_line /usr/lib/nagios/plugins/check_http -H '$HOSTADDRESS$' -p '$ARG1$' -u '$ARG2$' -e 'HTTP/1.0 200 OK' -4
}
# 'check_https_4' command definition
More information about the Pkg-nagios-changes
mailing list