SVN: nagios-config/trunk/timeperiods.cfg

glen glen at pld-linux.org
Thu Mar 18 13:58:09 CET 2010


Author: glen
Date: Thu Mar 18 13:58:09 2010
New Revision: 11282

Modified:
   nagios-config/trunk/timeperiods.cfg
Log:
- add daytime timeperiod

Modified: nagios-config/trunk/timeperiods.cfg
==============================================================================
--- nagios-config/trunk/timeperiods.cfg	(original)
+++ nagios-config/trunk/timeperiods.cfg	Thu Mar 18 13:58:09 2010
@@ -39,6 +39,19 @@
 	friday              09:00-17:00
 }
 
+define timeperiod {
+	timeperiod_name     daytime
+	alias               Normal Daytime
+
+	monday              09:00-21:00
+	tuesday             09:00-21:00
+	wednesday           09:00-21:00
+	thursday            09:00-21:00
+	friday              09:00-21:00
+	saturday            09:00-21:00
+	sunday              09:00-21:00
+}
+
 # 'none' timeperiod definition
 define timeperiod {
 	timeperiod_name         none


More information about the pld-cvs-commit mailing list