ID: 12627
Title: entity_sensors: discover non-operational sensors
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.1.0i1
The entity_sensors check previously only discovered any sensors that were in
operational status "OK". Now, the check also discovers densors that have status
"non-operational" or "unknown".
ID: 12420
Title: Dashboards: Unify handling of dashboard-wide filters
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
There are two ways to define dashboard-wide filters:
<ol>
<li>In the dashboard configuration, these filters are persisted.</li>
<li>Using the filter menu, these filters are not persisted.</li>
</ol>
This werk allows users to consistenly overwrite filters defined via option 1
with filters defined via option 2. Previously, this was only possible for some
dashlets. Note that this overwrite is of course only temporary. Once the
page showing the dashboard is closed, any filters defined via option 2 are
gone.
Note that filters defined on the dashlet level still have the highest priority,
as was the case before this werk. This means that any filter defined via option 1
or 2 from above will not overwrite a filter defined in the configuration of an
individual dashlet.
ID: 11359
Title: omd now restores all hardlinks
Component: Site Management
Level: 1
Class: Bug fix
Version: 2.1.0i1
<tt>omd restore</tt> is now able to restore <b>all</b> hard links.
Previously, this was restricted to some special directories.
ID: 12362
Title: netapp_api_snapvault: clustermode: duplicate item names lead to missing services
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
NetApp Snapvault services are disovered using the names of the destination
volumes. For NetApp clustermode installations, however, the destination volume
names may not be unique, leading to missing Snapvault services. This has been
fixed by including the destination Vserver (SVM) in the item description. Please
rediscover the services of your NetApp hosts to apply this fix.
If you are sure that your destination volume names are unique, and you would
like to continue using them as the item description, you can do so by selecting
the "Exclude destination vserver" option in the "Discovery parameters for
NetApp snapvault" ruleset. In this case, you do not need to rediscover the
services.
We strongly advise using the full item description for the services, as this is
guaranteed to be unique. This is also the default behaviour of the discovery of
this check going forward.
ID: 12552
Title: Notes URL is now always opened in new tab or window
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
You can configure a "Custom notes URL" for host and services. A link to this
notes URL appears in the host or service context menu in the GUI.
With the introduction of the Content Security Policy (which is configured in
etc/apache/conf.d/security.conf), it is now not possible anymore to follow
external links within the GUI frameset without changing the policy to allow
links to the linked domain.
In such a case the browser console shows something like "Content Security
Policy: The page’s settings blocked the loading of a resource ...".
To make the "Custom notes" link work by default we now changed that link to
open the link target in a new tab.
ID: 12609
Title: Fix metric selection in graph designer
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
If you tried to add a metric in e.g. the custom graph designer, the metric
dropdown showed no metrics after entering a hostname.
A workaround was to add the metrics via the "Add this metric to..." option in
the "Service metrics" column of a service.
ID: 12606
Title: CEE free edition: Fix limitation for number of hosts
Component: Other Components
Level: 1
Class: Bug fix
Version: 2.1.0i1
If Nagios core was used, an update failed because of a limit of 10 hosts.
This limit has been increased to 25 hosts.