Merge branch 'master' of ssh://lausser,shinken@shinken.git.sourceforge.net/gitroot...
[shinken.git] / etc / escalations.cfg
blob841c63a499f055967a24831be57bbabd6622e29b
3 # Define escalation the OLD school way.
4 #Better use the simple "escalation" way! (in shinken-specific.cfg)
6 define serviceescalation{
7        host_name        localhost
8 #       hostgroup_name  windows-servers
9        service_description      Root Partition
10        contacts                 GNULinux_Administrator
11        contact_groups           admins
12        first_notification       2
13        last_notification        5
14        notification_interval    1
15        escalation_period        24x7
16        escalation_options       w,u,c,r
17        }