Commit 14f59f0f authored by skorpy's avatar skorpy 👷
Browse files

yanic: update

parent 64e2f7ec
Loading
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -4,14 +4,14 @@ enable = true
synchronize      = "1m"
# how oftern request per multicast
collect_interval = "1m"
# on which interface
interfaces       = [{% for domain in salt['pillar.get']('domains') %}"{{ domain }}-br"{% if not loop.last %}, {%endif %}{% endfor %}]
# define a port to listen
# (no or 0 would choose at port at his own)

{%- for domain in salt['pillar.get']('domains').keys() %}
[[respondd.interfaces]]
# name of interface on which this collector is running
ifname           = "{{ domain }}-br"
port = 10001
sites = []
# A little build-in webserver, which statically serves a directory.
# This is useful for testing purposes or for a little standalone installation.
{%- endfor %}

[webserver]
enable  = false
bind    = "127.0.0.1:8080"
@@ -77,7 +77,7 @@ path = "/var/lib/yanic/meshviewer/nodelist.json"
[database]
# cleaning data of measurement node,
#   which are older than 7d
delete_after = "7d"
delete_after = "1825d"
#   how often run the cleaning
delete_interval = "1h"