Varken/Varken/varken.example.ini

76 lines
1.5 KiB
INI
Raw Normal View History

2018-11-28 17:31:38 -08:00
# Notes:
2018-11-28 17:26:16 -08:00
# - Sonarr + Radarr scripts support multiple servers. You can remove the second
# server by putting a # in front of the lines and section name, and removing
# that number from your server_ids list
2018-11-29 10:42:10 -08:00
# - fallback_ip, This is used when there is no IP listed in tautulli.
2018-11-28 17:26:16 -08:00
# This can happen when you are streaming locally. This is usually your public IP.
[global]
sonarr_server_ids = 1,2
radarr_server_ids = 1,2
ombi = true
tautulli = true
asa = false
[influxdb]
url = influxdb.domain.tld
port = 8086
username = root
password = root
[sonarr-1]
url = sonarr1.domain.tld
apikey = xxxxxxxxxxxxxxxx
2018-11-28 17:31:38 -08:00
ssl = false
verify_ssl = true
2018-11-28 20:20:55 -08:00
missing_days = 7
2018-11-29 10:42:10 -08:00
missing_days_run_seconds = 300
2018-11-28 20:20:55 -08:00
future_days = 1
2018-11-29 10:42:10 -08:00
future_days_run_seconds = 300
2018-11-28 20:20:55 -08:00
queue = true
2018-11-29 10:42:10 -08:00
queue_run_seconds = 300
2018-11-28 17:26:16 -08:00
[sonarr-2]
url = sonarr2.domain.tld
apikey = yyyyyyyyyyyyyyyy
2018-11-28 17:31:38 -08:00
ssl = false
verify_ssl = true
2018-11-28 20:20:55 -08:00
missing_days = 7
2018-11-29 10:42:10 -08:00
missing_days_run_seconds = 300
2018-11-28 20:20:55 -08:00
future_days = 1
2018-11-29 10:42:10 -08:00
future_days_run_seconds = 300
2018-11-28 20:20:55 -08:00
queue = true
2018-11-29 10:42:10 -08:00
queue_run_seconds = 300
2018-11-28 17:26:16 -08:00
[radarr-1]
url = radarr1.domain.tld
apikey = xxxxxxxxxxxxxxxx
2018-11-28 17:31:38 -08:00
ssl = false
verify_ssl = true
2018-11-28 17:26:16 -08:00
[radarr-2]
url = radarr2.domain.tld
apikey = yyyyyyyyyyyyyyyy
2018-11-28 17:31:38 -08:00
ssl = false
verify_ssl = true
2018-11-28 17:26:16 -08:00
[ombi]
url = ombi.domain.tld
apikey = xxxxxxxxxxxxxxxx
2018-11-28 17:31:38 -08:00
ssl = false
verify_ssl = true
2018-11-28 17:26:16 -08:00
[tautulli]
url = tautulli.domain.tld
2018-11-28 19:20:56 -08:00
fallback_ip = 0.0.0.0
2018-11-28 17:26:16 -08:00
apikey = xxxxxxxxxxxxxxxx
2018-11-28 17:31:38 -08:00
ssl = false
verify_ssl = true
2018-11-28 17:26:16 -08:00
[asa]
2018-11-28 19:20:56 -08:00
url = firewall.domain.tld
2018-11-28 17:26:16 -08:00
username = cisco
password = cisco
influx_db = asa
2018-11-28 19:20:56 -08:00
ssl = false
verify_ssl = true