SVN: nagios-config/trunk/commands/check_http.cfg

glen glen at pld-linux.org
Fri Sep 4 19:25:13 CEST 2009


Author: glen
Date: Fri Sep  4 19:25:12 2009
New Revision: 10534

Modified:
   nagios-config/trunk/commands/check_http.cfg
Log:
- check_https same prototype as check_http

Modified: nagios-config/trunk/commands/check_http.cfg
==============================================================================
--- nagios-config/trunk/commands/check_http.cfg	(original)
+++ nagios-config/trunk/commands/check_http.cfg	Fri Sep  4 19:25:12 2009
@@ -6,7 +6,7 @@
 
 define command {
 	command_name    check_https
-	command_line    $USER1$/check_http -I $HOSTADDRESS$ -H $ARG1$ -S $ARG2$
+	command_line    $USER1$/check_http -I $HOSTADDRESS$ -S $ARG1$
 }
 
 # These below are deprecated, use check_http / check_https and add the extra args yourself


More information about the pld-cvs-commit mailing list