Icinga / icinga2

The core of our monitoring platform with a powerful configuration language and REST API.
https://icinga.com/docs/icinga2/latest
GNU General Public License v2.0
2k stars 574 forks source link

ApiListener::UpdateObjectAuthority(): distribute auth. by object's host #10161

Open Al2Klimov opened 2 weeks ago

Al2Klimov commented 2 weeks ago

Pin child objects of hosts (HOST!...) to the same endpoint as the host. This reduces cross-object action latency withing the same host. If all endpoints know this algorithm, we can use it.

fixes #10157