Werk #12301: Fix cache usage for clusters
Component | Checks & agents | ||||
Title | Fix cache usage for clusters | ||||
Date | Jun 9, 2021 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
The cache was not used properly for clusters. This resulted in performance problems such that, if an host was part of n clusters, it would be contacted n + 1 times. Now, we make sure that the host is contacted a single time and that checking for the clusters use locally cached data.