Module: check_mk
Branch: master
Commit: 996932163dd10069ca4fb3f0ead9d79a2af90631
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=996932163dd100…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Wed May 21 15:45:21 2014 +0200
Show preview of active and custom checks in WATO services table
In the list of the services of a host now also for active and custom checks
(i.e. non Check_MK-services) the output of the check plugin is being
displayed. This is done by a Check_MK executing the check plugin with the
configured arguments instead of the monitoring core.
This can be used to test the outcome of check plugins before any changes
are being activated.
Note: because of issues with permissions and pathnames this feature only
works on OMD based platforms.
---
.werks/976 | 17 ++++++++++
ChangeLog | 1 +
modules/automation.py | 80 +++++++++++++++++++++++++++++++++++++++++++++
web/htdocs/js/wato.js | 42 ++++++++++++++++++++++++
web/htdocs/wato.py | 21 +++++++++++-
web/plugins/pages/wato.py | 19 ++++++-----
6 files changed, 170 insertions(+), 10 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=996932163d…