Dependencies for satellite nodes

Hi,

my icinga setup has a single master, a lot of agents and 2 satellites. The satellites are for those hosts that are in remote locations behind firewall. They act as a tunnel to the remote locations, so they are setup as a check source for services in those remote locations. Documentation states implicit dependencies are applied to all host’s services, however I did not find what would happen to the services if the sattelites go down. Are implicit dependencies applied in that case too or do I have to configure explicit dependencies for this specific situation?

Cheers,
Jachym

Hi @joachim162,
There are no implicit dependencies for objects in other Zones, it might be advisable to add.
The parent would ideally be a Service which tests the connection to that Zone (CheckCommand cluster-zone)

Thank you, I will try to configure it and post the results here. :slight_smile: