Hi @suresh.kumar , since this is likely a Windows “agent”, the zone global-templates is probably not needed there (assuming your Icinga setup is configured in the more common way), so everything should be working correctly apart from the annoying log message.
If you are using the Icinga Director, this should be the case.
As for a workaround, you could lower the severity level of the logger component to “error”.
Assuming these are the zones configured in the zones.conf file of the parent (satellite or master) of the windows agent:
The “global-templates” zone also needs to be configured on the agent as well.
Either run the setup wizard again or manually add it to the zones.conf file on the agent.
If you don’t use the global-templates zones, meaning you have no config under /etc/icinga2/zones.d/global-templates of your config master, you could also remove it from the zones.conf file of the master, if it is also not present on the agents.
Though it should be present on both sides be default, as it is a default zone.
The default global zones generated by the setup wizards are called global-templates and director-global.
While you can and should use global-templates for your global configuration, director-global is reserved for use by Icinga Director. Please don’t place any configuration in it manually.