1 # This defines a timeperiod where all times are valid for checks,
2 # notifications, etc. The classic "24x7" support nightmare. :-)
5 alias 24 Hours A Day, 7 Days A Week
15 # Here is a slightly friendlier period during work hours
17 timeperiod_name workhours
18 alias Standard Work Hours
26 # The complement of workhours
28 timeperiod_name nonworkhours
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
39 # This one is a favorite: never :)