From 7cb5f534d55ccd5413ae82dd424688d6b1143327 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sat, 21 Jun 2014 21:39:38 +0200 Subject: [PATCH] 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