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

glen glen at pld-linux.org
Mon Sep 7 16:50:45 CEST 2009


Author: glen
Date: Mon Sep  7 16:50:44 2009
New Revision: 10541

Modified:
   nagios-config/trunk/commands/check_http.cfg
Log:
- default -f warn seems sane (use -f ok to use keep previous behaviour)

Modified: nagios-config/trunk/commands/check_http.cfg
==============================================================================
--- nagios-config/trunk/commands/check_http.cfg	(original)
+++ nagios-config/trunk/commands/check_http.cfg	Mon Sep  7 16:50:44 2009
@@ -1,12 +1,12 @@
 # 'check_http' command definition
 define command {
 	command_name    check_http
-	command_line    $USER1$/check_http -I $HOSTADDRESS$ $ARG1$
+	command_line    $USER1$/check_http -I $HOSTADDRESS$ -f warn $ARG1$
 }
 
 define command {
 	command_name    check_https
-	command_line    $USER1$/check_http -I $HOSTADDRESS$ -S $ARG1$
+	command_line    $USER1$/check_http -I $HOSTADDRESS$ -f warn -S $ARG1$
 }
 
 define command {


More information about the pld-cvs-commit mailing list