blob: a953d871972b21f2e543ec447ba777bb90c84465 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Define escalation the OLD school way.
# Better use the simple "escalation" way! (in shinken-specific.cfg)
#define serviceescalation{
# host_name localhost
# hostgroup_name windows-servers
# service_description Root Partition
# contacts GNULinux_Administrator
# contact_groups admins
# first_notification 2
# last_notification 5
# notification_interval 1
# escalation_period 24x7
# escalation_options w,u,c,r
# }
|