Initial Commit
This commit is contained in:
commit
2ebfca1f8e
9 changed files with 90385 additions and 0 deletions
BIN
GeoLite2-City.mmdb
Normal file
BIN
GeoLite2-City.mmdb
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 MiB |
6474
logs/varken.log
Normal file
6474
logs/varken.log
Normal file
File diff suppressed because it is too large
Load diff
16861
logs/varken.log.1
Normal file
16861
logs/varken.log.1
Normal file
File diff suppressed because it is too large
Load diff
16728
logs/varken.log.2
Normal file
16728
logs/varken.log.2
Normal file
File diff suppressed because it is too large
Load diff
17319
logs/varken.log.3
Normal file
17319
logs/varken.log.3
Normal file
File diff suppressed because it is too large
Load diff
15500
logs/varken.log.4
Normal file
15500
logs/varken.log.4
Normal file
File diff suppressed because it is too large
Load diff
17230
logs/varken.log.5
Normal file
17230
logs/varken.log.5
Normal file
File diff suppressed because it is too large
Load diff
136
varken.example.ini
Normal file
136
varken.example.ini
Normal file
|
@ -0,0 +1,136 @@
|
|||
[global]
|
||||
sonarr_server_ids = 1,2
|
||||
radarr_server_ids = 1,2
|
||||
lidarr_server_ids = false
|
||||
tautulli_server_ids = 1
|
||||
ombi_server_ids = false
|
||||
overseerr_server_ids = 1
|
||||
sickchill_server_ids = false
|
||||
unifi_server_ids = false
|
||||
maxmind_license_key = xxxxxxxxxxxxxxxx
|
||||
influx2_enabled = false
|
||||
|
||||
[influxdb]
|
||||
url = influxdb.domain.tld
|
||||
port = 8086
|
||||
ssl = false
|
||||
verify_ssl = false
|
||||
username = root
|
||||
password = root
|
||||
|
||||
[influx2]
|
||||
url = influxdb2.domain.tld
|
||||
org = ORG
|
||||
token = TOKEN
|
||||
timeout = 10000
|
||||
ssl = false
|
||||
verify_ssl = false
|
||||
bucket = varken
|
||||
|
||||
[tautulli-1]
|
||||
url = tautulli.domain.tld:8181
|
||||
fallback_ip = 1.1.1.1
|
||||
apikey = xxxxxxxxxxxxxxxx
|
||||
ssl = false
|
||||
verify_ssl = false
|
||||
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
|
137
varken.ini
Normal file
137
varken.ini
Normal file
|
@ -0,0 +1,137 @@
|
|||
[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
|
||||
|
Loading…
Reference in a new issue