Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: a031beaa90d28ffe007d1a1a3900892761d5dac9
https://github.com/tribe29/checkmk/commit/a031beaa90d28ffe007d1a1a390089276…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M cmk/base/plugins/agent_based/job.py
M cmk/base/plugins/agent_based/local.py
M cmk/base/plugins/agent_based/site_object_counts.py
M cmk/base/plugins/agent_based/utils/bluecat.py
M cmk/base/plugins/agent_based/utils/ps.py
M cmk/base/plugins/agent_based/utils/temperature.py
M tests/unit/cmk/base/api/agent_based/test_clusterize_aggregate_node_details.py
M tests/unit/cmk/base/plugins/agent_based/test_bluecat_dhcp.py
M tests/unit/cmk/base/plugins/agent_based/test_bluecat_dns.py
M tests/unit/cmk/base/plugins/agent_based/test_brocade_optical.py
M tests/unit/cmk/base/plugins/agent_based/test_liebert_temp_air.py
M tests/unit/cmk/base/plugins/agent_based/test_local.py
M tests/unit/cmk/base/plugins/agent_based/test_ps_check.py
M tests/unit/cmk/base/plugins/agent_based/test_pulse_secure_users.py
M tests/unit/cmk/base/plugins/agent_based/test_site_object_counts.py
M tests/unit/cmk/base/plugins/agent_based/test_veritas_vcs.py
M tests/unit/cmk/base/test_checking.py
Log Message:
-----------
Check-API: use notice for details with hardcoded OK state
We prepare to prohibit the creation of Result instances that only
specify `details`, but not `summary` or `notice`.
For results with a hard coded OK state, using notice will have the
same effect.
CMK-5431
Change-Id: Idff7e89a64b0424ae1eccb872944cfc2808b71ab
Commit: f3b360217ccb57211d17cdb350cbb2c53acbff7a
https://github.com/tribe29/checkmk/commit/f3b360217ccb57211d17cdb350cbb2c53…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M cmk/base/api/agent_based/clusterize.py
M cmk/base/plugins/agent_based/job.py
M cmk/base/plugins/agent_based/local.py
M cmk/base/plugins/agent_based/pulse_secure_users.py
M cmk/base/plugins/agent_based/utils/bluecat.py
M cmk/base/plugins/agent_based/veritas_vcs.py
M tests/unit/cmk/base/api/agent_based/test_clusterize_aggregate_node_details.py
M tests/unit/cmk/base/plugins/agent_based/test_bluecat_dhcp.py
M tests/unit/cmk/base/plugins/agent_based/test_bluecat_dns.py
M tests/unit/cmk/base/plugins/agent_based/test_job.py
M tests/unit/cmk/base/plugins/agent_based/test_local.py
Log Message:
-----------
Check-API: Do not create a result instance in aggregate_node_details
Change-Id: I0ec732ca3479719d292d221f3c0517f46e8ff2fc
Compare:
https://github.com/tribe29/checkmk/compare/d90671d2e0d7...f3b360217ccb