ID: 15399
Title: HW/SW Inventory: Fix rendering single attributes
Component: HW/SW Inventory
Level: 1
Class: Bug fix
Version: 2.1.0p29
Single attributes like {{Hardware > Processor > Maximum Speed}} were not
rendered user-friendly, ie. as a bare number without any unit.
ID: 15621
Title: <tt>check_http</tt>: Fix Option <tt>Enforce IPv4</tt>
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.3.0b1
The option <tt>Enforce IPv4</tt> of the rule <tt>Check HTTP service</tt> did not enforce IPv4.
With this Werk, <tt>Enforce IPv4</tt> adds the option '-4' to the service check command.
Existing rules are migrated to the new option <tt>Use any network address</tt>.
Thus, their behaviour does not change.
ID: 15620
Title: <tt>check_http</tt>: Don't Crash with TypeError
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.3.0b1
This werk fixes a regression introduced in 2.2.0.
If a user configured the option <tt>IP address family > Primary address family</tt> via the rule
<tt>Check HTTP service</tt>, then the check would crash with
C+:
TypeError: 'NoneType' object is not subscriptable
C-:
ID: 15257
Title: Fixed enabling/disabling the in-memory availability cache
Component: cmc
Level: 1
Class: Bug fix
Version: 2.3.0b1
Enabling/disabling the in-memory availability cache did not have any effect,
contrary to what the CMC log claims: Only a CMC restart had an effect, not a
simple reload. Furthermore, every such change added more columns to the
"columns" table. Both bugs have been fixed.
ID: 15398
Title: hp_proliant_da_phydrv: Fix inventory of physical disks
Component: HW/SW Inventory
Level: 1
Class: Bug fix
Version: 2.1.0p29
The physical disks were not inventorized properly because the drive index was
not taken into account. This led to missing disks in the inventory resp. disks
with same the controller index were overwritten.
ID: 15565
Title: Ship logrotate with Checkmk-as-container
Component: Site Management
Level: 1
Class: New feature
Version: 2.3.0b1
This werk is relevant for you if you're using checkmk as docker container.
We now ship the tool "logrotate" with this docker image.
ID: 15878
Title: saml2: resolve login after migrating user to saml2 connector
Component: Setup
Level: 1
Class: Bug fix
Version: 2.3.0b1
Prior to this werk, login with SAML2 failed whenever an existing
user was migrated to use the SAML2 connector. This werk fixes this
issue.