ID: 12966
Title: Fix predictive icon link in distributed setups
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.0.0p7
If the predictive icon was used in distributed setups on services that are
located on remote sites, the link of that icon opened a tab with a link to the
remote site. From now on, the predictive page of the service is shown on the
central site.
ID: 12961
Title: Fix usage of custom logos
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.0.0p7
Custom logos for customer could still be added/edited via the gui designer but
did not appear at the sidebar or the login screen.
ID: 12902
Title: Checking used cached data after autodiscovery activated changes
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.0.0p6
If the auto discovery was configured and activated some changes,
the CMC used cached data for checking until restarted.
ID: 12793
Title: Views: hostname background color
Component: Setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
The hostname background color can be configured to reflect the hosts status.
This only worked if the hostname column was configured to display a tooltip and
a tooltip was actually displayed.
Now the background color should be displayed with all possible tooltip
variations.
ID: 11807
Title: local check: Do not crash on negative timespans
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
In case a host's time is running ahead of checkmk's server time, a cached local section will crash in the plugin.
This is fixed now and a message will be generated.
ID: 12916
Title: cmciii_can_current: levels of the current metric are now given in ampere
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
The metric was reported in A and the levels in mA. Now they are both
reported in A.
ID: 12964
Title: Fix editing of labels
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
If labels were edited, an error message "Only one value per KEY can be used at
a time. label_key:label_value is already used." was shown.
A workaround was, to add the regarding label again.
ID: 12982
Title: <tt>oracle_recovery_status</tt>: Stop ignoring offline datafiles (12.1+)
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
The Oracle agent plugin (both Linux and Windows) ignored offline datafiles
for version 12.1 and above. This affected environments with physical standby
databases. Instead of CRIT, the corresponding check plugin
<tt>oracle_recovery_status</tt> went stale. This has been fixed.
For this werk to come into effect, you have to update the Oracle agent plugin
on affected hosts.
ID: 12303
Title: Fix cache miss on discovery
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
This fixes a problem with the cache invalidation of the
discovery data. This could have two consequences:
a performance problem where the hosts would be unnecessarily
queries; or the opposite where the data would not
be refreshed.
ID: 12885
Title: <tt>if64</tt>: Option to Check Combination of Operational and Admin States
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.1.0i1
The interface check <tt>if64</tt> always displays the operational status
<tt>ifOperStatus</tt> of the interface. Furthermore, it can be configured to
fetch and display the admin status <tt>ifAdminStatus</tt>. For both states,
there are configuration options to map them to monitoring states (eg.
ifOperStatus=up --> OK, ifOperStatus=down --> CRIT).
However, before this werk, there was no option to assign a monitoring state
to a <i>combination</i> of an operational and an admin state. With the
additional configuration option introduced by this werk, you can for example
configure that an interface which is down <i>and</i> admin down should be
considered OK. Such a setting will only apply to interfaces matching the
configured operational <i>and</i> the configured admin state. For example, an
interface which is down but admin up would not be affected.