From 2a371b0b7cae84f34bfa9676c9e42cdc1e641818 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Wed, 8 Jun 2022 23:51:10 +0200 Subject: [PATCH] updated influxdb state --- states/influxdb/influxdb.conf.j2 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/states/influxdb/influxdb.conf.j2 b/states/influxdb/influxdb.conf.j2 index 7f91dc6..2647521 100644 --- a/states/influxdb/influxdb.conf.j2 +++ b/states/influxdb/influxdb.conf.j2 @@ -17,7 +17,7 @@ [http] enabled = true - bind-address = "127.0.0.1:8086" + bind-address = ":8086" auth-enabled = true log-enabled = true @@ -30,10 +30,4 @@ [logging] -[subscriber] - -[[collectd]] - enabled = true - port = 25826 - database = "collectd" - typesdb = "/usr/share/collectd/types.db" \ No newline at end of file +[subscriber] \ No newline at end of file