]> git.pld-linux.org Git - projects/nagios-config.git/blame - timeperiods.cfg
use .xz for archive format
[projects/nagios-config.git] / timeperiods.cfg
CommitLineData
988abb23
ER
1###############################################################################
2# TIMEPERIODS.CFG
3#
988abb23
ER
4###############################################################################
5
6###############################################################################
7###############################################################################
8#
9# TIME PERIODS
10#
11###############################################################################
12###############################################################################
13
14# This defines a timeperiod where all times are valid for checks,
15# notifications, etc. The classic "24x7" support nightmare. :-)
16define timeperiod {
9c0d6e90
ER
17 timeperiod_name 24x7
18 alias 24 Hours A Day, 7 Days A Week
988abb23 19
9c0d6e90
ER
20 monday 00:00-24:00
21 tuesday 00:00-24:00
22 wednesday 00:00-24:00
23 thursday 00:00-24:00
24 friday 00:00-24:00
25 saturday 00:00-24:00
26 sunday 00:00-24:00
988abb23
ER
27}
28
29# 'workhours' timeperiod definition
9c0d6e90
ER
30define timeperiod {
31 timeperiod_name workhours
32 alias Normal Work Hours
988abb23 33
9c0d6e90
ER
34 monday 09:00-17:00
35 tuesday 09:00-17:00
36 wednesday 09:00-17:00
37 thursday 09:00-17:00
38 friday 09:00-17:00
988abb23
ER
39}
40
53b5f71e
ER
41define timeperiod {
42 timeperiod_name daytime
43 alias Normal Daytime
44
45 monday 09:00-21:00
46 tuesday 09:00-21:00
47 wednesday 09:00-21:00
48 thursday 09:00-21:00
49 friday 09:00-21:00
50 saturday 09:00-21:00
51 sunday 09:00-21:00
52}
53
988abb23 54# 'none' timeperiod definition
9c0d6e90
ER
55define timeperiod {
56 timeperiod_name none
57 alias No Time Is A Good Time
988abb23
ER
58}
59
63a7f40b 60# vim:ft=nagios
This page took 0.950197 seconds and 4 git commands to generate.