ID: 12196
Title: snmp_info: Crash when \n in snmp_info data
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
Check snmp_info crashed when data had a \n character.
\n is now replaced with a space character.
ID: 12693
Title: ups_cps_inphase: fixing error in parse function when either voltage or frequency value was missing
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
ID: 12727
Title: Diskspace cleanup: Fix <tt>RuntimeError: dictionary changed size during iteration</tt>
Component: Site Management
Level: 1
Class: Bug fix
Version: 2.1.0i1
The diskspace cleanup script, which can be activated in the global settings,
crashed with the following error under certain conditions:
<tt>RuntimeError: dictionary changed size during iteration</tt>
This has been fixed.
ID: 12726
Title: FreeBSD Agent: Improve detection of executables needed to create monitoring data
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
The FreeBSD agent checks for various executables, such as zpool or statgrab, to
create monitoring data. If they are not detected, the corresponding sections are
skipped. This werk improves the detection of these executables, which might result
in the discovery of additional services on monitored FreeBSD hosts.
Note that you first have to update the FreeBSD agent on monitored hosts before
this werk comes into effect.
ID: 12559
Title: LDAP: Fix potential crash "KeyError: force_authuser_webservice"
Component: Setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
An exception "KeyError: force_authuser_webservice" could occur on the Users
page of the Setup. This was caused by the removal of the deprecated attribute
"force_authuser_webservice" with Checkmk 2.0 for users which had enabled the
synchronization of this attribute from the LDAP.
The LDAP synchronization is now handling this situation by excluding these
attributes from the synchronization.
ID: 12737
Title: Fix internal error while sorting by ip address in views
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
When sorting by ip address in views, an internal error "'>' not supported
between instances of 'tuple' and 'str'" occurred, if there were hosts in the
shown table that have no ip address set.
ID: 12312
Title: Show "Metric" in drop down instead of "802.dot11a"
Component: Setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
The Column drop down of "Edit View" showed
"Services: 802.dot11a" and "Hosts: 802.dot11a"
instead of
"Services: Metric" and "Hosts: Metric".