Monitoring satellite connectivity

You could try something like this:

apply Service "zone" {
   display_name = "Zone"
   check_command = "cluster-zone"

   assign where get_object("Endpoint", host.name)
   ignore where host.name == NodeName
}
2 Likes