Module: check_mk
Branch: master
Commit: 41919cf4ba70821816ce3d4c2d9152ccfdd19e38
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=41919cf4ba7082…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Tue Dec 25 11:49:09 2012 +0100
Fix creation of default contact group
---
web/htdocs/wato.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index 5a0bbc0..89189e5 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -10968,8 +10968,9 @@ def create_sample_config():
# A contact group where everyone is member of
groups = {
- "contact" : { 'all', u'Everybody' },
+ "contact" : { 'all' : u'Everybody' },
}
+ save_group_information(groups)
# Basic setting of host tags
wato_host_tags = \