Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: aae9fcb8d0ead90482b90eeafd1c36c391afc728
https://github.com/Checkmk/checkmk/commit/aae9fcb8d0ead90482b90eeafd1c36c39…
Author: Frans Fürst <frans.fuerst(a)checkmk.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
A .werks/16895.md
M omd/packages/libgsf/libgsf.make
M omd/packages/msitools/msitools.make
M omd/packages/omd/omd.make
Log Message:
-----------
16895 FIX omd: curl wrapper not used for all supported versions of SLES-15
Some OMD makefile rules have to be (de-)activated for certain versions of SLES or EL
(Enterprise Linux), but would not respect all affected versions due to the redundant
implementation of the check. This led to {{curl}} not being wrapped as needed for
SLES15-SP3.
This change makes use of string prefixes rather than explicit listing of all supported
versions of e.g. SLES15[-sp*], which fixes the mentioned issue and also takes care of
future releases of SLES15 or EL based distros.
SUP-20320
Change-Id: Ifc7eced25e02ee2be34ba27de76671aa5e17a551
Commit: c0ba1fd0c759e21e1dcddb6546cc2def84592b16
https://github.com/Checkmk/checkmk/commit/c0ba1fd0c759e21e1dcddb6546cc2def8…
Author: Frans Fürst <frans.fuerst(a)checkmk.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
M cmk/plugins/collection/agent_based/chrony.py
M tests/unit/cmk/plugins/collection/agent_based/test_chrony.py
Log Message:
-----------
check chrony: simplify semantic of address
Change-Id: Ibf9b23b57a142a799c46a8448f95b284b454d69a
Commit: 8232f1d72ea8e21a26ea42ac894e9b2a32d5acb4
https://github.com/Checkmk/checkmk/commit/8232f1d72ea8e21a26ea42ac894e9b2a3…
Author: Frans Fürst <frans.fuerst(a)checkmk.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
A .werks/16897.md
M cmk/plugins/collection/agent_based/chrony.py
Log Message:
-----------
16897 FIX chrony: wrong handling of 'n/a' values for 'Ref time (UTC)'
and 'Stratum'
A chrony status without a valid server also contains invalid values for 'Stratum'
and 'Ref time',
resulting in a 'Time since last sync' of 54 years 256 days being reported (which
is the difference
to epoc := 1.1.1970).
This change just skips reporting 'Stratum' and 'Time since last sync' if
we don't have a valid
server (address).
SUP-20387
Change-Id: I2e80d64ec7699d35090d64c3d5275a56dd81c504
Compare:
https://github.com/Checkmk/checkmk/compare/4336b57f17d2...8232f1d72ea8
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications