Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 6a912add173e9115249094edef8e54ee72d279cd
https://github.com/tribe29/checkmk/commit/6a912add173e9115249094edef8e54ee7…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-09-16 (Wed, 16 Sep 2020)
Changed paths:
M bin/check_mk
M cmk/base/automations/__init__.py
M cmk/base/automations/check_mk.py
M cmk/base/checking.py
M cmk/base/config.py
M cmk/base/core_nagios.py
M cmk/base/inventory_plugins.py
M cmk/base/modes/check_mk.py
M cmk/update_config.py
M cmk/update_rrd_fs_names.py
M tests/integration/cmk/base/test_discovery_parameters.py
M tests/testlib/__init__.py
M tests/unit/cmk/base/checkers/test_cmd_caching.py
M tests/unit/conftest.py
M tests/unit/inventory/test_generic_legacy_conversion_inv.py
Log Message:
-----------
inventory plugins: load together with checks
In the new API we can no longer distinguish between loading the
inventory plugins, and loading check plugins.
To be consistent, we now also load all legacy inventory plugins,
whenever we load all check plugins.
Accordingly, the function is renamed from 'load_all_checks' to
'load_all_agent_based_plugins'.
Once the support for the legacy API can be dropped, we can remove the
function completely and replace it by the load_all_plugins function
of the agent_based plugins registry.
Change-Id: Ief84a41cd0392b1fc1813c980dfef0bb3b95669b
Commit: c535fa60adcb802fa0343d757be61e25f1b3676f
https://github.com/tribe29/checkmk/commit/c535fa60adcb802fa0343d757be61e25f…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-09-16 (Wed, 16 Sep 2020)
Changed paths:
M tests/unit/cmk/base/checkers/test_cmd_caching.py
Log Message:
-----------
inventory plugins are now loaded along with checks
Change-Id: Ie03e1b5f19f14e45a25514ccb695f8894cd0817d
Commit: 734475e85ca558ba73f17af14bb628d719460b96
https://github.com/tribe29/checkmk/commit/734475e85ca558ba73f17af14bb628d71…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-09-16 (Wed, 16 Sep 2020)
Changed paths:
M tests/testlib/__init__.py
Log Message:
-----------
remove dead code
Change-Id: I07687ce2fd4942bb4a3274c12eb0b304f495d9df
Compare:
https://github.com/tribe29/checkmk/compare/30b6e06c4550...734475e85ca5