Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 2257
blob9b13859e4ccba45e5c51be17a1865574cd96258d
1 Title: Improved handling of duplicate hostnames across different sites
2 Level: 1
3 Component: multisite
4 Class: fix
5 Compatible: compat
6 State: unknown
7 Version: 1.2.7i1
8 Date: 1432288983
10 Normaly it is not allowed to have different hosts with equal name in Check_MK.
11 But it is possible to configure this, e.g. by creating hosts with an equal
12 name on different sites (we do not recommend to do this).
14 This change tries to fix handling of this situation in the GUIs views, where
15 a user clicks on a host/service which is present on multiple sites but the user intends
16 to get the host/service from a specific view. In the past this situation
17 was not handled clearly which lead to a view showing data of the two equal
18 named hosts where the user expected only data of one.