Module: check_mk
Branch: master
Commit: 257e9c1ae07be3fa50482176ea86cf96fa7193c8
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=257e9c1ae07be3…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Mon Feb 24 14:26:05 2014 +0100
Rule based notification: implement rule editor in WATO
---
doc/drafts/README.rule_based_notifications | 6 +-
modules/notify.py | 5 +
web/htdocs/images/icon_notifications.png | Bin 0 -> 5038 bytes
web/htdocs/images/icon_notify_cancel.png | Bin 0 -> 3699 bytes
web/htdocs/images/icon_notify_create.png | Bin 0 -> 2352 bytes
web/htdocs/valuespec.py | 8 +-
web/htdocs/wato.py | 538 +++++++++++++++++++++++++++-
web/plugins/wato/builtin_modules.py | 3 +
web/plugins/wato/globals_notification.py | 25 ++
9 files changed, 578 insertions(+), 7 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=257e9c1ae0…