From 8c0e41662eeac8d1737f0610c6d2f79a3a2c46f2 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 22 May 2020 18:17:00 +0200 Subject: [PATCH] collectd: fix hosts --- salt/collectd/collectd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/collectd/collectd.conf b/salt/collectd/collectd.conf index a181622..04d696e 100644 --- a/salt/collectd/collectd.conf +++ b/salt/collectd/collectd.conf @@ -21,8 +21,8 @@ LoadPlugin 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" {%- elif plugin == 'ping' %}