ID: 13521
Title: <tt>mcafee_av_client</tt>: Fix <tt>ValueError (time data u'search:' ...)</tt>
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
The check plugin <tt>mcafee_av_client</tt>, which monitors the signature date
of McAfee AV clients on Windows hosts, crashed with
<tt>ValueError (time data u'search:' does not match format '%Y/%m/%d')</tt>
on some systems.
The reason for this was that the corresponding agent plugin (mcafee_av_client.bat)
delivered wrong data on these systems. For this fix to apply, you have to update
the agent on affected hosts.
ID: 13713
Title: Special agent for IPMI sensors: Fix privilege level configuration
Component: Setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
There was a bug in the command line arguments of the special agent for
querying IPMI sensors. The valid choices for the privilege level were
"user", "operator", "admin". These choices are valid for FreeIPMI, but
not for IPMItool, which accepts "callback", "user", "operator",
"administrator". Now, the valid choices for the privilege level depend
on the chosen tool, as described above.
Furthermore, the rule for configuring the special agent has been
adjusted accordingly. Previously, the privilege level was configurable
via free text input. Now, there is a dropdown menu with tool-dependent
choices. Rules with now invalid choices have to be corrected manually.
However, note that such rules anyway crashed the special agent
(independently of this werk).
ID: 13667
Title: Fix label search for labels with same key
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
If you used different labels with the same key, e.g. "foo:bar" and "foo:baz",
the label search with filters in views and dropdown input fields in rules only
showed one label, ignoring all other labels with the same key.
ID: 13523
Title: Validate configured rules when updating configuration
Component: Setup
Level: 1
Class: New feature
Version: 2.1.0i1
The Checkmk update procedure (<tt>cmk-update-config</tt>) now validates most of the configured
rules and logs "WARNING: Invalid rule configuration detected" in case of an error. If you
encounter such errors, your configuration contains rules that need to be corrected. We
recommend to open the affected rules in the GUI. Upon attempting to save them, any problematic
field will be highlighted.
Invalid rule values can for example originate from invalid regular expressions, which were
unfortunately still allowed in Python 2 but are forbidden in Python 3, see also
https://checkmk.com/de/werk/11974.
ID: 13712
Title: <tt>cmk-update-config</tt>: Drop removed check plugins from ruleset "Disabled checks"
Component: Setup
Level: 1
Class: New feature
Version: 2.1.0i1
The Checkmk update procedure (<tt>cmk-update-config</tt>) now drops removed check
plugins (which have been replaced by other plugins) from the ruleset "Disabled
checks".
ID: 13736
Title: Remove obsolete sidebar snapins
Component: Multisite
Level: 1
Class: New feature
Version: 2.1.0i1
As a result of the UI survey the following sidebar
snapins will be removed due to low usage:
<ul>
<li>Host matrix
<li>All hosts
<li>Problem hosts
<li>About Checkmk
<li>Custom links
<li>Setup
<li>Folders
</ul>
ID: 13574
Title: Update net-snmp lib to 5.9.1
Component: inline-snmp
Level: 2
Class: Bug fix
Version: 2.1.0i1
We now ship omd with the net-snmp lib in version 5.9.1.
This was motivated by several reasons:
* The previously used net-snmp lib had a bug in the python C binding which caused any higher auth protocol then SHA/MD5 not working. (e.g. SHA256, SHA512 etc.). This affected the inline SNMP mode in checkmk only.
* The net-snmp project had a long time no releases. So we now want to go for the latest release.
ID: 13406
Title: agent_vsphere: KeyError: runtime.host
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
Before this werk the special agent <tt>agent_vsphere</tt> crashed when it was
executed while a virtual machine is cloned. The freshly cloned virtual machine
is not assigned to any vmware host, and thus can not be reporetd.
If a virtual machine is reported to have no vmware host, the virtual machine is
now ignored and a message is printed to stderr.
ID: 13574
Title: Update net-snmp lib to 5.9.1
Component: inline-snmp
Level: 2
Class: Bug fix
Version: 2.1.0i1
We now ship omd with the net-snmp lib in version 5.9.1.
This was motivated by several reasons:
* The previously used net-snmp lib had a bug in the python C binding which caused any higher auth protocol then SHA/MD5 not working. (e.g. SHA256, SHA512 etc.). This affected the inline SNMP mode in checkmk only.
* The net-snmp project had a long time no releases. So we now want to go for the latest release.
ID: 13666
Title: Opsgenie: Fix using team names with spaces
Component: Notifications
Level: 1
Class: Bug fix
Version: 2.1.0i1
If team names contained spaces, no alert was created within Opsgenie.