Module: check_mk
Branch: master
Commit: c7e54c2092a26a95174d40daaedca757f1c37a44
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=c7e54c2092a26a…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Aug 27 16:15:08 2014 +0200
Fixed bug during sample config creation
---
web/htdocs/wato.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index a708d35..a25e844 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -15320,7 +15320,7 @@ def create_sample_config():
# A contact group where everyone is member of
groups = {
- "contact" : { 'all' : u'Everybody' },
+ "contact" : { 'all' : {'alias': u'Everybody'}
},
}
save_group_information(groups)