Add HTTP authentification to influxdb metric backend

This commit is contained in:
Maximilien Richer 2018-07-11 17:50:03 +02:00 committed by Traefiker Bot
parent 031451abab
commit 5ce4a2d05c
3 changed files with 20 additions and 2 deletions

View file

@ -104,6 +104,20 @@
#
protocol = "udp"
# InfluxDB's username
#
# Optional
# Default: "" (no username)
#
username = ""
# InfluxDB's password
#
# Optional
# Default: "" (no password)
#
password = ""
# InfluxDB push interval
#
# Optional