[Pkg-nagios-changes] [pkg-nagios] r1577 - in nagios-plugins/trunk/debian: . pluginconfig

Jan Wagner waja at alioth.debian.org
Mon Sep 22 15:06:52 UTC 2008


Author: waja
Date: 2008-09-22 15:06:52 +0000 (Mon, 22 Sep 2008)
New Revision: 1577

Modified:
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/pluginconfig/http.cfg
Log:
fix check_http?_hostname*

Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2008-09-22 15:02:26 UTC (rev 1576)
+++ nagios-plugins/trunk/debian/changelog	2008-09-22 15:06:52 UTC (rev 1577)
@@ -4,6 +4,7 @@
     patch was incomplete
   * add warning and critical threshold to check_disk_smb_user command
     definition
+  * fix check_http?_hostname* command definitions
 
  -- Jan Wagner <waja at cyconet.org>  Sun, 24 Aug 2008 07:40:12 +0200
 

Modified: nagios-plugins/trunk/debian/pluginconfig/http.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/http.cfg	2008-09-22 15:02:26 UTC (rev 1576)
+++ nagios-plugins/trunk/debian/pluginconfig/http.cfg	2008-09-22 15:06:52 UTC (rev 1577)
@@ -31,7 +31,7 @@
 # 'check_https_hostname' command definition
 define command{
 	command_name	check_https_hostname
-	command_line	/usr/lib/nagios/plugins/check_http --ssl -H '$HOSTNAME' -I '$HOSTADDRESS$'
+	command_line	/usr/lib/nagios/plugins/check_http --ssl -H '$HOSTNAME$' -I '$HOSTADDRESS$'
 	}
 
 # 'check_https_auth' command definition
@@ -43,7 +43,7 @@
 # 'check_https_auth_hostname' command definition
 define command{
 	command_name	check_https_auth_hostname
-	command_line	/usr/lib/nagios/plugins/check_http --ssl -H '$HOSTNAME' -I '$HOSTADDRESS$'
+	command_line	/usr/lib/nagios/plugins/check_http --ssl -H '$HOSTNAME$' -I '$HOSTADDRESS$'
 	}
 
 # 'check_cups' command definition
@@ -65,7 +65,7 @@
 # 'check_http_hostname_4' command definition
 define command{
 	command_name	check_httpname_4
-	command_line	/usr/lib/nagios/plugins/check_http -H '$HOSTNAME' -I '$HOSTADDRESS$' -4
+	command_line	/usr/lib/nagios/plugins/check_http -H '$HOSTNAME$' -I '$HOSTADDRESS$' -4
 	}
 
 # 'check_http2_4' command definition
@@ -89,7 +89,7 @@
 # 'check_https_hostname_4' command definition
 define command{
 	command_name	check_https_hostname_4
-	command_line	/usr/lib/nagios/plugins/check_http --ssl -H '$HOSTNAME' -I '$HOSTADDRESS$' -4
+	command_line	/usr/lib/nagios/plugins/check_http --ssl -H '$HOSTNAME$' -I '$HOSTADDRESS$' -4
 	}
 
 # 'check_https_auth_4' command definition




More information about the Pkg-nagios-changes mailing list