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