ID: 13516
Title: <tt>mongodb_replica</tt>: Show both active and passive secondaries
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
The check plugin <tt>mongodb_replica</tt>, which monitors the status of
MongoDB replica sets, now displays both active and passive secondaries.
Before, the plugin displayed only active secondaries.
Note that users have to update the MongoDB agent plugin of affected
hosts.
ID: 13282
Title: BI datasource program: Fixed non-working aggregation filters with older configurations
Component: BI
Level: 1
Class: Bug fix
Version: 2.1.0i1
The aggregation filters for the <tt>BI aggregations</tt> datasource program configuration did
not work, unless they were manually saved again within the GUI.
ID: 13498
Title: New permission to publish customizations to groups of user
Component: Multisite
Level: 1
Class: New feature
Version: 2.1.0i1
If you wanted to permit a user to be able to share his customizations (views,
dashboards, topics, etc.) with other users of his contact groups, you
previously had to permit the user also to share his customziations with all
users.
All of the following permissions can now be set independent of each other:
1) Publish view
Make views visible and usable for all users.
2) Publish to allowed contact groups
Make views visible and usable for users of contact groups the publishing user
is a member of.
3) Publish to foreign contact groups.
Make views visible and usable for users of contact groups the publishing user
is not a member of.
This way you can e.g. allow a user only to share his dashboards with users who
are in the same contact group.
ID: 13400
Title: discover additional 'average' service for cisco_cpu_multiitem
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.1.0i1
It's now possible to configure the cisco_cpu_multiitem to include a
<tt>average</tt> service to show the average CPU utilization of all individual
CPUs. The discovery rule is called "CPU multi item discovery". The default
behaviour of discovering the individual CPUs only is not altered.
ID: 13451
Title: brocade_sfp: Add voltage level parameters
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.1.0i1
Parameters for upper and lower voltage levels added to brocade_sfp check.
ID: 13384
Title: Fix 'Request-URI Too Long' error on rule search
Component: Setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
The rule search could produce a 'Request-URI Too Long' exception because all
variables of the search form were submitted.
This problem could occur, for example, in installations with a large number of
host tags.
We now filter out all unused variables to avoid exceeding the server capacity.
ID: 13188
Title: cisco_qos: 0 bandwidth leads to permanently critical services
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
The check "cisco_qos" evaulates the used bandwidth and number of dropped
bits/bytes as a percentage relative to the interface's available bandwidth. In
the event that the available bandwidth is 0, the service remained permanently
critical. This has been fixed.
ID: 13494
Title: <tt>mongodb_counters</tt>: Fix "ValueError: too many values to unpack (expected 3)"
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
In certain cases, the check plugin <tt>mongodb_counters</tt> crashed with
"ValueError: too many values to unpack (expected 3)".
The reason for this crash is that depending on the version,
<tt>db.serverStatus().opcounters</tt> can contain a counter named
"deprecated", which does not follow the syntax of the other counters.
This counter is now skipped.
ID: 13518
Title: Liveproxy Daemon: React to changes in CAs without manual restart
Component: Livestatus Proxy
Level: 1
Class: Bug fix
Version: 2.1.0i1
When using encrypted connections, the CAs trusted by the Liveproxy Daemon
(LPD) can be administrated via the global setting "Trusted certificate
authorities for SSL". Depending on the current state of the LPD, a manual
restart was necessary for the LPD to take changes in this setting into
account. In particular, removing a CA of a remote side to which the LPD
was currently connected to did not result in a loss of connection without
a restart.