ID: 1636
Title: Crash checks now have an icon for viewing and sending a crash dump
Component: Multisite
Level: 2
Class: New Feature
Version: 1.2.5i7
If a check crashed because invalid output from agent, invalid check
parameters or a bug in the implementation of the check, then Check_MK
now creates a crash report for the according service in the directory
<tt>var/check_mk/crashed_checks/</tt>HOST<tt>/</tt>SERVICE. In this directory
there is one informational file and the output from the agent (Check_MK agent
or SNMP). This data is then packed into a tarball, base64 encoded and added
as a long plugin output to the check.
Multisite has a new icon for displaying that data and for submitting
a bug report via email.
ID: 1599
Title: check_mk_agent.aix: Simple run_cached Feature for plugins
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.5i7
Like in the Linux and Solaris Agent, it's no possible to create subfolders in the plugin folder with a number as name, who represents the cache time for
the contained plugins in minutes.
ID: 1650
Title: Enabled rule based notifications by default (for new installations)
Component: Notifications
Level: 1
Class: New Feature
Version: 1.2.5i7
Already running installations are not affected.
ID: 1651
Title: Consolidated painters of service list views
Component: Multisite
Level: 1
Class: Bug Fix
Version: 1.2.5i7
The painters (columns) of views which are listing multiple services were
using different orders of the painters. We consolidatet the columns now
to have a better consistent feeling.
ID: 1649
Title: Check_MK inventory service has been renamed to Check_MK Discovery
Component: Core & Setup
Level: 2
Class: Bug Fix
Version: 1.2.5i7
For new installations (using WATO), the former "Check_MK inventory" service
has been renamed to "Check_MK Discovery". This has been done to clarify
the difference between the service discovery (find new things to monitor)
and the hw/sw inventory.
Existing installations are not affected by default, but can switch to the new
name by checking "Monitor hosts for unchecked services (Check_MK inventory)"
in the Global Setting "Use new service descriptions".
ID: 1648
Title: New installations have the service to check for unchecked services enabled by default
Component: Core & Setup
Level: 1
Class: New Feature
Version: 1.2.5i7
The former known service "Check_MK inventory" is now enabled by default for all new
installations. For existing installations there is nothing changed automatically.
It will also be renamed to "Check_MK Discovery" with this release.
ID: 1652
Title: kaspersky_av_quarantine: Fixed exception when a file was found in quarantine
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.5i7
ID: 1653
Title: megaraid_pdisks: Resulting states are now hard coded within the check
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.5i7
The megaraid_pdisks check was using the state the device had during initial
inventory as expected OK state. When a device was failed during inventory,
the state never changed to CRITICAL, even if the device is failed.
This has been fixed by hard coding the resulting states now.
Online, Hotspare -> OK
Failed -> CRITICAL
ID: 1635
Title: multipath: fix parsing output of multipath on RedHat6 with space in alias
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.5i7
ID: 1634
Title: Fix editing of cluster hosts in WATO: cluster-property no longer goes lost
Component: WATO
Level: 2
Class: Bug Fix
Version: 1.2.5i7
When editing a cluster host in WATO the list of nodes (and thereore the cluster
property) got list. This bug was probably introduced while creating the new WATO
webservice. This has been fixed.