credentials between telegraf and influxdb OK

This commit is contained in:
2022-12-30 10:55:23 +01:00
parent f12e071381
commit 7ec03410cd
3 changed files with 12 additions and 3 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
password = "gregandev"
username = "password"