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

Jan Wagner waja-guest at alioth.debian.org
Fri Jun 6 13:24:43 UTC 2008


tags 423461 pending
thanks

Author: waja-guest
Date: 2008-06-06 13:24:43 +0000 (Fri, 06 Jun 2008)
New Revision: 1475

Modified:
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/pluginconfig/http.cfg
Log:
provide new checks for check_http which makes use of -H 'schuhkarton'

Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2008-06-06 13:10:32 UTC (rev 1474)
+++ nagios-plugins/trunk/debian/changelog	2008-06-06 13:24:43 UTC (rev 1475)
@@ -39,6 +39,8 @@
   * add 37_check_radius_nas-ip-address.dpatch to add support for nas-ip to
     check_radius, thanks Josip Rodin <joy at debbugs.entuzijast.net> for
     providing it (Closes: #482947)
+  * provide new checks for check_http which makes use of "-H '$HOSTNAME'"
+    (Closes: #423461)
 
   [ Alexander Wirt ]
   * Call smbclient with -N (supress password prompt) if no password is

Modified: nagios-plugins/trunk/debian/pluginconfig/http.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/http.cfg	2008-06-06 13:10:32 UTC (rev 1474)
+++ nagios-plugins/trunk/debian/pluginconfig/http.cfg	2008-06-06 13:24:43 UTC (rev 1475)
@@ -4,6 +4,11 @@
 	command_line	/usr/lib/nagios/plugins/check_http -H '$HOSTADDRESS$' -I '$HOSTADDRESS$'
 	}
 
+# 'check_http_hostname' command definition
+define command{
+	command_name	check_httpname
+	command_line	/usr/lib/nagios/plugins/check_http -H '$HOSTNAME' -I '$HOSTADDRESS$'
+	}
 
 # 'check_http2' command definition
 define command{
@@ -21,14 +26,26 @@
 define command{
 	command_name    check_https
 	command_line	/usr/lib/nagios/plugins/check_http --ssl -H '$HOSTADDRESS$' -I '$HOSTADDRESS$'
-}
+	}
 
+# '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$'
+	}
+
 # 'check_https_auth' command definition
 define command{
 	command_name	check_https_auth
 	command_line	/usr/lib/nagios/plugins/check_http --ssl -H '$HOSTADDRESS$' -I '$HOSTADDRESS$' -a '$ARG1$'
 	}
 
+# '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$'
+	}
+
 # 'check_cups' command definition
 define command{
 	command_name	check_cups
@@ -45,6 +62,11 @@
         command_line    /usr/lib/nagios/plugins/check_http -H '$HOSTADDRESS$' -I '$HOSTADDRESS$' -4
         }
 
+# '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
+	}
 
 # 'check_http2_4' command definition
 define command{
@@ -62,14 +84,26 @@
 define command{
         command_name    check_https_4
         command_line    /usr/lib/nagios/plugins/check_http --ssl -H '$HOSTADDRESS$' -I '$HOSTADDRESS$' -4
-}
+	}
 
+# '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
+	}
+
 # 'check_https_auth_4' command definition
 define command{
         command_name    check_https_auth_4
         command_line    /usr/lib/nagios/plugins/check_http --ssl -H '$HOSTADDRESS$' -I '$HOSTADDRESS$' -a '$ARG1$' -4
         }
 
+# 'check_https_auth_hostname_4' command definition
+define command{
+	command_name	check_https_auth_hostname_4
+	command_line	/usr/lib/nagios/plugins/check_http --ssl -H '$HOSTNAME' -I '$HOSTADDRESS$' -4
+	}
+
 # 'check_cups_4' command definition
 define command{
 	command_name	check_cups_4




More information about the Pkg-nagios-changes mailing list