ID: 14986
Title: FileNotFoundError in update-pre-hooks script "01_mkp-disable-outdated"
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
This fixes the 'FileNotFoundError' that was encountered upon upgrade from Checkmk 2.1.0p16 to p17 or 2.0.0p30 to p31.
While this bug produces a nasty traceback during update, it is unlikely that users suffer any consequences.
You can safely ignore this issue, <b>unless</b> you have a distributed setup with deviating remote site versions and you want to have a different set of MKPs installed on them (depending on the remote sites version).
Since this feature is very new, it is unlikely that you are using it.
If it is the case however, you have to disable and re-enable the affected MKP on the central site.
You might still see this traceback during the sync to a remote sites with a higher version than the central site, but you can ignore it.
After upgrading to 2.0.0p32 or 2.1.0p17 there is nothing to be done.
ID: 15033
Title: check_mk_agent.linux: increase refresh interval for chrony section
Component: agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
Prior to this werk, the chrony cached section had the same value for both age validity
and the refresh interval. This led to an occasional CRIT status on the associating service
as this was influenced by the timing of the refresh mechanism, the cache file writeout duration
as well as the section processing duration on Checkmk's side. This werk, therefore, increases
the age validity of the cached section.
ID: 14905
Title: REST API: Allow single item lists for the sites parameter on the host/service status endpoints
Component: REST API
Level: 1
Class: Bug fix
Version: 2.2.0i1
This werk fixes an issue with the host/service status endpoints when using a single
item list for the sites parameter.
ID: 14702
Title: ps: Fix crash if user or cgroup are empty
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
Discovery previously crashed in case of a process with
an empty user or cgroup.