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