Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 52501732cb8acade050ea634f5f60918dbbfb32a
https://github.com/tribe29/checkmk/commit/52501732cb8acade050ea634f5f60918d…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2020-11-27 (Fri, 27 Nov 2020)
Changed paths:
M cmk/fetchers/factory.py
A tests/unit/cmk/fetchers/test_factory.py
M tests/unit/cmk/fetchers/test_fetchers.py
Log Message:
-----------
SNMP backend factory: Better error handling
Add tests for cmk.fetchers.factory.backend().
This factory now fails in case an invalid backend specification
is given.
CMK-6346
Change-Id: Ic5ae6a34dba81b691d3b36d8568b003921fb29dc
Commit: c5a1a975bbcf541c3b7cc906c5e493626c12d07e
https://github.com/tribe29/checkmk/commit/c5a1a975bbcf541c3b7cc906c5e493626…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2020-11-27 (Fri, 27 Nov 2020)
Changed paths:
M cmk/base/checkers/fetcher_configuration.py
M cmk/fetchers/snmp.py
M cmk/snmplib/type_defs.py
M tests/unit/cmk/fetchers/test_fetchers.py
Log Message:
-----------
Fix serialization of SNMPBackend
Instead of relying on a specific JSON encoder/decoder, we now care about
the serialization locally.
CMK-6346
Change-Id: I88d7d70988ad253e1a16dfcdcba744ff505a7ab5
Compare:
https://github.com/tribe29/checkmk/compare/b1374125435a...c5a1a975bbcf