From 67c70a53e45d4ebc1a407ef9925454f8c6bd780e Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 5 Feb 2024 09:09:08 +0100 Subject: [PATCH] Update yanic.conf.tmpl --- yanic/yanic.conf.tmpl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/yanic/yanic.conf.tmpl b/yanic/yanic.conf.tmpl index f673185..51bf155 100644 --- a/yanic/yanic.conf.tmpl +++ b/yanic/yanic.conf.tmpl @@ -12,9 +12,16 @@ synchronize = "1m" # how often request per multicast collect_interval = "1m" +# all [respondd.sites.ffmuc] domains = [{% for site, domains in sites.items() %}{% for domain in domains %}"{{site}}_{{ domain }}", {% endfor %}{% endfor %}] +# ffdon +[respondd.sites.ffdon] +domains = ["ffdon_mitte", "ffdon_nordwest", "ffdon_sued"] + + + # interface that has an IP in your mesh network {%- for domain in sites.values()|sum(start=[]) %} [[respondd.interfaces]] @@ -51,7 +58,7 @@ enable = true path = "/srv/yanic/meshviewer-ffdon.json" [nodes.output.meshviewer-ffrgb.filter] -sites = ["ffdon_mitte", "ffdon_nordwest", "ffdon_sued"] +sites = ["ffdon"] [[nodes.output.geojson]]