[Pkg-nagios-changes] [pkg-nagios] r1655 - in nagios-plugins/trunk/debian: . pluginconfig
Jan Wagner
waja at alioth.debian.org
Mon Apr 20 14:01:50 UTC 2009
tags 524629 pending
thanks
Author: waja
Date: 2009-04-20 14:01:50 +0000 (Mon, 20 Apr 2009)
New Revision: 1655
Modified:
nagios-plugins/trunk/debian/changelog
nagios-plugins/trunk/debian/pluginconfig/http.cfg
Log:
fix check_httpname
Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog 2009-04-15 14:55:40 UTC (rev 1654)
+++ nagios-plugins/trunk/debian/changelog 2009-04-20 14:01:50 UTC (rev 1655)
@@ -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
Modified: nagios-plugins/trunk/debian/pluginconfig/http.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/http.cfg 2009-04-15 14:55:40 UTC (rev 1654)
+++ nagios-plugins/trunk/debian/pluginconfig/http.cfg 2009-04-20 14:01:50 UTC (rev 1655)
@@ -7,7 +7,7 @@
# '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
More information about the Pkg-nagios-changes
mailing list