Add influxdb2 to the example varken config file
This commit is contained in:
parent
2b90a45b42
commit
415f933143
1 changed files with 10 additions and 0 deletions
|
@ -8,6 +8,7 @@ overseerr_server_ids = 1
|
|||
sickchill_server_ids = false
|
||||
unifi_server_ids = false
|
||||
maxmind_license_key = xxxxxxxxxxxxxxxx
|
||||
influx2_enabled = false
|
||||
|
||||
[influxdb]
|
||||
url = influxdb.domain.tld
|
||||
|
@ -17,6 +18,15 @@ verify_ssl = false
|
|||
username = root
|
||||
password = root
|
||||
|
||||
[influx2]
|
||||
url = influxdb2.domain.tld
|
||||
org = ORG
|
||||
token = TOKEN
|
||||
timeout = 10000
|
||||
ssl = false
|
||||
verify_ssl = false
|
||||
bucket = varken
|
||||
|
||||
[tautulli-1]
|
||||
url = tautulli.domain.tld:8181
|
||||
fallback_ip = 1.1.1.1
|
||||
|
|
Loading…
Reference in a new issue