SVN: nagios-config/trunk/timeperiods.cfg

glen glen at pld-linux.org
Mon Aug 3 18:22:00 CEST 2009


Author: glen
Date: Mon Aug  3 18:21:59 2009
New Revision: 10443

Modified:
   nagios-config/trunk/timeperiods.cfg
Log:
- drop US samples

Modified: nagios-config/trunk/timeperiods.cfg
==============================================================================
--- nagios-config/trunk/timeperiods.cfg	(original)
+++ nagios-config/trunk/timeperiods.cfg	Mon Aug  3 18:21:59 2009
@@ -45,39 +45,4 @@
 	alias                   No Time Is A Good Time
 }
 
-# Some U.S. holidays
-# Note: The timeranges for each holiday are meant to *exclude* the holidays from being
-# treated as a valid time for notifications, etc.  You probably don't want your pager 
-# going off on New Year's.  Although you're employer might... :-)
-define timeperiod {
-	name                    us-holidays
-	timeperiod_name         us-holidays
-	alias                   U.S. Holidays
-
-	january 1               00:00-00:00     ; New Years
-	monday -1 may           00:00-00:00     ; Memorial Day (last Monday in May)
-	july 4                  00:00-00:00     ; Independence Day
-	monday 1 september      00:00-00:00     ; Labor Day (first Monday in September)
-	thursday -1 november    00:00-00:00     ; Thanksgiving (last Thursday in November)
-	december 25             00:00-00:00     ; Christmas
-}
-
-# This defines a modified "24x7" timeperiod that covers every day of the
-# year, except for U.S. holidays (defined in the timeperiod above).
-define timeperiod {
-	timeperiod_name         24x7_sans_holidays
-	alias                   24x7 Sans Holidays
-
-	; Get holiday exceptions from other timeperiod
-	use                     us-holidays
-
-	sunday                  00:00-24:00
-	monday                  00:00-24:00
-	tuesday                 00:00-24:00
-	wednesday               00:00-24:00
-	thursday                00:00-24:00
-	friday                  00:00-24:00
-	saturday                00:00-24:00
-}
-
 # vim:ft=nagios


More information about the pld-cvs-commit mailing list