102 lines
2.1 KiB
INI
102 lines
2.1 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
|
|
ciscoasa_server_ids = false
|
|
sickchill_server_ids = false
|
|
|
|
[influxdb]
|
|
url = influxdb.domain.tld
|
|
port = 8086
|
|
username = root
|
|
password = root
|
|
|
|
[tautulli-1]
|
|
url = tautulli.domain.tld:8181
|
|
fallback_ip = 1.1.1.1
|
|
apikey = xxxxxxxxxxxxxxxx
|
|
ssl = false
|
|
verify_ssl = false
|
|
get_activity = true
|
|
get_activity_run_seconds = 30
|
|
get_stats = true
|
|
get_stats_run_seconds = 3600
|
|
|
|
[sonarr-1]
|
|
url = sonarr1.domain.tld:8989
|
|
apikey = xxxxxxxxxxxxxxxx
|
|
ssl = false
|
|
verify_ssl = false
|
|
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:8989
|
|
apikey = yyyyyyyyyyyyyyyy
|
|
ssl = false
|
|
verify_ssl = false
|
|
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 = false
|
|
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 = false
|
|
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 = false
|
|
get_request_type_counts = true
|
|
request_type_run_seconds = 300
|
|
get_request_total_counts = true
|
|
request_total_run_seconds = 300
|
|
|
|
[sickchill-1]
|
|
url = sickchill.domain.tld:8081
|
|
apikey = xxxxxxxxxxxxxxxx
|
|
ssl = false
|
|
verify_ssl = false
|
|
get_missing = true
|
|
get_missing_run_seconds = 300
|
|
|
|
[ciscoasa-1]
|
|
url = firewall.domain.tld
|
|
username = cisco
|
|
password = cisco
|
|
outside_interface = WAN
|
|
ssl = false
|
|
verify_ssl = false
|
|
get_bandwidth_run_seconds = 300
|