Move stuff into conf.d as it is on the server
[mirror/dsa-nagios.git] / config / static / conf.d / timeperiods.cfg
1 ###############################################################################
2 # timeperiods.cfg
3 ###############################################################################
4
5 # This defines a timeperiod where all times are valid for checks, 
6 # notifications, etc.  The classic "24x7" support nightmare. :-)
7
8 define timeperiod{
9         timeperiod_name 24x7
10         alias           24 Hours A Day, 7 Days A Week
11         sunday          00:00-24:00
12         monday          00:00-24:00
13         tuesday         00:00-24:00
14         wednesday       00:00-24:00
15         thursday        00:00-24:00
16         friday          00:00-24:00
17         saturday        00:00-24:00
18         }
19
20 # This one is a favorite: never :)
21 define timeperiod{
22         timeperiod_name never
23         alias           Never
24         }