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
After finding static entries of default conf.d path i see for now no possibility to use this formula for our distributed monitoring setup.
static entries of conf.d in config.sls line 79:
{%- set path = "{}/conf.d/hosts/{}".format(icinga2.config_dir, host) %}
So for now i can't see that it is possible to use the formula for described setup right?
Am i right so far?
Thanks for help. :)
Best regards,
Darkentik
The text was updated successfully, but these errors were encountered:
Hey Community,
i have studied the icinga2 formula and i see that there always the use of the default config folder "/etc/icinga2/conf.d".
So for our company we set up a distributed monitoring with HA Icinga2 Master with Agents like described in the official docs here:
https://icinga.com/docs/icinga-2/latest/doc/06-distributed-monitoring/#high-availability-master-with-agents
After finding static entries of default conf.d path i see for now no possibility to use this formula for our distributed monitoring setup.
static entries of conf.d in config.sls line 79:
{%- set path = "{}/conf.d/hosts/{}".format(icinga2.config_dir, host) %}
So for now i can't see that it is possible to use the formula for described setup right?
Am i right so far?
Thanks for help. :)
Best regards,
Darkentik
The text was updated successfully, but these errors were encountered: