ID: 0601
Title: printer_alerts: check can now display a textual representation of the alert code
Component: Checks & Agents
Level: 1
Class: Incompatible Change
Version: 1.2.5i3
If a description of the the alert group state is not available from the device, the check
now displays a textual representation of the alert code instead of the alert code itself.
This makes the service output more readable and useful to the printer admin.
With this change the printer_alerts_state_map is deprecated and will no longer be used.
ID: 0751
Title: New localcheck for Linux that makes sure that filesystems in /etc/fstab are mounted
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.5i3
The new local check is in <tt>share/doc/check_mk/treasures/localchecks/check_fstab_mounts</tt>. Simply
copy it to <tt>/usr/lib/check_mk_agent/local/</tt> on your Linux agents. It will alert you if any
filesystem that is listed in <tt>/etc/fstab</tt> is not being mounted. Filesystems with the option
<tt>noauto</tt> are excluded from the check.
ID: 0777
Title: special agent emcvnx: did not work with security file authentication
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.5i3
when trying to authenticate with security files, the special agent did build
invalid naviseccli command line. This is fixed now.
ID: 0781
Title: host diag page: fixed problem with update of diagnose subwindows
Component: WATO
Level: 2
Class: Bug Fix
Version: 1.2.5i3
The subwindows in the host diagnostic page did not get updated properly, because of an incorrect transaction handling.
ID: 0779
Title: Hostgroups (Summary): Empty hostgroups are no longer shown (can be re-enabled by filter)
Component: Multisite
Level: 1
Class: New Feature
Version: 1.2.5i3
ID: 0747
Title: livestatus table hostsbygroup: fixed bug with group_authorization strict
Component: Livestatus
Level: 2
Class: Bug Fix
Version: 1.2.5i3
On calling the livestatus table hostsbygroup with an AuthUser the table
did not hide the entire hostsgroup in case the group_authorization was set to <tt>strict</tt>
and one host in the group was not a contact for the AuthUser.
This has been fixed.
With the group_authorization <tt>strict</tt> setting the AuthUser now
needs to be a contact of every host in the hostgroup, otherwise the hostgroup
is not shown at all.
ID: 0746
Title: zfsget: fixed problem with agent output of check_mk_agent.solaris
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.5i2
The reported columns from the check_mk_agent.solaris did not match
the columns expected in the check. This has been fixed.
Might have fixed problem with other agents than check_mk_agent.linux, too.
ID: 0745
Title: drbd: Roles and diskstates are now configurable via WATO
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.5i2
You can now configure the result for each role scenario as well as set specific states
for each diskstate or completely disable the evaluation for roles and diskstates.
For example:<br><br>
Roles:<br>
Secondary/Secondary -> CRIT<br><br>
Diskstates:<br>
Secondary/Inconsistent -> CRIT<br>
Primary/Attaching -> WARN<br>