137 lines
2.7 KiB
INI
137 lines
2.7 KiB
INI
[global]
|
|
sonarr_server_ids = false
|
|
radarr_server_ids = false
|
|
lidarr_server_ids = false
|
|
tautulli_server_ids = 1
|
|
ombi_server_ids = false
|
|
overseerr_server_ids = false
|
|
sickchill_server_ids = false
|
|
unifi_server_ids = false
|
|
maxmind_license_key = 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
|
|
influx2_enabled = true
|
|
|
|
[influx2]
|
|
url = https://influx.mcknight.tech
|
|
ssl = false
|
|
verify_ssl = false
|
|
org = Home
|
|
token = Bjx9GXZ-m4v5iHcfBgm5VVbEPeCOuQ086fj0O6U6vAMEyDZaH_X7TglutBgbIC_K781PBz0ZaNjSETsWqmCuGg==
|
|
bucket = Plex
|
|
timeout = 10000
|
|
|
|
[tautulli-1]
|
|
url = tautulli.mcknight.tech
|
|
fallback_ip = 1.1.1.1
|
|
apikey = 9BehtVQgBQPFJH1w0Lw_SDPIOG44wDig
|
|
ssl = true
|
|
verify_ssl = true
|
|
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
|
|
|
|
[lidarr-1]
|
|
url = lidarr1.domain.tld:8686
|
|
apikey = xxxxxxxxxxxxxxxx
|
|
ssl = false
|
|
verify_ssl = false
|
|
missing_days = 30
|
|
missing_days_run_seconds = 300
|
|
future_days = 30
|
|
future_days_run_seconds = 300
|
|
queue = true
|
|
queue_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
|
|
get_issue_status_counts = true
|
|
issue_status_run_seconds = 300
|
|
|
|
[overseerr-1]
|
|
url = overseerr.domain.tld
|
|
apikey = xxxxxxxxxxxxxxxx
|
|
ssl = false
|
|
verify_ssl = false
|
|
get_request_total_counts = true
|
|
request_total_run_seconds = 30
|
|
get_latest_requests = true
|
|
num_latest_requests_to_fetch = 10
|
|
num_latest_requests_seconds = 30
|
|
|
|
[sickchill-1]
|
|
url = sickchill.domain.tld:8081
|
|
apikey = xxxxxxxxxxxxxxxx
|
|
ssl = false
|
|
verify_ssl = false
|
|
get_missing = true
|
|
get_missing_run_seconds = 300
|
|
|
|
[unifi-1]
|
|
url = unifi.domain.tld:8443
|
|
username = ubnt
|
|
password = ubnt
|
|
site = default
|
|
usg_name = MyRouter
|
|
ssl = false
|
|
verify_ssl = false
|
|
get_usg_stats_run_seconds = 300
|
|
|
|
[influxdb]
|
|
url = influxdb.domain.tld
|
|
port = 8086
|
|
ssl = false
|
|
verify_ssl = false
|
|
username = root
|
|
password = root
|
|
|