Role service-yanic: enable statistics for domains

This commit is contained in:
Julian Labus 2018-11-12 16:19:41 +01:00
parent 935e66dbd8
commit 6d725812fd
No known key found for this signature in database
GPG Key ID: 8AF209F2C6B3572A
1 changed files with 1 additions and 3 deletions

View File

@ -10,9 +10,7 @@ collect_interval = "1m"
{% for mesh in meshes %}
[respondd.sites.{{ mesh.site_code }}]
{% if mesh.sites_virtual is defined %}
{% for site, name in mesh.sites_virtual.items() %}
[respondd.sites.{{ site }}]
{% endfor %}
domains = ["{{ mesh.site_code }}",{% for domain, name in mesh.sites_virtual.items() %}"{{ domain }}"{% if not loop.last %},{% endif %}{% endfor %}]
{% endif %}
{% endfor %}