Author: glen
Date: Mon Sep  7 16:53:39 2009
New Revision: 10543

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

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:39 2009
@@ -15,39 +15,39 @@
 }
 
 define service {
-        use                     generic-service
-        name                    http
-        service_description     http
-        register                0
-
-        ; increase check interval to 5 minutes
-        normal_check_interval   5
-        ; increase retry to one minute
-        retry_check_interval    1
+       use                     generic-service
+       name                    http
+       service_description     http
+       register                0
+
+       ; increase check interval to 5 minutes
+       normal_check_interval   5
+       ; increase retry to one minute
+       retry_check_interval    1
 
-        check_command           check_http
+       check_command           check_http
 }
 
 define service {
-        use                     http
-        name                    https
-        service_description     https
-        register                0
+       use                     http
+       name                    https
+       service_description     https
+       register                0
 
-        check_command           check_https
+       check_command           check_https
 }
 
 define service {
-        use                     http
-        name                    https.crt
-        service_description     https.crt
-        register                0
-
-               ; check every 12h is sufficent, notify daily
-        normal_check_interval   720
-        notification_interval   1440
+       use                     http
+       name                    https.crt
+       service_description     https.crt
+       register                0
+
+       ; check every 12h is sufficent, notify daily
+       normal_check_interval   720
+       notification_interval   1440
 
-        check_command           check_https.crt
+       check_command           check_https.crt
 }
 
 
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to