Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 6864cd69fdaf39012817deaf596f41e560308c81
https://github.com/Checkmk/checkmk/commit/6864cd69fdaf39012817deaf596f41e56…
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
Commit: 00dbb29d684d65cbeada9ed0266ee81706f4828a
https://github.com/Checkmk/checkmk/commit/00dbb29d684d65cbeada9ed0266ee8170…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
M packages/cmk-werks/BUILD
Log Message:
-----------
move non test dependencies to python package
Change-Id: I4ce6411f12a580a0d55bc9c6f5252961112a0c6c
Commit: a143ad1da8649ff555d4fa77f534c151846d54f3
https://github.com/Checkmk/checkmk/commit/a143ad1da8649ff555d4fa77f534c1518…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
M cmk/utils/werks/collect.py
M cmk/utils/werks/werk.py
M packages/cmk-werks/BUILD
M packages/cmk-werks/Pipfile.lock
A packages/cmk-werks/cmk/werks/collect.py
M packages/cmk-werks/cmk/werks/models.py
M packages/cmk-werks/pyproject.toml
M packages/cmk-werks/requirements_lock.txt
Log Message:
-----------
move collect into werks package
this way we can add the pygit2 as a dependency of cmk-werks.
this commit only moves the code and makes small changes to make pylint
happy.
Change-Id: I307a9a3450e9eb36b8fc045ed8940efe8a9d2aec
Commit: e9aa060e42dfe461712d9c7034cc37bee3edc3fc
https://github.com/Checkmk/checkmk/commit/e9aa060e42dfe461712d9c7034cc37bee…
Author: Benedikt Seidl <benedikt.seidl(a)checkmk.com>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
M packages/cmk-werks/pyproject.toml
Log Message:
-----------
add ruff setting to fix imports
Change-Id: I20d6c29df57978a3b297d1903d52dd0e659d1420
Compare:
https://github.com/Checkmk/checkmk/compare/332db4863d7d...e9aa060e42df
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications