ID: 12926
Title: SAP HANA: New agent config where you can specify connection per database
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.1.0i1
There is an additional way of SAP HANA agent configuration where you can specify databases
you want to monitor and authentication per database.
ID: 12972
Title: Fix wrong soft query limit warning
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
With werk #12611 the calculation for HW/SW inventory views was fixed. But this
caused problems in other views, where a limit was shown even the limit was
not reached.
ID: 12836
Title: Disable outdated extension packages during site updates
Component: Core & setup
Level: 1
Class: New feature
Version: 2.1.0i1
Since 1.6 there is the information "valid until version" available in MKPs.
Since 2.0.0 Checkmk is now automatically disabling the packages during the site
update (omd update).
The mechanism tests all installed packages, checks the "valid until version"
information of each package and once it is set, compare the version with the
new Checkmk version you just updated to.
In case it is considered outdated, the package is moved to the disabled
packages. From this state you can either remove the package or reinstall it.
ID: 12840
Title: Host / service labels: Prevent to use label conditions in referred predefined conditions
Component: Setup
Level: 1
Class: Bug fix
Version: 2.0.0p7
The rulesets "Host labels" and "Service labels" can not use host or service
labels as conditions. However, previous Checkmk versions allowed it to refer
to predefined conditions which have label conditions. In case this was
configured, this lead to exceptions during config creation.
With this change, this configuration issue is now validated and an error
message is displayed in the moment one tries to assign a predefined condition
with labels to a "Host labels" or "service labels" rule.
ID: 13021
Title: Fix crash in omd_status clustered check
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
Before this werk, a clustered omd_status check may have crashed with
<tt>KeyError (<i>sitename</i>)</tt>.
This should now be fixed.
ID: 13063
Title: lsi_disk: Fix setting expected disk state
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
The manually set value for the expected disk state was not compared correctly to the actual state of the disk. This was fixed.
ID: 12475
Title: BI availabilty: Improved computation performance
Component: BI
Level: 1
Class: New feature
Version: 2.1.0i1
Computing the availablity for BI aggregations requires quite a lot of computations.
By removing some legacy code, the calculation is now 2-3 times faster (~5k aggregations/sec).
ID: 12686
Title: mssql_mirroring: new check to monitor MSSQL mirroring status
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.1.0i1
We have added a new check that monitors MSSQL mirroring statuses.
ID: 12388
Title: check_mk_agent.aix: Fix execution of cached plugins
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
Plugins in the folder {{/usr/check_mk/lib/plugins/NUMBER}} are executed
asynchronously. Since Checkmk version 2.0.0b4 it was broken because in ksh,
dash or similar the following command in the run_cached function
C:+
sh -c "COMMAND-STRING"
C:-
expects executable commands/files but not inline functions.