Hi,
if I read the image and configuration correctly, the masters do not know about the satellite
zone. Edit /etc/icinga2/zones.conf
and add the following entries on both masters:
object Endpoint "satellite" {
}
object Zone "satellite" {
endpoints = [ "satellite" ]
parent = "master"
}
That is needed as otherwise both masters won’t trust the satellite zone, neither will they sync the configuration to that zone, including the agents below the master.
Cheers,
Michael