Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 809e0b7d24b801a376502da85568d66425fa70aa
https://github.com/tribe29/checkmk/commit/809e0b7d24b801a376502da85568d6642…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-04-06 (Tue, 06 Apr 2021)
Changed paths:
M cmk/base/agent_based/data_provider.py
M tests/unit/cmk/base/agent_based/discovery/test_discovery.py
M tests/unit/cmk/base/agent_based/test_data_provider_parsed_sections_broker.py
Log Message:
-----------
move HostSections out of Broker
Change-Id: I181ea2b162eeff1307521a2e9f6bbd99c5282073
Commit: 354e7ada03b4aaac63dda430dd687fd5171cee58
https://github.com/tribe29/checkmk/commit/354e7ada03b4aaac63dda430dd687fd51…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-04-06 (Tue, 06 Apr 2021)
Changed paths:
M tests/unit/cmk/base/agent_based/test_data_provider_parsed_sections_broker.py
Log Message:
-----------
make test Sections true AgentSectionPlugins
Up to now, we could use named tuples, because of the monkeypatching. That's about to
change.
Change-Id: I874df3b9c8e43c569dd4661ee27b7426e2a90825
Compare:
https://github.com/tribe29/checkmk/compare/fcd4d665e9e9...354e7ada03b4