Hi Community,
i have one icinga director master site, and created an additional Zone:
All Hosts in my test Zone are Pending
Is there any option to add additional Zones for each of my customer and check them from my master director?
Im using this for json exports. Later i want to use baskets and syncs to copy my config to my customer and import it there again. (we not use VPN or site to site, but we want to manage from master)
My Zones.conf
/*
Generated by Icinga 2 node setup commands
on 2026-02-13 15:34:18 +0100
*/
object Endpoint “1009-icinga01” {
}
object Zone “master” {
endpoints = [ “1009-icinga01” ]
}
object Zone “global-templates” {
global = true
}
object Zone “director-global” {
global = true
}
Maybe i missunderstood anything but im not sure how to get it working.
Thank you and regards

