[//]: # (werk v2)
# Performance regression during config generation in 2.3.0b6
key | value
---------- | ---
date | 2024-04-26T08:27:28+00:00
version | 2.4.0b1
class | fix
edition | cre
component | checks
level | 1
compatible | yes
This fixes a performance regression introduced in Checkmk version 2.3.0b6.
The introduced issue slowed the config generation down proportional to the
number of monitored hosts.
[//]: # (werk v2)
# NetApp Snapshot Reserve: Don't Restrict 'Levels for used configured reserve'
key | value
---------- | ---
date | 2024-05-02T07:01:49+00:00
version | 2.4.0b1
class | fix
edition | cre
component | checks
level | 1
compatible | yes
Previously, the option `Levels for used configured reserve` of the rule `NetApp Snapshot Reserve` did not allow percent values beyond 101.0 %.
Now any non-negative value can be set.
Title: Log to notify.log after logrotate
Class: fix
Compatible: compat
Component: notifications
Date: 1714633780
Edition: cre
Level: 1
Version: 2.2.0p27
The logrotate cronjob rotated the logfile notify.log in the right way but the
logs were written to the archived file afterwards until a restart of the core.
Title: Do not escape HTML output of ps check in HTML Emails
Class: fix
Compatible: compat
Component: notifications
Date: 1714476264
Edition: cre
Level: 1
Version: 2.2.0p27
If you configured a process discovery rule with option "Enable per-process
details in long-output" the "Details" column in HTML Emails showed the escaped
output.
[//]: # (werk v2)
# Log to notify.log after logrotate
key | value
---------- | ---
date | 2024-05-02T07:09:40+00:00
version | 2.4.0b1
class | fix
edition | cre
component | notifications
level | 1
compatible | yes
The logrotate cronjob rotated the logfile notify.log in the right way but the
logs were written to the archived file afterwards until a restart of the core.
[//]: # (werk v2)
# Do not escape HTML output of ps check in HTML Emails
key | value
---------- | ---
compatible | yes
version | 2.4.0b1
date | 2024-04-30T11:24:24+00:00
level | 1
class | fix
component | notifications
edition | cre
If you configured a process discovery rule with option "Enable per-process
details in long-output" the "Details" column in HTML Emails showed the escaped
output.
Title: Fix parsing of win_computersystemproduct
Class: fix
Compatible: compat
Component: inv
Date: 1714380814
Edition: cre
Level: 1
Version: 2.2.0p27
On some windows system <code>Win32_ComputerSystemProduct</code> seems to return no data.
This call was introduced with <a href="https://checkmk.com/werk/15332">Werk #15332</a>
Now the parser of this data (<code>win_computersystemproduct</code>) can handle empty data.
This change also reduces the data transported with the
<code>win_computersystemproduct</code> section, as we only use the UUID.
[//]: # (werk v2)
# Fix parsing of win_computersystemproduct
key | value
---------- | ---
date | 2024-04-29T08:53:34+00:00
version | 2.4.0b1
class | fix
edition | cre
component | inv
level | 1
compatible | yes
On some windows system `Win32_ComputerSystemProduct` seems to return no data.
This call was introduced with [Werk #15332](https://checkmk.com/werk/15332)
Now the parser of this data (`win_computersystemproduct`) can handle empty data.
This change also reduces the data transported with the
`win_computersystemproduct` section, as we only use the UUID.