Move *.cfg to conf.d/
[i18n-zh.git] / cauchy / nagios / conf.d / timeperiods.cfg
blobf8841be1eb60618074eaa07cc71d0abe1a564654
1 # This defines a timeperiod where all times are valid for checks,
2 # notifications, etc. The classic "24x7" support nightmare. :-)
3 define timeperiod{
4         timeperiod_name 24x7
5         alias           24 Hours A Day, 7 Days A Week
6         sunday          00:00-24:00
7         monday          00:00-24:00
8         tuesday         00:00-24:00
9         wednesday       00:00-24:00
10         thursday        00:00-24:00
11         friday          00:00-24:00
12         saturday        00:00-24:00
15 # Here is a slightly friendlier period during work hours
16 define timeperiod{
17         timeperiod_name workhours
18         alias           Standard Work Hours
19         monday          09:00-17:00
20         tuesday         09:00-17:00
21         wednesday       09:00-17:00
22         thursday        09:00-17:00
23         friday          09:00-17:00
26 # The complement of workhours
27 define timeperiod{
28         timeperiod_name nonworkhours
29         alias           Non-Work Hours
30         sunday          00:00-24:00
31         monday          00:00-09:00,17:00-24:00
32         tuesday         00:00-09:00,17:00-24:00
33         wednesday       00:00-09:00,17:00-24:00
34         thursday        00:00-09:00,17:00-24:00
35         friday          00:00-09:00,17:00-24:00
36         saturday        00:00-24:00
39 # This one is a favorite: never :)
40 define timeperiod{
41         timeperiod_name never
42         alias           Never