ID: 0908
Title: Check event state: New option "Less Verbose Output"
Component: WATO
Level: 1
Class: New Feature
Version: 1.2.5i3
If enabled the check reports less information in its output.<br>
You will see no information regarding the worst state or unacknowledged events.<br>
For example a default output without this option <br>
<tt>WARN - 1 events (1 unacknowledged), worst state is WARN (Last line: Incomplete Content)</tt><br>
Output with less verbosity<br>
<tt>WARN - 1 events (Worst line: Incomplete Content)</tt>
ID: 0909
Title: Table checkboxes: Fixed bug where selected checkboxes got ignored
Component: Multisite
Level: 1
Class: Bug Fix
Version: 1.2.5i3
Sometimes not all selected lines of a multisite table where actually processed.
This happened especially often when the monitoring server had a high disk I/O.
ID: 0907
Title: windows agent: register_service: fixed ImagePath registry entry
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.5i3
The registry key ImagePath in <tt>HKEY_LOCAL_MACHINE\System\CurentControlSet\Services\Check_MK_Agent</tt>
was not quoted correctly. This could trigger a warning on some vulnerability scanners.
ID: 0899
Title: enterasys_temp: New Check for temperature sensor in Enterasys Switches
Component: Checks & Agents
Level: 2
Class: New Feature
Version: 1.2.5i3
ID: 0156
Title: akcp_daisy_temp: New Check for akcp daisyTemp sensor chains
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.5i3
Further information about the sensor type can be found here: http://www.akcp.com/wp-content/uploads/2010/03/daisyTemp-sensor.pdf
ID: 0906
Title: Improved transaction handling in Web GUI
Component: Multisite
Level: 1
Class: Bug Fix
Version: 1.2.5i3
All transactions within the GUI are handled via transaction ids.
In some instances these transaction ids were not stored correctly.
This could lead to odd results, e.g. that entered data within formulars got discarded.
ID: 0905
Title: Multisite context buttons: links in context buttons are no longer called twice
Component: Multisite
Level: 1
Class: Bug Fix
Version: 1.2.5i3
The "onclick" attribute in the context button (buttons at the top of a page) additionally
called the href link, which was already specified in the "href" attribute.
This could lead to raise conditions where transactions (saving a formular) were not handled correctly.