added sickchill. fixes #48
This commit is contained in:
parent
056d211d99
commit
78b7765553
5 changed files with 208 additions and 92 deletions
|
@ -11,6 +11,7 @@ radarr_server_ids = 1,2
|
|||
tautulli_server_ids = 1
|
||||
ombi_server_ids = 1
|
||||
ciscoasa_firewall_ids = false
|
||||
sickchill_server_ids = false
|
||||
|
||||
[influxdb]
|
||||
url = influxdb.domain.tld
|
||||
|
@ -23,7 +24,7 @@ url = tautulli.domain.tld:8181
|
|||
fallback_ip = 0.0.0.0
|
||||
apikey = xxxxxxxxxxxxxxxx
|
||||
ssl = false
|
||||
verify_ssl = true
|
||||
verify_ssl = false
|
||||
get_activity = true
|
||||
get_activity_run_seconds = 30
|
||||
|
||||
|
@ -31,7 +32,7 @@ get_activity_run_seconds = 30
|
|||
url = sonarr1.domain.tld:8989
|
||||
apikey = xxxxxxxxxxxxxxxx
|
||||
ssl = false
|
||||
verify_ssl = true
|
||||
verify_ssl = false
|
||||
missing_days = 7
|
||||
missing_days_run_seconds = 300
|
||||
future_days = 1
|
||||
|
@ -43,7 +44,7 @@ queue_run_seconds = 300
|
|||
url = sonarr2.domain.tld:8989
|
||||
apikey = yyyyyyyyyyyyyyyy
|
||||
ssl = false
|
||||
verify_ssl = true
|
||||
verify_ssl = false
|
||||
missing_days = 7
|
||||
missing_days_run_seconds = 300
|
||||
future_days = 1
|
||||
|
@ -55,7 +56,7 @@ queue_run_seconds = 300
|
|||
url = radarr1.domain.tld
|
||||
apikey = xxxxxxxxxxxxxxxx
|
||||
ssl = false
|
||||
verify_ssl = true
|
||||
verify_ssl = false
|
||||
queue = true
|
||||
queue_run_seconds = 300
|
||||
get_missing = true
|
||||
|
@ -65,7 +66,7 @@ get_missing_run_seconds = 300
|
|||
url = radarr2.domain.tld
|
||||
apikey = yyyyyyyyyyyyyyyy
|
||||
ssl = false
|
||||
verify_ssl = true
|
||||
verify_ssl = false
|
||||
queue = true
|
||||
queue_run_seconds = 300
|
||||
get_missing = true
|
||||
|
@ -75,17 +76,27 @@ get_missing_run_seconds = 300
|
|||
url = ombi.domain.tld
|
||||
apikey = xxxxxxxxxxxxxxxx
|
||||
ssl = false
|
||||
verify_ssl = true
|
||||
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 = true
|
||||
verify_ssl = false
|
||||
get_bandwidth_run_seconds = 300
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue