Add HTTP authentification to influxdb metric backend
This commit is contained in:
parent
031451abab
commit
5ce4a2d05c
3 changed files with 20 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue