[Pkg-nagios-changes] [pkg-nagios-plugins] 172/413: fix check_httpname

Jan Wagner waja at moszumanska.debian.org
Tue Nov 26 23:13:20 UTC 2013


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 e8c178eb51417deef203293d298b68fbcdd871dc
Author: Jan Wagner <waja at cyconet.org>
Date:   Mon Apr 20 14:01:50 2009 +0000

    fix check_httpname
---
 debian/changelog             | 2 +-
 debian/pluginconfig/http.cfg | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9e6d43c..87afe78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 nagios-plugins (1.4.12-6) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * add trailing $ to check_httpname, thanks Daniel Pocock (Closes: #524629)
 
  -- Jan Wagner <waja at cyconet.org>  Sun, 01 Feb 2009 03:19:57 +0100
 
diff --git a/debian/pluginconfig/http.cfg b/debian/pluginconfig/http.cfg
index 563869f..acb1ada 100644
--- a/debian/pluginconfig/http.cfg
+++ b/debian/pluginconfig/http.cfg
@@ -7,7 +7,7 @@ define command{
 # 'check_http_hostname' command definition
 define command{
 	command_name	check_httpname
-	command_line	/usr/lib/nagios/plugins/check_http -H '$HOSTNAME' -I '$HOSTADDRESS$'
+	command_line	/usr/lib/nagios/plugins/check_http -H '$HOSTNAME$' -I '$HOSTADDRESS$'
 	}
 
 # 'check_http2' 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