ID: 5558
Title: Rule list: Fixed visibility of rules in child folders for transitive folders
Component: WATO
Level: 1
Class: Bug fix
Version: 1.5.0i2
When viewing the list of rules in a ruleset via WATO, it shows the rules grouped by folder.
When the user views a transitive folder the rules defined in child folders were not listed.
It has now been changed to work like this: The list shows all rules of all parent and
all child folders. Folders of other, not involved, branches in the folder hierarchy
are not displayed.
ID: 5547
Title: Errors in pre-activate-changes hooks prevent configuration activation now (regression since 1.2.8)
Component: WATO
Level: 1
Class: Bug fix
Version: 1.5.0i2
Exceptions in pre-activate-changes hooks, that one can register to extend the WATO functionality
before loading changes into the monitoring core were suppressed and only shown to the user if
the debug mode of the GUI is enabled.
These issues are now shown to the user during activation of a site in form of a short exception
message. The full trace is shown in the var/log/web.log of the site the error happens on.
ID: 5448
Title: mssql checks: Added prefix 'MSSQL' to each MSSQL service description
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.5.0i2
In order to use these new service descriptions you have to enable them below
{Global settings}, {Use new service descriptions}. Renaming of existing services
has many implications - including existing rules, performance data and availability
history - these renamings are disabled per default for existing installations.
Here you can switch to the new descriptions for selected check types
ID: 5466
Title: Fixed filtering of services table for host name
Component: Livestatus
Level: 1
Class: Bug fix
Version: 1.5.0i2
Using a filter of the form 'host_name != ...' on the services table did not
work, the result set was always empty. This has been fixed.
ID: 5522
Title: mkbackup: Fix crash in case of multiple backup jobs
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.5.0i2
Previously, this check would not work (neither discovery nor checking) if more than one
backup job was configured. This has been fixed.
ID: 5355
Title: dmraid: add timeouts to the linux agent
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.5.0i1
Add timeouts to "dmraid -r" and "dmraid -s" to prevent the Check_MK
agent from running into a timeout in special setups with a large
amount of devices.
ID: 5545
Title: Editing rules: Fixed adding date+user to rule comments
Component: WATO
Level: 1
Class: Bug fix
Version: 1.5.0i2
When editing a rule in WATO, there is the comment field available, which can e.g.
be used to write down information about the history of this rule. The icon on
the right of the text area is meant to add a new history entry to the beginning
of the comment. The way this text was added to existing comments was not really
working as intended.
It has now been changed to add a new line to the beginning, setting the cursor
on this field and position it at the end of the just added line.