Varken/data/varken.example.ini

91 lines
1.8 KiB
INI
Raw Normal View History

2018-12-01 15:47:31 -08:00
# 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
2018-12-01 20:26:44 -08:00
ombi_server_ids = 1
2018-12-01 15:47:31 -08:00
asa = false
[influxdb]
url = influxdb.domain.tld
port = 8086
2018-12-04 20:17:21 -08:00
username =
2018-12-05 07:02:44 -08:00
password =
2018-12-01 15:47:31 -08:00
[tautulli-1]
url = tautulli.domain.tld
fallback_ip = 0.0.0.0
apikey = xxxxxxxxxxxxxxxx
ssl = false
2018-12-05 07:02:44 -08:00
verify_ssl = true
2018-12-01 15:47:31 -08:00
get_activity = true
get_activity_run_seconds = 30
[sonarr-1]
url = sonarr1.domain.tld
apikey = xxxxxxxxxxxxxxxx
ssl = false
2018-12-05 07:02:44 -08:00
verify_ssl = true
2018-12-01 15:47:31 -08:00
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
2018-12-05 07:02:44 -08:00
verify_ssl = true
2018-12-01 15:47:31 -08:00
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
2018-12-05 07:02:44 -08:00
verify_ssl = true
2018-12-01 18:33:33 -08:00
queue = true
queue_run_seconds = 300
get_missing = true
get_missing_run_seconds = 300
2018-12-01 15:47:31 -08:00
[radarr-2]
url = radarr2.domain.tld
apikey = yyyyyyyyyyyyyyyy
ssl = false
2018-12-05 07:02:44 -08:00
verify_ssl = true
2018-12-01 20:26:44 -08:00
queue = true
queue_run_seconds = 300
get_missing = true
get_missing_run_seconds = 300
2018-12-01 15:47:31 -08:00
2018-12-01 20:26:44 -08:00
[ombi-1]
2018-12-01 15:47:31 -08:00
url = ombi.domain.tld
apikey = xxxxxxxxxxxxxxxx
ssl = false
2018-12-05 07:02:44 -08:00
verify_ssl = true
2018-12-01 20:26:44 -08:00
get_request_type_counts = true
request_type_run_seconds = 300
get_request_total_counts = true
request_total_run_seconds = 300
2018-12-01 15:47:31 -08:00
[asa]
url = firewall.domain.tld
username = cisco
password = cisco
influx_db = asa
ssl = false
2018-12-04 20:06:35 -08:00
verify_ssl = true