Module: check_mk
Branch: master
Commit: 7ca99152ed01b897192acf03c18ba42a59b08d8c
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=7ca99152ed01b8…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Thu Feb 23 11:25:41 2012 +0100
check_mk_templates.cfg: added s to notification options
---
ChangeLog | 2 ++
check_mk_templates.cfg | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ef1fc26..3045b8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@
* FIX: fix problem with check includes in subchecks
* Option --checks now also applies to ad-hoc check (e.g.
cmk --checks=mrpe,df -v somehost)
+ * check_mk_templates.cfg: added s to notification options
+ of host and service (= downtime alerts)
WATO:
* Much more checks are configurable via WATO now
diff --git a/check_mk_templates.cfg b/check_mk_templates.cfg
index 47fd36d..bd96561 100644
--- a/check_mk_templates.cfg
+++ b/check_mk_templates.cfg
@@ -77,7 +77,7 @@ define host {
max_check_attempts 1
notification_interval 0
notification_period 24X7
- notification_options d,u,r,f
+ notification_options d,u,r,f,s
contact_groups check_mk
}
@@ -150,7 +150,7 @@ define service {
normal_check_interval 1
retry_check_interval 1
max_check_attempts 1
- notification_options u,c,w,r,f
+ notification_options u,c,w,r,f,s
notification_period 24X7
check_period 24X7
}