diff options
author | root <root@kremium> | 2011-11-18 10:10:13 +0100 |
---|---|---|
committer | root <root@kremium> | 2011-11-18 10:10:13 +0100 |
commit | bfa204a580a503a216cedbedd36586fb00458181 (patch) | |
tree | 4d277410a2ed9d497669d597b05826fc4e6a3814 /Monitoring/shinken/escalations.cfg | |
parent | cda7ac879c8791d7b59f9b726136efa274a12e4b (diff) |
//Monitoring: add shinken configs
Diffstat (limited to 'Monitoring/shinken/escalations.cfg')
-rw-r--r-- | Monitoring/shinken/escalations.cfg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Monitoring/shinken/escalations.cfg b/Monitoring/shinken/escalations.cfg new file mode 100644 index 00000000..a953d871 --- /dev/null +++ b/Monitoring/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 +# } + |