[cc-commits] [CC SVN] r11375 - nagios/conf.d
webmaster at creativecommons.org
webmaster at creativecommons.org
Thu Dec 4 16:50:32 EST 2008
Author: nkinkade
Date: 2008-12-04 21:50:31 +0000 (Thu, 04 Dec 2008)
New Revision: 11375
Modified:
nagios/conf.d/a5_services.cfg
Log:
Fixed badly formatted line
Modified: nagios/conf.d/a5_services.cfg
===================================================================
--- nagios/conf.d/a5_services.cfg 2008-12-04 21:49:07 UTC (rev 11374)
+++ nagios/conf.d/a5_services.cfg 2008-12-04 21:50:31 UTC (rev 11375)
@@ -13,8 +13,7 @@
define service {
host_name a5
service_description Web Services a5
- check_command
- check_http!a5.creativecommons.org!/apache2-default/!200 OK!a5.creativecommons.org
+ check_command check_http!a5.creativecommons.org!/apache2-default/!200 OK!a5.creativecommons.org
use generic-service
notification_interval 15 ; set > 0 if you want to be renotified
contact_groups admins
More information about the cc-commits
mailing list