ID: 13528
Title: check_mail, check_mail_loop, check_mailboxes: Do not show passwords if the active check is executed on the commandline with option '--debug'
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
ID: 13283
Title: Fixed error on customer sites caused by missing aggregation rules
Component: BI
Level: 1
Class: Bug fix
Version: 2.1.0i1
The customized snapshot for the customer site did not always include the complete set of relevant
aggregation rules a customers. This caused exceptions on various pages, even not BI related views.
ID: 13501
Title: Fix LDAP connection error for connections the user is not part of
Component: Setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
If a LDAP user did a login, all LDAP connections were contacted, what could
lead to the error "LDAP connection failed", even if the LDAP server of the
configured user connection was reachable.
>From now on, only the connection of the requested user will be connected.
ID: 13519
Title: <tt>check_icmp</tt>: Fix "Failed to resolve $: Name or service not known"
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
Depending on the configuration, the active check <tt>check_icmp</tt> (ICMP
Echo Requests) crashed with
"Failed to resolve $: Name or service not known".
This happened with the following configuration options below "Alternative
address to ping":
<ul>
<li>Ping all IPv4 addresses</li>
<li>Ping all IPv6 addresses</li>
<li>Ping additional IPv4 addresses</li>
<li>Ping additional IPv6 addresses</li>
<li>Ping IPv4 address identified by its index</li>
<li>Ping IPv6 address identified by its index</li>
</ul>
ID: 11372
Title: Renamed VictorOps to Splunk On-Call
Component: Notifications
Level: 1
Class: New feature
Version: 2.1.0i1
As VictorOps is now part of Splunk, the notification tool has been renamed
to Splunk On-Call. To reduce confusion and possible incompatibilities the
old name will be kept in internal code.
Please note, that also the api endpoints and the documentation is still
hosted by the old VictorOps domains.
ID: 13355
Title: OpenWRT agent: Make <tt>df</tt> section work with BusyBox
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
BusyBox does not support <tt>-x</tt> and <tt>-l</tt> as arguments to the
<tt>df</tt> command. These arguments are removed from the OpenWRT agent,
s.t. the <tt>df</tt> section is now available in combination with BusyBox.
Furthermore, <tt>-i</tt> is sometimes unsupported as well, so the agent
will now first check if this argument is supported and only attempt to
collect inodes information if it is.
Note that in order to avoid hanging agents due to remote filesystems,
the <tt>df</tt> calls are terminated after a fixed timeout of 5 s. This
means that the agent will only attempt to produce the <tt>df</tt> section
if the <tt>waitmax</tt> command is available. Checkmk provides a
<tt>waitmax</tt> binary or alternatively, you can install the
<tt>timeout</tt> command.
ID: 13500
Title: LDAP: Only set customer user attribute on creation
Component: Setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
Werk #13370 introduced the automatic setting of the customer user attribute on
LDAP synchronization. This Werk did not keep in mind the option to change the
customer attribute in the user setting, leading to the behaviour, that the
customer attribute of the LDAP connection is set on every LDAP synchronization,
overwriting existing changes.
>From now on, the customer attribute will only be set once by the LDAP
synchronization on user creation.
Please check existing users after the update for correct customer settings.
ID: 13526
Title: cisco_wlc{,_clients}: Support model Cisco WLC 3504
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
The system object ID of the models 'Cisco WLC 3504' start with the OID
".1.3.6.1.4.1.9.1.2427". The check plugins cisco_wlc and cisco_wlc_clients now
match on this OID.
ID: 13398
Title: RESTAPI: discovery: Service Item may be Null
Component: Core & setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
The schema of service_item was a string which could not be null, although
services without a service item exist.
Null for a service item is now valid.
ID: 13397
Title: RESTAPI: fix endpoint "Update the phase of a service"
Component: Core & setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
Before this fix the endpoint only worked for <tt>target_phase=refresh</tt>. Now
all other target_phase are supported, too.