From 95b73daa36b23565a8566f71f9b202d3459b685f Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 25 Jun 2023 09:52:36 -0400 Subject: Initial Commit --- data/influxdb/influxdb.conf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 data/influxdb/influxdb.conf (limited to 'data/influxdb') diff --git a/data/influxdb/influxdb.conf b/data/influxdb/influxdb.conf new file mode 100644 index 0000000..c5822ff --- /dev/null +++ b/data/influxdb/influxdb.conf @@ -0,0 +1,30 @@ +reporting-enabled = false +[meta] + dir = "/var/lib/influxdb/meta" +[data] + dir = "/var/lib/influxdb/data" + wal-dir = "/var/lib/influxdb/wal" +[coordinator] +[retention] +[shard-precreation] +[monitor] +[http] + enabled = true + bind-address = ":8086" + auth-enabled = true +[ifql] +[logging] +[subscriber] +[[graphite]] +[[collectd]] +[[opentsdb]] +[[udp]] + enabled = true + bind-address = "0.0.0.0:8089" + database = "proxmox" + batch-size = 1000 + batch-timeout = "1s" +[continuous_queries] +[tls] + min-version = "tls1.2" + -- cgit v1.2.3