Branch: refs/heads/2.3.0
Home:
https://github.com/Checkmk/checkmk
Commit: 1e6146426ce20ae334eb14f32a5ecc1d53a985c9
https://github.com/Checkmk/checkmk/commit/1e6146426ce20ae334eb14f32a5ecc1d5…
Author: Jonas Scharpf <jonas.scharpf(a)checkmk.com>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
M buildscripts/scripts/assert_build_artifacts.py
Log Message:
-----------
check managed docker images are now in dockerhub
CMK-18935
Change-Id: Ifea1f15f5788dfbe7718d0606528d9bb6409c7be
Commit: be495d3d37c7dc7f01c5c62936f819ed154bb844
https://github.com/Checkmk/checkmk/commit/be495d3d37c7dc7f01c5c62936f819ed1…
Author: Rebekka Seltmann <rebekka.seltmann(a)checkmk.com>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
A .werks/17088.md
M agents/plugins/mk_logwatch.py
Log Message:
-----------
17088 FIX mk_logwatch: Remove colored output support in debug mode
Until now the debug mode ("-d" flag) would color the lines of the mk_logwatch
output depending on their log level. This causes problems when processing the output,
leading to the e.g. `maxcontextlines` setting no longer being effective.
To improve the stability of the agent plugin, its output will no longer be colored.
If you need the output to be colored, you can do so via e.g.
mk_logwatch.py -d | sed -e 's/^C .*/\x1b[1;31m&\x1b[0m/' -e 's/^W
.*/\x1b[1;33m&\x1b[0m/' -e 's/^O .*/\x1b[1;32m&\x1b[0m/' -e 's/^I
.*/\x1b[1;34m&\x1b[0m/'
SUP-20390
Change-Id: If93893e7b33a8e847be3a00730eeee62ae755e7d
Compare:
https://github.com/Checkmk/checkmk/compare/14917ca3265f...be495d3d37c7
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications