It looks like Top Down Config Sync is no longer valid?

Hi @Al2Klimov,

I’m trying to configure an agent to schedule checks on its own as described here and here.

/etc/icinga2/zones.d/iatl.em.lan/host.conf:

object Host "iatl.em.lan" {
   address = "192.168.1.223"
   check_command = "hostalive4"
   vars.os = "Linux"
   zone = get_object(Zone, name).parent
}

Thanks
rsx