ID: 3877
Title: ibm_tl_changer_devices, ibm_tl_media_access_devices, ibm_tl_scsi_prot_ctrl: new checks for IBM tape library which support the SNIA-SML and SML MIB.
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.4.0i1
ID: 3886
Title: Notifications that do not match any rule are sent to fallback mail / contacts
Component: Notifications
Level: 1
Class: New Feature
Version: 1.4.0i1
When a notification is received and is not matched by any notification rule, it could
be sent to a globally configured and optional fallback email address.
So, if you did not configure this fallback email address, it was possible that generated
notifications, e.g. from the Event Console, were not sent to any user.
This has been extended so that you can either configure the global mail address or set
and attribute for your user accounts individually. For each of your users you can now
set the flag "Receive fallback notifications".
Another change: If you use the rule based notifications and have not configured any
fallback contact (either globally or user), there will be a warning message displayed
on the notification configuration page.
Another change: When having a notification rule that has a condition on contact groups,
or any user creates a custom notification rule, and a notification was generated which
had no contact group information at all, the notification was sent to ALL users, instead
of none.
That was implemented this way just to be sure that the notifications are not suppressed
by accident. This has been changed to be also processed like other notifications that
do not match any rule. Finally these notifications will be handled with the configured
fallback contacts.
ID: 3810
Title: windows agent: no longer truncates plugin output, no longer freezes when plugin produces too much output
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.4.0i1
Contains two bugfixes.
Fixed race condition where data from a script was not completely read from the suprocess's pipes.
Fixed an agent freeze when the plugin data exceeded 2MB.
ID: 3808
Title: df.include: fixed incorrect levels calculations on very small filesystems
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.4.0i1
Filesystems with <tt>Free space left</tt> levels less than 1MB were incorrectly calculated.
The check always reported CRIT in this scenario.
ID: 3807
Title: mssql_counters: fixed crash when the check is unable to parse a timestamp provided by the plugin
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.4.0i1
ID: 3885
Title: Fixed sorting of version in werk list (1.2.8p10 and 1.2.8p11 were not listed on top)
Component: Multisite
Level: 1
Class: Bug Fix
Version: 1.4.0i1
ID: 3806
Title: Sped up "Activate changes"
Component: Core & Setup
Level: 1
Class: New Feature
Version: 1.4.0i1
Introduced caching for many regularly called functions.
As a result, the config generation for the core should be at least 2-3 times faster.
Note: The computation time highly depends on the number of used rules and hosts.
ID: 3884
Title: Notifications: Fixed wrong LASTSERVICESTATE and SERVICESTATE in EC notifications
Component: Event Console
Level: 1
Class: Bug Fix
Version: 1.4.0i1
The variables LASTSERVICESTATE had CRIT instead of CRITICAL and the SERVICESTATE
variable had WARN instead of WARNING and CRIT instead of CRITICAL values set.