Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 3232
blob0cbc7d4ed65a4bf406613a6a57824d4c773aec83
1 Title: BI: Only querying site of host for specific host status info
2 Level: 2
3 Component: bi
4 Class: fix
5 Compatible: compat
6 State: unknown
7 Version: 1.4.0i1
8 Date: 1457010960
10 BI communicates via livestatus with the sites to first gather a list of
11 all hosts in all sites. Once this has been done BI knows which host
12 status can be found on which site.
14 But this info was not used when fetching the states of the hosts. The
15 host state queries were always sent to all sites causing a lot of needless
16 livestatus queries.
18 This should improve the performance of the BI views when having a higher
19 number of sites or some sites which have a bad connection.