collectd: fix hosts

This commit is contained in:
Astro 2020-05-22 18:17:00 +02:00
parent 8e202b0f52
commit 8c0e41662e
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ LoadPlugin network
<Plugin network>
Listen "::" "25826"
Forward true
Server "{{ pillar['hosts-inet6']['dn42']['serv']['spaceapi'] }}" "25826"
Server "{{ pillar['hosts-inet6']['dn42']['serv']['grafana'] }}" "25826"
Server "{{ pillar['hosts-inet']['dn42']['serv']['spaceapi'] }}" "25826"
Server "{{ pillar['hosts-inet']['dn42']['serv']['grafana'] }}" "25826"
</Plugin>
{%- elif plugin == 'ping' %}