Icinga Director Check Multiple Zones from master

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

Hi, in general you dont want to create any zones in the icinga director. Create them in the zones.conf on your master, and then use the icinga director kickstart wizard.

What do you mean with checking a zone?

I guess i got it working. Im using director sync features to sync hosts and baskets exports / imports to sync templates host groups etc.

I separate my customers with custom vars instead of zones. Im new with icinga and still learning but im used to the nagios logic but some things on icinga are new for me -:slight_smile:

Thank you