ID: 13140
Title: Random order of combined graphs
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
When creating multiple combined graphs the order of the
graphs would be undefined which looks like the appear
in a random order.
ID: 13038
Title: REST API: title should be optional on update
Component: Core & setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
Before this werk a HTTP status 400 was returned when trying to update a folder
config without providing a title, although the OpenAPI document indicated that
the title field was optional.
ID: 13027
Title: Bulk notification without WATO plugin crash
Component: Notifications
Level: 1
Class: Bug fix
Version: 2.1.0i1
When using a bulk notification without a WATO plugin the notification crashed with:
<pre>
2021-07-16 14:18:17,279 [40] [cmk.base.notify] Error sending bulk /omd/sites/cmk/var/check_mk/notify/bulk/cmkadmin/my_bulk/10,1000,host,localhost:
Traceback (most recent call last):
File "/omd/sites/cmk200p7/lib/python3/cmk/base/notify.py", line 1889, in send_ripe_bulks
notify_bulk(bulk[0], bulk[-1])
File "/omd/sites/cmk200p7/lib/python3/cmk/base/notify.py", line 1937, in notify_bulk
assert isinstance(old_params, dict)
AssertionError
</pre>
This is now fixed.
ID: 12930
Title: check_mk_agent: Major Python version checked
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
There is an additional check in check_mk_agent for aix, solaris and linux
that checks major version of python installed. This will prevent running the
agent with a wrong python version.
ID: 13111
Title: Fix painter "Service notification number"
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
The painter always showed 0 if no periodic notifications were enabled, even if
the notification context showed 1 for the current service notification number.
ID: 12825
Title: UCS Bladecenter: Fixed UNKNOWN for new versions of the rack class id "faultinst"
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
Fixed UNKNOWN for newer versions of the rack class id "faultinst".
ID: 12824
Title: UCS Bladecenter: support monitoring of racks and blades in the same ucs domain
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
In previous versions only the racks were shown and blades were ignored if racks and blades existed in
the same ucs domain.
The special agent "UCS Bladecenter" now supports this usecase by detecting automatically the model type (rack or blade).
You need to rediscover your services in order to apply this bugfix.
ID: 13110
Title: LDAP: Fix MKLDAPException if "User-ID attribute" is not lower case
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
If the User-ID attribute was not entered lower case, e.g. "MyUserAttribute", the
LDAP sync failed with the error
"cmk.gui.plugins.userdb.ldap_connector.MKLDAPException: The configured User-ID
attribute "MyUserAttribute" does not exist for the user...".
ID: 13109
Title: Fix missing rows in builtin view "Unmonitored services"
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
If you opened the view "Unmonitored services", the shown row count was 0 or an
exceeded limit was shown. The Reason was missing filters in the context of the
view definition.
A workaround was, to use the "Filter" button and "Apply filters".