90 lines
1.8 KiB
INI
90 lines
1.8 KiB
INI
# Notes:
|
|
# - 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
|
|
# - fallback_ip, This is used when there is no IP listed in tautulli.
|
|
# 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
|
|
tautulli_server_ids = 1
|
|
ombi_server_ids = 1
|
|
asa = false
|
|
|
|
[influxdb]
|
|
url = influxdb.domain.tld
|
|
port = 8086
|
|
username =
|
|
password =
|
|
|
|
[tautulli-1]
|
|
url = tautulli.domain.tld
|
|
fallback_ip = 0.0.0.0
|
|
apikey = xxxxxxxxxxxxxxxx
|
|
ssl = false
|
|
verify_ssl = true
|
|
get_activity = true
|
|
get_activity_run_seconds = 30
|
|
|
|
[sonarr-1]
|
|
url = sonarr1.domain.tld
|
|
apikey = xxxxxxxxxxxxxxxx
|
|
ssl = false
|
|
verify_ssl = true
|
|
missing_days = 7
|
|
missing_days_run_seconds = 300
|
|
future_days = 1
|
|
future_days_run_seconds = 300
|
|
queue = true
|
|
queue_run_seconds = 300
|
|
|
|
[sonarr-2]
|
|
url = sonarr2.domain.tld
|
|
apikey = yyyyyyyyyyyyyyyy
|
|
ssl = false
|
|
verify_ssl = true
|
|
missing_days = 7
|
|
missing_days_run_seconds = 300
|
|
future_days = 1
|
|
future_days_run_seconds = 300
|
|
queue = true
|
|
queue_run_seconds = 300
|
|
|
|
[radarr-1]
|
|
url = radarr1.domain.tld
|
|
apikey = xxxxxxxxxxxxxxxx
|
|
ssl = false
|
|
verify_ssl = true
|
|
queue = true
|
|
queue_run_seconds = 300
|
|
get_missing = true
|
|
get_missing_run_seconds = 300
|
|
|
|
[radarr-2]
|
|
url = radarr2.domain.tld
|
|
apikey = yyyyyyyyyyyyyyyy
|
|
ssl = false
|
|
verify_ssl = true
|
|
queue = true
|
|
queue_run_seconds = 300
|
|
get_missing = true
|
|
get_missing_run_seconds = 300
|
|
|
|
[ombi-1]
|
|
url = ombi.domain.tld
|
|
apikey = xxxxxxxxxxxxxxxx
|
|
ssl = false
|
|
verify_ssl = true
|
|
get_request_type_counts = true
|
|
request_type_run_seconds = 300
|
|
get_request_total_counts = true
|
|
request_total_run_seconds = 300
|
|
|
|
[asa]
|
|
url = firewall.domain.tld
|
|
username = cisco
|
|
password = cisco
|
|
influx_db = asa
|
|
ssl = false
|
|
verify_ssl = true
|