Module: check_mk
Branch: master
Commit: c9b8e1554128e749f1850294e457b36f8d7a7399
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=c9b8e1554128e7…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Wed Jun 7 18:02:21 2017 +0200
update for WK4709
Change-Id: Icb48692c61943af5b05519ca4b1c92c3a3cca1a2
---
modules/events.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/events.py b/modules/events.py
index fdc6170..3aa9832 100644
--- a/modules/events.py
+++ b/modules/events.py
@@ -517,8 +517,8 @@ def event_match_contactgroups(rule, context):
if required_groups != None:
if cgn == None:
- event_log("Warning: No information about contact groups in the context.
" \
- "Seems that you don't use the Check_MK Microcore.
")
+ #event_log("Warning: No information about contact groups in the context.
" \
+ # "Seems that you don't use the Check_MK Microcore.
")
return
if cgn: