added missing keys to example.ini
This commit is contained in:
parent
c7c7e34bfe
commit
0f06236117
1 changed files with 4 additions and 1 deletions
|
@ -50,13 +50,16 @@ verify_ssl = true
|
||||||
|
|
||||||
[tautulli]
|
[tautulli]
|
||||||
url = tautulli.domain.tld
|
url = tautulli.domain.tld
|
||||||
tautulli_failback_ip = 0.0.0.0
|
fallback_ip = 0.0.0.0
|
||||||
apikey = xxxxxxxxxxxxxxxx
|
apikey = xxxxxxxxxxxxxxxx
|
||||||
ssl = false
|
ssl = false
|
||||||
verify_ssl = true
|
verify_ssl = true
|
||||||
influx_db = plex
|
influx_db = plex
|
||||||
|
|
||||||
[asa]
|
[asa]
|
||||||
|
url = firewall.domain.tld
|
||||||
username = cisco
|
username = cisco
|
||||||
password = cisco
|
password = cisco
|
||||||
influx_db = asa
|
influx_db = asa
|
||||||
|
ssl = false
|
||||||
|
verify_ssl = true
|
Loading…
Add table
Add a link
Reference in a new issue