ID: 13453
Title: apc_symmetra_elphase: Remove default current threshold
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.1.0i1
apc_symmetra_elphase check would assume CRIT state for current values bigger then 1 A.
Since this value depends on the configuration of the UPS and the battery type, it
produced error states for normal current values.
If you want to keep using 1 A as a threshold value for apc_symmetra_elphase current
set it up in the check's parameters.
ID: 13363
Title: Veeam: Add CDP job monitoring
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.1.0i1
You can now monitor the status and the time since last execution of the
Continuous Data Protection (CDP) jobs run by Veeam.
In order to carry out the check, the Veeam agent plugin
needs to be installed on the backup server.
For further information look at the respective manpage
ID: 13401
Title: mk_mongodb.py adapt logging
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.1.0i1
In previous versions the mk_mongodb.py agent plugin printed expected exceptions
to stderr. This may confuse the user as they may think something is wrong with
the plugin or the mongodb server while this exception is totally fine.
For example mk_mongodb.py queries for replica information. Is a mongodb server
queried that has no replica configured, the plugin wrote an error message
to stderr that it could not fetch the replication Information.
These Errors are now hidden by default. They may be shown by specifying
<tt>-vv</tt> when executing the agent plugin manually.
The errors are logged with log level debug.
ID: 13402
Title: docker_container_diskstat: fix stale service
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
The "Disk IO" services failed to display any values and were permanently stale.
ID: 13520
Title: <tt>cisco_ucs</tt> checks: Add support for UCS C480 M5 Servers
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.1.0i1
The <tt>cisco_ucs</tt> check plugins will now be discovered on Cisco
UCS C480 M5 Rack Servers.
ID: 13364
Title: Dashlets: Use default Timewindows
Component: Multisite
Level: 1
Class: New feature
Version: 2.1.0i1
All dashlets now use the default Timerange() valuespec.
This also enables the usage of "Custom graph timeranges"
from global settings in dashlets.
Affected dashlets are:
<ul>
<li>Single metric graph
<li>Custom graph
<li>Combined graph
<li>Percentage of service problems
</ul>
ID: 13502
Title: Fix duplicatet context in title on export of views as PDF
Component: Reporting & Availability
Level: 1
Class: Bug fix
Version: 2.1.0i1
If views were exported via "This view as PDF", the title of the shown report
showed the context of the report in the title twice, e.g. "Services of Host
myhost myhost".
ID: 13503
Title: Fix wrong sort order in PDF reports on exporting views
Component: Reporting & Availability
Level: 1
Class: Bug fix
Version: 2.1.0i1
If you exported a view via "This view as PDF", e.g. "Events of host & service
my_host", the sort order of the elements in the generated PDF report could
differ.
ID: 13473
Title: Do not drop services of incompatibly changed plugins
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
In rare cases a `cmk-update-config` could silently drop the service of a plugin (see below for which plugins can be affected).
It would then appear as stale in the service view.
A rediscovery would fix the issue (and usually report one or more new services).
Now the affected service will go to UNKNOWN, and include "<missing an item>" in the service description.
However the required action remains the same: Perform a rediscovery.
It will now report the affected service as being vanished (and usually one or more new services).
This only affects services of (custom) plugins, whose implementation was changed:
>From being a single service plugin ("without item") to being a multiple services plugin ("with item").
In the case a shipped plugin is changed in this regard, this scenario should be avoided by implementing an automatic transition.
For custom plugins however, you may encounter the described issue.