ID: 1669
Title: mrpe program check_16bit_program.cc: Monitors 16 bit programs on windows
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.7i1
This script is only available as source code in the check_mk git repository under
<tt>doc/treasures/check_16bit_program.cc</tt>.
It should be configured as mrpe script in the check_mk.ini.
For example:
<tt>check = Pump_Program C:\test\check_16bit_program.exe petro3003.exe</tt>
On success it returns with exit code 0 and
"{program} is running. Path of executable: {Path of program}"
On failure it returns with exit code 2 and
"{program} not running"
Note: 16 Bit programs in windows are actually not real processes. They are executed
as separate threads in processes named ntvdm.exe.
ID: 1668
Title: Interface groups: Can create groups out of interface item names
Component: Checks & Agents
Level: 2
Class: New Feature
Version: 1.2.7i1
In the previous version a interface group could only get created out of
interfaces which shared the same interface type.
With this update you can now specify grouped interfaces by their type as well
as their item name. Keep in mind that the item name depends on the parameters
<tt>if_inventory_uses_alias</tt> or <tt>if_inventory_uses_description</tt>.
ID: 1841
Title: fileinfo, fileinfo.groups: new parameter for selecting ranges of the time of the day
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.7i1
With this new check parameter you can make the check go critical only during certain
times of the day. That way you can for example say: Between 8:00 and 9:00 this must
exist a certain file, but otherwise it is not neccessary.
ID: 1212
Title: Fixed default value in wato parameter page for timeperiods
Component: WATO
Level: 1
Class: Bug Fix
Version: 1.2.7i1
In some cases wato has shown the wrong default values on the parameter page for all rules
based on time periods (e.g. check period, notification period)
ID: 1211
Title: Fixed g_git_messages error on activate changes
Component: WATO
Level: 1
Class: Bug Fix
Version: 1.2.7i1
Randomly there was a error message while activate changes g_git_messages, referenced before assignment. This
should be fixed now.
ID: 1667
Title: Sidebar snapin 'Tree of Folders' and 'WATO folder' filter now available on slave sites
Component: Multisite
Level: 1
Class: New Feature
Version: 1.2.7i1
The multisite filter <i>WATO folder</i> was not available on slave sites with disabled WATO.
The <i>Tree of Folders</i> snapin was available even if WATO was disabled.
If you clicked on a link on the <i>Tree of Folders</i> snapin the upcoming page displayed
wrong information because the <i>WATO folder</i> filter was missing.
This has been fixed.
The new behaviour:
<ul>
<li>Slave site:<i>Tree of Folders</i> snapin is always available</li>
<li>Slave site:<i>WATO folder</i> filter is always available</li>
<li>Master site:<i>Tree of Folders</i> snapin is not available if WATO is disabled</li>
<li>Master site:<i>WATO folder</i> filter not available if WATO is disabled</li>
</ul>
ID: 1811
Title: Added new filter for regex based filtering of contacts to log based views
Component: Multisite
Level: 1
Class: New Feature
Version: 1.2.7i1
This filter can be used to filter monitoring log based views by a regex matching
the contact name. Additionally the filter can be negated.
ID: 1210
Title: New Downtime Filter for comments
Component: Multisite
Level: 1
Class: New Feature
Version: 1.2.7i1
It is no possible to add a comment filter to downtime views.
ID: 1810
Title: Rule based notifications: Fixed output of non contact mail recipient address in analyze table
Component: Notifications
Level: 1
Class: Bug Fix
Version: 1.2.7i1
The recipient mail address was shown as "mailto:...", stripping of the prefix now.