ID: 2804
Title: Avoid redeclaration errors in graphs when using pnp basket
Component: Multisite
Level: 1
Class: Bug Fix
Version: 1.2.7i4
The pnp basket might include the same template files multiple times.
This caused redeclaration exceptions in a number of check templates, e.g. default, mem-linux.
ID: 2873
Title: megaraid_pdisks: handle case "Copyback" correctly
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.7i4
This state seems to happen while a spare disk has taken over and
is filled with data in order to recreate redundancy. Thanks to
Mark Cooney.
ID: 2781
Title: Fix role handling of "Custom Links" snapin in case of adapted roles
Component: Multisite
Level: 1
Class: Bug Fix
Version: 1.2.7i4
If you have defined you own roles then a user had not correctly been mapped
to <tt>user</tt>, <tt>guest</tt> or <tt>admin</tt> when selecting the right
portions of the custom links in the snapin. This has been fixed. Thanks to
Molchanov Alexander.
ID: 2848
Title: Fixed cleanup of old autocheck files of cluster hosts
Component: Core & Setup
Level: 1
Class: Bug Fix
Version: 1.2.7i4
The autocheck entries of clustered services were stored in
[cluster].mk autocheck files in past versions. Current versions
are now storing the autochecks in the node specific files.
The old [cluster].mk files were not cleaned up during discovery
leading into duplicate autochecks entries. As these files were
never updated again, they could result in unwanted services on
the cluster hosts. This could be fixed manually by removing the
[cluster].mk autocheck files via command line.
The current version is now cleaning up the files during discovery.