[Pkg-nagios-changes] [pkg-nagios-plugins] 01/01: check_http: droping expect string from check_squid (Closes: #742363), thanks Andreas B. Mundt
Jan Wagner
waja at moszumanska.debian.org
Sat Jun 21 19:43:38 UTC 2014
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to branch master
in repository pkg-nagios-plugins.
commit 7cb5f534d55ccd5413ae82dd424688d6b1143327
Author: Jan Wagner <waja at cyconet.org>
Date: Sat Jun 21 21:39:38 2014 +0200
check_http: droping expect string from check_squid
(Closes: #742363), thanks Andreas B. Mundt
---
debian/pluginconfig/http.cfg | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/pluginconfig/http.cfg b/debian/pluginconfig/http.cfg
index ff058b2..16072de 100644
--- a/debian/pluginconfig/http.cfg
+++ b/debian/pluginconfig/http.cfg
@@ -19,7 +19,7 @@ define command{
# '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'
+ command_line /usr/lib/nagios/plugins/check_http -H '$HOSTADDRESS$' -p '$ARG1$' -u '$ARG2$'
}
# 'check_https' command definition
@@ -77,7 +77,7 @@ define command{
# '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
+ command_line /usr/lib/nagios/plugins/check_http -H '$HOSTADDRESS$' -p '$ARG1$' -u '$ARG2$' -4
}
# 'check_https_4' command definition
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git
More information about the Pkg-nagios-changes
mailing list