From 61c99584958a912146f86998b45c0fb83a2d3b70 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 22 May 2020 18:19:40 +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 04d696e..cb0bec2 100644 --- a/salt/collectd/collectd.conf +++ b/salt/collectd/collectd.conf @@ -21,8 +21,8 @@ LoadPlugin 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" {%- elif plugin == 'ping' %}