Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 70328075c5eea4eda38aeba931af8ac3b4311ee4
https://github.com/Checkmk/checkmk/commit/70328075c5eea4eda38aeba931af8ac3b…
Author: Jörg Herbel <joerg.herbel(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M tests/unit/cmk/gui/openapi/test_openapi_autocompleters.py
M tests/unit/cmk/gui/test_autocompleters.py
Log Message:
-----------
Remove unused auto-completer
Change-Id: Ibeb4551313291b00fdd1f15c62614cbf23174442
Commit: d84fa1069c5b740688fa90002e2d24a770b93046
https://github.com/Checkmk/checkmk/commit/d84fa1069c5b740688fa90002e2d24a77…
Author: Jörg Herbel <joerg.herbel(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M packages/cmk-frontend/src/js/modules/valuespecs.ts
M tests/unit/cmk/gui/openapi/test_openapi_autocompleters.py
M tests/unit/cmk/gui/test_autocompleters.py
Log Message:
-----------
Include single metrics in graph selection dropdown of combined graph dashlet
Include both actual graph templates as well as single metrics in dropdown, since
combined graphs can be created for both. Before, only graph templates were
included.
CMK-20023
Change-Id: I0dd4fbb1b1bd016f2d34f19918f99568312de933
Commit: 36ea128d7451011dccd2755dd6659f576c200f3a
https://github.com/Checkmk/checkmk/commit/36ea128d7451011dccd2755dd6659f576…
Author: Jörg Herbel <joerg.herbel(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M cmk/gui/graphing/_autocompleter.py
M cmk/gui/graphing/_graph_templates.py
Log Message:
-----------
Fix combined graphs and performance graph dashlets for single metrics
* Properly include un-graphed single metrics in graph selection dropdown of
performance graph dashlet (prefixed with "Metric: ...").
* Fix rendering of performance graph dashlets for single metrics. Previously,
nothing was rendered in this case (no matches due to missing "METRIC_"
prefix).
* Fix rendering of combined graphs for single metrics when rendered via the
"Services > All metrics of same type in one graph" menu entry. Previously,
the rendering crashed with
"There is no graph plug-in with the id '...'"
due to the missing "METRIC_" prefix.
Note that all of these fixes are needed in master only, so no werk is necessary.
CMK-20023
Change-Id: I3d381c1eae63462aab4eab5605cdbbaf9be57c5a
Commit: ac51dbe28e08f68baebdcc92db90eee32ad63651
https://github.com/Checkmk/checkmk/commit/ac51dbe28e08f68baebdcc92db90eee32…
Author: Jörg Herbel <joerg.herbel(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M cmk/gui/dashboard/dashlet/dashlets/graph.py
A cmk/update_config/plugins/actions/dashboards.py
A cmk/update_config/plugins/lib/graph_templates.py
Log Message:
-----------
Dashboards: Take renamed graph templates into account when updating
Performance and combined graph dashlets reference a graph template. When
renaming graph templates, we have to update these dashlets accordingly.
SUP-21208
Change-Id: I68784ff4c8831a2fef4d1d95934140025bcfad85
Commit: 1351e1d2b6d149dfa31c2c84848b547ac55515fd
https://github.com/Checkmk/checkmk/commit/1351e1d2b6d149dfa31c2c84848b547ac…
Author: Jörg Herbel <joerg.herbel(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M cmk/update_config/plugins/lib/graph_templates.py
Log Message:
-----------
Fix RMK dashboard and add migration for robotmk_test_runtime graph template
The template was dropped, since it only contained a single metric, so it was
unnecessary.
Change-Id: Ifd1e027c006968267760a4972a0e959bb9adcd04
Commit: 95f13eb31272fd1c618cd398fc05d3fd0def35bf
https://github.com/Checkmk/checkmk/commit/95f13eb31272fd1c618cd398fc05d3fd0…
Author: Jörg Herbel <joerg.herbel(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
A tests/unit/cmk/gui/dashboard/test_builtin_dashboards_integrity.py
Log Message:
-----------
Built-in dashboards: add unit tests for dashlets referencing graph templates
Test that all template and combined graph dashlets in built-in dashboards
reference known graph templates. This protects against forgetting to adapt
builtin dashboards when renaming graph templates.
SUP-21208
Change-Id: Ib370575ee18043dddc6f0b146132c21fb9cc39cc
Compare: https://github.com/Checkmk/checkmk/compare/5ec4c6168ec9...95f13eb31272
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 3fcc00e612dd4fe1c2f80feb99dd2a5db57b126b
https://github.com/Checkmk/checkmk/commit/3fcc00e612dd4fe1c2f80feb99dd2a5db…
Author: Matteo Stifano <matteo.stifano(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M tests/composition/controller_site_interactions/test_rename_preserves_registration.py
Log Message:
-----------
test_rename_preserves_registration: Fix test's teardown
This test's teardown might fail to remove the created hosts.
Here with fix this.
CMK-20025
Change-Id: I5b50fbf1a9e14c22532f00d6a34605014db45c86
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/master
Home: https://github.com/Checkmk/checkmk
Commit: 2bd8f3a0c9504565f2eba0d090ce60038d9b948f
https://github.com/Checkmk/checkmk/commit/2bd8f3a0c9504565f2eba0d090ce60038…
Author: Frans Fürst <frans.fuerst(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
A .werks/16900.md
Log Message:
-----------
16900 FIX mk_jolokia: allow import of integer values for timeout values
Values for `timeout` when configuring a bakery rule for "JMX monitoring of Java JVMs using Jolokia"
have to be floating point, resulting in `ValueError` when integer values are configured instead.
This change introduces a migration rule for `timeout` turning all numbers into `float`.
SUP-20999
Change-Id: I4b63ef3f86a9ef4d1c817aa0286bda34a66ec949
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/2.3.0
Home: https://github.com/Checkmk/checkmk
Commit: 0e2fb74eb75db553f56aa3a07059a225567851f9
https://github.com/Checkmk/checkmk/commit/0e2fb74eb75db553f56aa3a07059a2255…
Author: Max Linke <max.linke(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M cmk/gui/background_job/_process.py
M cmk/gui/crash_handler.py
Log Message:
-----------
Add crash reporting to background job process
In addition to report the crash in text form in web.log and the
background job status report, we also want to have a crash report so
that we can get central access to to those information. This is
especially useful in the CI.
Change-Id: I3dc374e4bd61d2d39b1e3cffa5903334746650f1
Commit: 4354edf824b5f43eaf9c6b296a3f4461d8012869
https://github.com/Checkmk/checkmk/commit/4354edf824b5f43eaf9c6b296a3f4461d…
Author: Frans Fürst <frans.fuerst(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
A .werks/16900.md
Log Message:
-----------
16900 FIX mk_jolokia: allow import of integer values for timeout values
Values for `timeout` when configuring a bakery rule for "JMX monitoring of Java JVMs using Jolokia"
have to be floating point, resulting in `ValueError` when integer values are configured instead.
This change introduces a migration rule for `timeout` turning all numbers into `float`.
SUP-20999
Change-Id: I4b63ef3f86a9ef4d1c817aa0286bda34a66ec949
Compare: https://github.com/Checkmk/checkmk/compare/349f4c5d5c26...4354edf824b5
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications
Branch: refs/heads/2.2.0
Home: https://github.com/Checkmk/checkmk
Commit: d9c35afe15c78978432daae6b1f39914c4bb889e
https://github.com/Checkmk/checkmk/commit/d9c35afe15c78978432daae6b1f39914c…
Author: Frans Fürst <frans.fuerst(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
A .werks/16900
Log Message:
-----------
16900 FIX mk_jolokia: allow import of integer values for timeout values
Values for `timeout` when configuring a bakery rule for "JMX monitoring of Java JVMs using Jolokia"
have to be floating point, resulting in `ValueError` when integer values are configured instead.
This change introduces a migration rule for `timeout` turning all numbers into `float`.
SUP-20999
Change-Id: I4b63ef3f86a9ef4d1c817aa0286bda34a66ec949
To unsubscribe from these emails, change your notification settings at https://github.com/Checkmk/checkmk/settings/notifications