You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for a 3 level setup with the masters and satellites knowing about the zone hierarchy
1631
+
outside defined in [zones.conf](#zones-conf):
1632
+
1633
+
```
1634
+
object Endpoint "icinga-master1.localdomain" {
1635
+
//define 'host' attribute to control the connection direction on each instance
1636
+
}
1637
+
1638
+
object Endpoint "icinga-master2.localdomain" {
1639
+
//...
1640
+
}
1641
+
1642
+
object Endpoint "icinga-satellite1.localdomain" {
1643
+
//...
1644
+
}
1645
+
1646
+
object Endpoint "icinga-satellite2.localdomain" {
1647
+
//...
1648
+
}
1649
+
1650
+
//--------------
1651
+
// Zone hierarchy with endpoints, required for the trust relationship and that the cluster config sync knows which zone directory defined in zones.d needs to be synced to which endpoint.
1652
+
// That's no different to what is explained in the docs as basic zone trust hierarchy, and is intentionally managed outside in zones.conf there.
0 commit comments