ID: 12890
Title: dcd: solve error when custom dcd connectors are installed
Component: Core & setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
The configuration of a custom DCD connector was possible, but
resulted in an error when the activate changes was attempted.
The error message claimed that the connector does not exist.
This werk fixes this behaviour.
ID: 12923
Title: Calculated latency levels checked in disk checks
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.1.0i1
If disk check doesn't send latency data, Checkmk calculates it from average read/write wait.
Until now warn/crit levels weren't checked in this case. Now they are checked.
ID: 12963
Title: Fix BI aggregation work tree
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.0.0p6
Sometimes several trees were opened when a single tree was clicked to open.
ID: 12962
Title: Fix usage of default sender address of appliance
Component: Notifications
Level: 1
Class: Bug fix
Version: 2.1.0i1
The option "Default sender address" of the appliance configuration was only
taken into account while sending system mails. Notifications send via ASCII or
HTML Email did not use this address.
ID: 12494
Title: Multiline interface descriptions now supported
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
Network interfaces that provide multiline descriptions would crash their
corresponding service. In case that the rule "Network interface and switch port
discovery" was configured to "use description" for the "appearance of network
interface", all interfaces of the device stalled and remained on the PENDING
state. This is now fixed, yet you might need to rediscover your services.
ID: 12495
Title: Fix Graphs when active check ICMP inspects a host with multiple addresses
Component: metrics
Level: 1
Class: Bug fix
Version: 2.1.0i1
Graphs showed an exception. Now the behavior of version 1.6 is restored where
each metric is plotted in a single graph. Metrics are not aggregated by IP
address.
ID: 12898
Title: ps: compute percentual memory usage for clustered services
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.0.0p6
The percentual memory displayed is the quotient of the accumulated memory
use of the processes and the accumulated total memory of every node the
processes are running on.
ID: 12875
Title: Fix ignored changes on local defined config variables
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
If configuration variables were declared in
~/local/share/check_mk/web/plugins/config, changes on that variables in WATO or
~/etc/check_mk/multisite.d/wato/global.mk had no effect.
The configuration always used the default from the mentioned path.
ID: 12874
Title: Fix filter on audit log page
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
The filter "Filter pattern (RegExp)" only matched on the user column of the
audit log page.