Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 384227a154a21e608467f93d7be968b793fd1457
https://github.com/tribe29/checkmk/commit/384227a154a21e608467f93d7be968b79…
Author: Mathias Laurin <mathias.laurin(a)tribe29.com>
Date: 2021-09-28 (Tue, 28 Sep 2021)
Changed paths:
A .werks/12697
Log Message:
-----------
12697 FIX Fix problem with removing acknowledgements
If the comment to an acknowledgement was removed first, for
example, from the "Monitor | Comments" menu, the acknowledgement
would stick and could not be removed anymore.
This patch moves the acknowledgement-handling back out of
the comment loop. This re-establishes the behavior of the 1.6.
CMK-8111
SUP-7527
Change-Id: I8c4327132f2898036c29ca786731954580e1c747
Branch: refs/heads/1.6.0
Home: https://github.com/tribe29/checkmk
Commit: bad5cc10e2e7a41bc9755635c0336c4ee9e8a5d8
https://github.com/tribe29/checkmk/commit/bad5cc10e2e7a41bc9755635c0336c4ee…
Author: Alex Zurhake <alex.zurhake(a)tribe29.com>
Date: 2021-09-28 (Tue, 28 Sep 2021)
Changed paths:
M buildscripts/infrastructure/build-nodes/sles-12sp1/Dockerfile
A buildscripts/infrastructure/build-nodes/sles-12sp1/ISRG_Root_X1.pem
M buildscripts/infrastructure/build-nodes/sles-12sp2/Dockerfile
A buildscripts/infrastructure/build-nodes/sles-12sp2/ISRG_Root_X1.pem
M buildscripts/infrastructure/os-nodes/sles-12sp1/Dockerfile
M buildscripts/infrastructure/os-nodes/sles-12sp2/Dockerfile
Log Message:
-----------
Install for package installation necessary certificate on Sles12 SP1 and SP2
Change-Id: I60386b286fec43954c2205deac240cf68d55a00b
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 9ad80923e81719ec739c915bac2273ef2de790d5
https://github.com/tribe29/checkmk/commit/9ad80923e81719ec739c915bac2273ef2…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-09-28 (Tue, 28 Sep 2021)
Changed paths:
M cmk/gui/config.py
M cmk/gui/watolib/tags.py
M cmk/utils/tags.py
M tests/unit/cmk/gui/watolib/test_tags.py
M tests/unit/cmk/utils/test_utils_tags.py
Log Message:
-----------
Cleanup pre 1.6 to 2.0 tag transformation
The transformation is not needed anymore since the sites have to be
updated from 1.6 to 2.0 and then to the next major version . This means
the transform has already happened for a site in a previous update.
Change-Id: Iad12cae5f2a39cab92b742067d3a55b739054539
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: faa575948d53f0943f048cea4dbb802bd19baf1d
https://github.com/tribe29/checkmk/commit/faa575948d53f0943f048cea4dbb802bd…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2021-09-28 (Tue, 28 Sep 2021)
Changed paths:
M cmk/base/agent_based/checking/__init__.py
Log Message:
-----------
checking: move section parsing out of try/except block
Errors encountered during parsing of the sections are
dealt with by the SectionParser in
cmk/base/agent_based/data_provider.py.
Change-Id: I620128dadf0866cd8492f7275201797413e2adaf
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 66a4e53245c46b143a9e32b0b3ebc7f50ea760d5
https://github.com/tribe29/checkmk/commit/66a4e53245c46b143a9e32b0b3ebc7f50…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
M cmk/gui/utils/script_helpers.py
Log Message:
-----------
Temporary hack to fix hanging GUI crawl and integration tests
This can be reverted once #12954 has been ported from 2.0.0.
Change-Id: Ia5cff477fbadc5f8cf6520cb23a8428054f0d907
Branch: refs/heads/1.6.0
Home: https://github.com/tribe29/checkmk
Commit: 514015e4e8377109df8d7cea9cdd6729455faeaa
https://github.com/tribe29/checkmk/commit/514015e4e8377109df8d7cea9cdd67294…
Author: Benedikt Seidl <benedikt.seidl(a)tribe29.com>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
A .werks/13040
M checks/ucd_hr.include
Log Message:
-----------
13040 FIX prefer ucd_mem over hr_mem in case of ironport 14
If monitoring ironports the hr_mem check does not provide the right
data. Because of this ucd_mem is preferred.
The change is incompatible because you have to rediscover the affected
hosts so ucd_mem is used instead of hr_mem.
SUP-7780
Change-Id: Ic060e16f77019b2c2ee43f63cc0685533224c2f6