Branch: refs/heads/2.1.0
Home:
https://github.com/tribe29/checkmk
Commit: 429cbdf0339f47f75ec22214eda2d10e3a0adbd5
https://github.com/tribe29/checkmk/commit/429cbdf0339f47f75ec22214eda2d10e3…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2023-04-28 (Fri, 28 Apr 2023)
Changed paths:
M cmk/gui/wato/pages/services.py
M cmk/gui/watolib/services.py
M cmk/utils/type_defs/_misc.py
Log Message:
-----------
prepare to set multiple host labels
Change-Id: I81048b357db67232e65203c0af55a5cea4fa22a7
Commit: 7fd8aee23f28cc9fe7f0faecf17052277a629829
https://github.com/tribe29/checkmk/commit/7fd8aee23f28cc9fe7f0faecf17052277…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2023-04-28 (Fri, 28 Apr 2023)
Changed paths:
M cmk/base/agent_based/discovery/_host_labels.py
M tests/unit/cmk/base/agent_based/discovery/test_discovery.py
Log Message:
-----------
inline obfuscated logic
We only reach `analyse_cluster_labels` from the discovery
preview.
In those cases `save_labels` is always false.
Change-Id: I540467d4778ab9188bb58876bec89f18d2cdf2e7
Commit: 3057492574f25776d9e13d918ad03b5acb848904
https://github.com/tribe29/checkmk/commit/3057492574f25776d9e13d918ad03b5ac…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2023-04-28 (Fri, 28 Apr 2023)
Changed paths:
M cmk/base/agent_based/discovery/_host_labels.py
Log Message:
-----------
deduplicate implementation 'kept labels'
Change-Id: Ic0db663884ee4ed0417b6cf557f69396c68f41b4
Commit: 719b63977964e9a6e7b34613368b12f1c9a1b996
https://github.com/tribe29/checkmk/commit/719b63977964e9a6e7b34613368b12f1c…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2023-04-28 (Fri, 28 Apr 2023)
Changed paths:
M cmk/base/agent_based/discovery/_host_labels.py
Log Message:
-----------
host label discovery: refactor
We move the saving of the present labels up the stack.
We will need the present_labels_dict in the next commit.
Change-Id: I069389e49b3ab00dd8be0f74c61ccb022fe20a5d
Commit: 3950b8c0390d7fc50b03ec53c63faf7cd612d7db
https://github.com/tribe29/checkmk/commit/3950b8c0390d7fc50b03ec53c63faf7cd…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2023-04-28 (Fri, 28 Apr 2023)
Changed paths:
M cmk/base/agent_based/discovery/__init__.py
M cmk/base/agent_based/discovery/_host_labels.py
M tests/unit/cmk/base/agent_based/discovery/test_discovery.py
Log Message:
-----------
return present labels for every analysis
We will need the present host labels for all
affected nodes for the discovery preview.
Change-Id: I7b5c806cd96b67457727bcd88814cd6fb8c3c437
Commit: 8be6b5b3a266b45ba54e43624cbe652224548c09
https://github.com/tribe29/checkmk/commit/8be6b5b3a266b45ba54e43624cbe65222…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2023-04-28 (Fri, 28 Apr 2023)
Changed paths:
A .werks/15530
M cmk/automations/results.py
M cmk/base/agent_based/discovery/__init__.py
M cmk/base/automations/check_mk.py
M cmk/gui/wato/pages/services.py
M cmk/gui/watolib/services.py
M tests/unit/cmk/automations/test_results.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_service_discovery.py
M tests/unit/cmk/gui/watolib/test_services.py
Log Message:
-----------
15530 FIX Discovered host labels: Update nodes when clusters are updated
Change-Id: Ia59da73150dfc02df434b18428476f31af1ecd87
Commit: 8ddf813992375b5bbb5fce7fedef6851166694e0
https://github.com/tribe29/checkmk/commit/8ddf813992375b5bbb5fce7fedef68511…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2023-04-28 (Fri, 28 Apr 2023)
Changed paths:
M cmk/base/agent_based/discovery/_host_labels.py
Log Message:
-----------
cluster host label: make merging explicit
This patch makes the merging of discovered host labels explicit.
We will need it when updating the clusters files.
Change-Id: Ib44b9d714521bd9e81b4c70878500f060e66a2dc
Commit: cb640f087c216f27c58fbeb4523bb0f8d51817fd
https://github.com/tribe29/checkmk/commit/cb640f087c216f27c58fbeb4523bb0f8d…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2023-04-28 (Fri, 28 Apr 2023)
Changed paths:
M .werks/15530
M cmk/base/agent_based/discovery/__init__.py
M cmk/base/agent_based/discovery/_host_labels.py
M cmk/base/automations/check_mk.py
Log Message:
-----------
rewrite discovered host labels file of clusters
Change-Id: I2f3624cca01eb7f6232a8cc51b5bb884a4dbff79
Compare:
https://github.com/tribe29/checkmk/compare/48dcf08ab773...cb640f087c21