ported ombi
This commit is contained in:
parent
c3c0381fe1
commit
818f4bea7c
12 changed files with 137 additions and 225 deletions
|
@ -9,7 +9,7 @@
|
|||
sonarr_server_ids = 1,2
|
||||
radarr_server_ids = 1,2
|
||||
tautulli_server_ids = 1
|
||||
ombi = true
|
||||
ombi_server_ids = 1
|
||||
asa = false
|
||||
|
||||
[influxdb]
|
||||
|
@ -68,13 +68,20 @@ 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]
|
||||
[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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue