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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to