A few puppet warnings
[mirror/dsa-nagios.git] / config / static / conf.d / timeperiods.cfg
1 #############################################################################
2 ## THIS FILE IS COPIED TO THE FINAL LOCATION USING PUPPET
3 ## ITS AUTHORITATIVE HOME IS THE DSA-NAGIOS CONFIGURATION GIT
4 #############################################################################
5 ###############################################################################
6 # timeperiods.cfg
7 ###############################################################################
8
9 # This defines a timeperiod where all times are valid for checks, 
10 # notifications, etc.  The classic "24x7" support nightmare. :-)
11
12 define timeperiod{
13         timeperiod_name 24x7
14         alias           24 Hours A Day, 7 Days A Week
15         sunday          00:00-24:00
16         monday          00:00-24:00
17         tuesday         00:00-24:00
18         wednesday       00:00-24:00
19         thursday        00:00-24:00
20         friday          00:00-24:00
21         saturday        00:00-24:00
22         }
23
24 # This one is a favorite: never :)
25 define timeperiod{
26         timeperiod_name never
27         alias           Never
28         }