Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 12b0ecbf94e075b6d13cf8bd81792edc1b66351d
https://github.com/tribe29/checkmk/commit/12b0ecbf94e075b6d13cf8bd81792edc1…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M tests/unit/cmk/base/plugins/agent_based/test_k8s_stats.py
Log Message:
-----------
declutter unit test output
Change-Id: I62320dc60d68206f9752f2dcd4f76c716a41c7de
Commit: c429d0335021f7b505cff06ea23e694e05b44797
https://github.com/tribe29/checkmk/commit/c429d0335021f7b505cff06ea23e694e0…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M cmk/base/api/agent_based/checking_classes.py
M tests/unit/cmk/base/api/agent_based/test_checking_classes.py
Log Message:
-----------
Check-API: allow newline in `notice`
Since `notice` is also used for hard-coded-OK details, we must allow newlines.
In the edge case where we must write an multiline notice it into summary,
replace them with ', '. This is a fallback solution for an undesired case...
CMK-5431
Change-Id: Iee450648dc0f7153a8ba309ddd907152ff8a4608
Compare:
https://github.com/tribe29/checkmk/compare/f2c428e224d8...c429d0335021