Branch: refs/heads/2.2.0
Home:
https://github.com/tribe29/checkmk
Commit: 91dfea07f22029243ce5f6145c370253a4a72176
https://github.com/tribe29/checkmk/commit/91dfea07f22029243ce5f6145c370253a…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2023-03-29 (Wed, 29 Mar 2023)
Changed paths:
M .werks/13860
Log Message:
-----------
fix werk's typo in port value
Change-Id: I58284648b8adc95d34cdfc3d2755683f7cae23c9
Commit: 06a4a97bc70139448535deed40687c269eb8b281
https://github.com/tribe29/checkmk/commit/06a4a97bc70139448535deed40687c269…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2023-03-29 (Wed, 29 Mar 2023)
Changed paths:
M cmk/base/plugins/agent_based/checkmk_agent.py
M tests/unit/cmk/base/plugins/agent_based/test_checkmk_agent.py
Log Message:
-----------
split error for Result into summary and details
summary can't have '\n' chars -> now it contains
either a first line of error(predefined text if
first line is empty) or whole error.
BACKGROUND: switch to the json format('\n' replaced with "\\n")
in the agent updater has disabled patching '\n' by checker code.
Finally, the Result gets '\n' from the agent updater output,
which leads to inevitable crash.
TESTS: manual in GUI with simulated input from attached agent
output.
CMK-12608
Change-Id: I0bca482b53426d976e75980b880f6a51d02cdc61
Compare:
https://github.com/tribe29/checkmk/compare/bf1de7c68d51...06a4a97bc701