/etc/shinken/escalations.cfg is in shinken-core 0.6.5-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # 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
}
|