Module: check_mk
Branch: master
Commit: d9283545ebb93b6301a67182444bef4ebfc0dad6
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=d9283545ebb93b…
Author: Moritz Kiemer <mo(a)mathias-kettner.de>
Date: Thu Feb 28 15:15:45 2019 +0100
mk_jolokia: fix respose validation
turns out jolokia responses are regular dictionaries after all
also drop the specs dictionary, we will be adding the new MBeans in a separate variable.
Change-Id: Ib9bc4cb1ae8b9fe8cd4101a59e686dca7b00cbef
---
agents/plugins/mk_jolokia.py | 127 +++++++++++++++++-----------------
tests/unit/plugins/test_mk_jolokia.py | 28 +++-----
2 files changed, 72 insertions(+), 83 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=d9283545eb…