ID: 10296
Title: timesyncd: time synchronisation check using systemd timesyncd service
Component: Checks & agents
Level: 2
Class: New feature
Version: 1.7.0i1
This check behaves simarly to the already existing ntp check. It uses
the output of {timedatectl timesync-status} as sent by the agent. It
lists the information of the synchronised time server including the
server address, stratum, offset and jitter. On a running instance the
time is synchronised either using ntp or timesyncd. The agent therefore
determines the correct service and the respective check to use.
ID: 10426
Title: cmk-update-agent: Make insecure HTTPS warnings less verbose
Component: agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
Prevously, an insecure HTTPS setup for the Agent Updater would lead to multiple warnings like
<pre> InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification
is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings </pre>
This is now replaced with a warning that is evoked only once and that is more informative.
ID: 10373
Title: Fix distributed update issue related to missing theme directory
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.7.0i1
In a distributed environment, where the central site is based on 1.5 and a remote site
has already been migrated to 1.6, the configuration synchronization to the 1.6 site
could remove the local/share/check_mk/web/htdocs/themes directory which lead to the
following error in the GUI: <tt>Internal error: [Errno 2] No such file or directory: '/omd/sites/stable/local/share/check_mk/web/htdocs/themes'</tt>.
The GUI is now able to handle this situation without failing.
ID: 10300
Title: sym_brightmail_queues: bug fix where WATO configuration did not alter behaviour
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
In the previous version, WATO configuration for the sym_brightmail_queues
check did not alter the behaviour of the service. This update now ensures
correct display of the check's state when a rule has been configured.
ID: 8799
Title: agent_kubernetes: accept millibytes as unit
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
Kubernetes allows millibytes as a unit for memory resources.
These values are now accepted by the special agent as well
and do not lead to an error anymore.
ID: 10268
Title: Monitor ingresses from Kubernetes
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
This werk adds check for Kubernetes ingresses. It outputs path, port,
and service name.
The check adds one entry per path.
ID: 10308
Title: Recover performance data output for averaged bandwidth use in IF checks
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.6.0p6
This Werk reverts Werk "7449 FIX Remove spurious perfdata in IF checks for
in/out". There average perfdata for used bandwidth use was removed unwantedly
ID: 10309
Title: Predictive Levels is robust against receiving no data at all
Component: Core & setup
Level: 1
Class: Bug fix
Version: 1.6.0p6
On a new site, when historic perfdata is not yet available and predictive
levels are set, Check goes into UNKN state and delivers no new perfdata,
which makes the problem permanent. Predictive Levels calculation is now
robust against receiving no data at all, and waits until there is enough
data for prediction. The check now continues to output such data.