diff options
author | makefu <github@syntax-fehler.de> | 2012-10-05 06:46:27 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2012-10-05 06:46:27 +0200 |
commit | 6c89839b7fc344608e61c8916ac9d9925fa98d14 (patch) | |
tree | e316b8121f4880491659dc3cb8851de7762e58a9 /Monitoring/nagios/shinken/escalations.cfg | |
parent | 957e2d7469b0e3d88e06b6a15e91478efc63cd62 (diff) |
Monitoring/\* --> nagios/
Diffstat (limited to 'Monitoring/nagios/shinken/escalations.cfg')
-rw-r--r-- | Monitoring/nagios/shinken/escalations.cfg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Monitoring/nagios/shinken/escalations.cfg b/Monitoring/nagios/shinken/escalations.cfg new file mode 100644 index 00000000..a953d871 --- /dev/null +++ b/Monitoring/nagios/shinken/escalations.cfg @@ -0,0 +1,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 +# } + |