]> git.pld-linux.org Git - projects/nagios-config.git/commitdiff
- indent with tab only at start of line
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 3 Nov 2008 22:56:07 +0000 (22:56 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 3 Nov 2008 22:56:07 +0000 (22:56 +0000)
svn-id: @9945

timeperiods.cfg

index dafaa8d1e6f1b91977d20fd3d858c7c92f4f6321..7579d8211efc165bc1a3c2208fc7aaeb7b40a4f2 100644 (file)
 # This defines a timeperiod where all times are valid for checks, 
 # notifications, etc.  The classic "24x7" support nightmare. :-)
 define timeperiod {
-       timeperiod_name         24x7
-       alias                           24 Hours A Day, 7 Days A Week
+       timeperiod_name     24x7
+       alias               24 Hours A Day, 7 Days A Week
 
-       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
-       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
+       sunday              00:00-24:00
 }
 
 # 'workhours' timeperiod definition
-define timeperiodo {
-       timeperiod_name         workhours
-       alias                           Normal Work Hours
+define timeperiod {
+       timeperiod_name     workhours
+       alias               Normal Work Hours
 
-       monday                          09:00-17:00
-       tuesday                         09:00-17:00
-       wednesday                       09:00-17:00
-       thursday                        09:00-17:00
-       friday                          09:00-17:00
+       monday              09:00-17:00
+       tuesday             09:00-17:00
+       wednesday           09:00-17:00
+       thursday            09:00-17:00
+       friday              09:00-17:00
 }
 
 # 'none' timeperiod definition
-define timeperiod{
-       timeperiod_name                 none
-       alias                                   No Time Is A Good Time
+define timeperiod {
+       timeperiod_name         none
+       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
+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
+       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
+       timeperiod_name         24x7_sans_holidays
+       alias                   24x7 Sans Holidays
 
        ; Get holiday exceptions from other timeperiod
-       use                                             us-holidays
+       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
+       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:ts=4:sw=4:ft=nagios
This page took 0.15646 seconds and 4 git commands to generate.