Author: glen
Date: Mon Sep  7 16:53:06 2009
New Revision: 10542

Modified:
   nagios-config/trunk/commands/check_http.cfg
Log:
- typo

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:53:06 2009
@@ -1,12 +1,12 @@
 # 'check_http' command definition
 define command {
        command_name    check_http
-       command_line    $USER1$/check_http -I $HOSTADDRESS$ -f warn $ARG1$
+       command_line    $USER1$/check_http -I $HOSTADDRESS$ -f warning $ARG1$
 }
 
 define command {
        command_name    check_https
-       command_line    $USER1$/check_http -I $HOSTADDRESS$ -f warn -S $ARG1$
+       command_line    $USER1$/check_http -I $HOSTADDRESS$ -f warning -S $ARG1$
 }
 
 define command {
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to