moved files
This commit is contained in:
parent
762e644d46
commit
40f6d52429
1 changed files with 81 additions and 0 deletions
81
data/varken.example.ini
Normal file
81
data/varken.example.ini
Normal file
|
@ -0,0 +1,81 @@
|
||||||
|
# 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 = true
|
||||||
|
asa = false
|
||||||
|
|
||||||
|
[influxdb]
|
||||||
|
url = influxdb.domain.tld
|
||||||
|
port = 8086
|
||||||
|
username = root
|
||||||
|
password = root
|
||||||
|
|
||||||
|
[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
|
||||||
|
get_sessions = true
|
||||||
|
get_sessions_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
|
||||||
|
|
||||||
|
[radarr-2]
|
||||||
|
url = radarr2.domain.tld
|
||||||
|
apikey = yyyyyyyyyyyyyyyy
|
||||||
|
ssl = false
|
||||||
|
verify_ssl = true
|
||||||
|
|
||||||
|
[ombi]
|
||||||
|
url = ombi.domain.tld
|
||||||
|
apikey = xxxxxxxxxxxxxxxx
|
||||||
|
ssl = false
|
||||||
|
verify_ssl = true
|
||||||
|
|
||||||
|
|
||||||
|
[asa]
|
||||||
|
url = firewall.domain.tld
|
||||||
|
username = cisco
|
||||||
|
password = cisco
|
||||||
|
influx_db = asa
|
||||||
|
ssl = false
|
||||||
|
verify_ssl = true
|
Loading…
Reference in a new issue