Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 7130
blobdd198d08b5acc6c67fd3de14818ac08b7e30d756
1 Title: Fixed "Clustered services for overlapping clusters" rule while checking
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cre
6 Version: 1.6.0i1
7 Date: 1553236403
8 Class: fix
10 Normally each node is part of a single cluster host in Check_MK. Using the
11 ruleset {{Clustered services for overlapping clusters}} you can assign services
12 found on a node to different independent cluster hosts, so called overlapping
13 clusters. This was unregarded while executing clustered services checks on the
14 related clusters. This may result in wrong check results.
16 Example:
17 Each of the two clusters {{cluster1}} and {{cluster2}} has the nodes {{node1}}
18 and {{node2}}. On each node we have discovered a process {{Process ABC}}.
19 Within the ruleset {{Clustered services for overlapping clusters}} we assign
20 the service {{Process ABC}} from node {{node1}} to {{cluster1}}.
22 Now the service {{Process ABC}} which is assigned ot the cluster {{cluster1}}
23 processes the data of both nodes and may return a wrong check result in the
24 moment where {{node1}} AND {{node2}} have data for {{Process ABC}}.