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
}
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
}