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
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: e9547fcebe720bb47c6c6908ab1a9a9a39b12b44
https://github.com/tribe29/checkmk/commit/e9547fcebe720bb47c6c6908ab1a9a9a3…
Author: Lisa Pichler <lisa.pichler(a)tribe29.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M cmk/gui/plugins/wato/check_parameters/filestats.py
Log Message:
-----------
11327 filestats: added new check parameter for long output
CMK-5637
Change-Id: Ic9ebd28923ee931ff06f6249da4a764711d410b8
Commit: a8d639e8a7c8101ad74a9362ec547c0d87e5c9de
https://github.com/tribe29/checkmk/commit/a8d639e8a7c8101ad74a9362ec547c0d8…
Author: Lisa Pichler <lisa.pichler(a)tribe29.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M checks/filestats
M tests/unit/checks/generictests/datasets/filestats_1.py
A tests/unit/checks/generictests/datasets/filestats_2.py
Log Message:
-----------
11327 filestats: added long output functionality
This functionality is for the user to see the files, which stepped over
or under levels for min/max age/size, in the long output.
CMK-5637
Change-Id: Ia9893a73f170c605c3dd0ec8014bd3a33e4e06de
Commit: f94aa4dbfc4d49aab98ce93abf2f21731e033c7f
https://github.com/tribe29/checkmk/commit/f94aa4dbfc4d49aab98ce93abf2f21731…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M agents/wnx/src/common/wtools.cpp
M agents/wnx/src/common/wtools.h
M agents/wnx/src/engine/cfg.cpp
M agents/wnx/src/engine/cma_core.cpp
Log Message:
-----------
[СMK-5490] - add RX user access to the check mk service executable
We are using custom action to inform service that uninstall on the way. If executable has no user rights, then it is impossible to exec custom action without serious modifying of the install routine.
Change-Id: I032dc8eaedbb0e8e0fe77fd3e37351ea3eaf52af
Commit: e78c25cc13a9d3e21ef3434feddd92bb3ba852e2
https://github.com/tribe29/checkmk/commit/e78c25cc13a9d3e21ef3434feddd92bb3…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M agents/wnx/install/version.wxi
M agents/wnx/src/common/version.h
Log Message:
-----------
[CMK-5626] - version 2.0
Change-Id: Ie687751c1debc8477f554edc27898015c896b870
Compare: https://github.com/tribe29/checkmk/compare/b8ae35a3a8b4...e78c25cc13a9
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: b8ae35a3a8b4282ef7f910d5349c3b50aba04d88
https://github.com/tribe29/checkmk/commit/b8ae35a3a8b4282ef7f910d5349c3b50a…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M cmk/fetchers/_base.py
M cmk/fetchers/ipmi.py
M cmk/fetchers/piggyback.py
M cmk/fetchers/program.py
M cmk/fetchers/snmp.py
M cmk/fetchers/tcp.py
M tests/unit/cmk/base/checkers/test_cmd_caching.py
M tests/unit/cmk/base/test_automations_check_mk.py
M tests/unit/cmk/base/test_modes_check_mk.py
M tests/unit/cmk/fetchers/test_fetchers.py
Log Message:
-----------
Generalize error handling from Fetcher.__enter__
CMK-5612
Change-Id: Ibde2e410e6d1a0a2ca784ca833fa5baf68abb2f6