i am setting up a icinga2 cluster to be distributed across two datacenters dc1 and dc2 and each has 2 endpoints.
i'd like to be able to see both datacenters in one place. so is there a 'prefered recommendation' to set up a new zone (ie, 'master') with two endpoints and have it be the parent zon
hello,
i currently have a icinga2 environment with 2 zones:
object Zone "master"{
endpoints = ["icinga-master"]
}
object Zone "datacenter-1" {
endpoints = ["icinga-datacenter-1"]
parent = "master"
}
the configs generate correctly via the master and pushes it out to datace