ID: 0560
Title: check_mk_agent.solaris: report statgrab_mem section if solaris_mem section is missing
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.5i1
Some older solaris machines do not have /usr/bin/top, which is required by <tt><<<solaris_mem>>></tt>.
In this case we report the deprecated (but still supported section) <tt><<<statgrab_mem>>></tt>.
ID: 0559
Title: WATO snapshots: improved validation of (uploaded) snapshots
Component: WATO
Level: 1
Class: Bug Fix
Version: 1.2.5i1
Some new validation features have been added<br>
<ul>
<li>Only tar and tar.gz files can be uploaded</li>
<li>It is checked if the file size if reasonable</li>
<li>It is checked if the content of the tarfile 'looks' OK (real check is done later)</li>
</ul>
Upon restoring the snapshot, an additional integrity check is done for
each of the subtar files. If this check fails, e.g. some tar.gz is corrupted,
the snapshot won't get applied and an error message is raised.
ID: 0583
Title: stulz_pump: now monitors the pumps rpm in precent of maximum and gathers performance data
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.5i1
ID: 0672
Title: Service item of "Check event state in event console" checks can now be configured
Component: Event Console
Level: 1
Class: Bug Fix
Version: 1.2.5i1
In the past the application regex was used as part of the service descriptin, which
resulted in nagios validation errors in case of regexes, where e.g. "$" signs were
used. Now you can use such regexes and define the item option to create a custom
item for the service description.
ID: 0558
Title: availability: fixed exception on specific filter settings
Component: Multisite
Level: 1
Class: Bug Fix
Version: 1.2.5i1
The generation of the availability data could raise an exception
if the "Scheduled Downtimes" filter were set to "Exclude scheduled downtimes"
ID: 0557
Title: check_mk_agent.solaris: removed section statgrab mem
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.5i1
The data from statgrab_mem section was already provided by the solaris_mem section.
<<<statgrab_mem>>> is hereby removed from the check_mk_agent.solaris output.
ID: 0718
Title: logwatch.ec: Optionally monitor the list of forwarded logfiles
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.5i1
You can now have the check <tt>logwatch.ec</tt> - Event Console forwarding of
logfiles - monitor the list of forwarded logfiles. This is enabled by setting
<tt>"monitoring_logfilelist"</tt> to <tt>True</tt> in the checks parameter
dictionary. WATO shows this as a new check box <i>Warn if list of forwarded
logfiles changes</i> in the rule set <i>Logwatch Event Console Forwarding</i>.
During inventory the check remembers the list of currently present logfiles
that should be forwarded to the Event Console. If that list changes at any
time later then the check goes to WARN and displays the missing/exceeding
logfiles. Re-inventorize the check in order to acknowledge the new list.