Module: check_mk
Branch: master
Commit: 4bc41624afd3092f0af5d2c40865bcd442272ed1
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=4bc41624afd309…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Nov 29 21:00:45 2018 +0100
Finish rulespec group refactoring
* Changed all register_rule() calls to use the rulegroup classes
instead of their internal identifiers
* Removed the widely used plugin file global "group" variable
* Add test for legacy ruleset and check parameter registration
Change-Id: Iffbf91f5d8a3fbf76daef298a4e67bf57e691b2a
---
cmk/gui/plugins/wato/active_checks.py | 44 ++++---
cmk/gui/plugins/wato/check_mk_configuration.py | 158 +++++++++++--------------
cmk/gui/plugins/wato/check_parameters.py | 56 ++++-----
cmk/gui/plugins/wato/datasource_programs.py | 63 +++++-----
cmk/gui/plugins/wato/inventory.py | 8 +-
cmk/gui/plugins/wato/utils/__init__.py | 21 ++--
cmk/gui/wato/mkeventd.py | 37 +++---
cmk/gui/watolib.py | 9 +-
tests/unit/cmk/gui/test_watolib.py | 70 ++++++++++-
9 files changed, 251 insertions(+), 215 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=4bc41624af…