collectd: fix hosts

This commit is contained in:
Astro 2020-05-22 18:19:40 +02:00
parent 8c0e41662e
commit 61c9958495
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-inet']['dn42']['serv']['spaceapi'] }}" "25826"
Server "{{ pillar['hosts-inet']['dn42']['serv']['grafana'] }}" "25826"
Server "{{ pillar['hosts-inet']['serv']['spaceapi'] }}" "25826"
Server "{{ pillar['hosts-inet']['serv']['grafana'] }}" "25826"
</Plugin>
{%- elif plugin == 'ping' %}