ajout docker plugin for telegraf

This commit is contained in:
2022-12-30 09:36:18 +01:00
parent edf4f15d7c
commit fad1d7ade9
6 changed files with 148 additions and 33 deletions
+15
View File
@@ -0,0 +1,15 @@
[meta]
dir = "/var/lib/influxdb/meta"
[data]
dir = "/var/lib/influxdb/data"
engine = "tsm1"
wal-dir = "/var/lib/influxdb/wal"
[http]
enabled = true
bind-address = ":8086"
auth-enabled = true # Set to true
log-enabled = true
username = ""
password = ""