Commit graph

29 commits

Author SHA1 Message Date
d-mcknight
7e03144365
Influxdb2 (#3)
* #203

* Update docker compose to specify influxdb:1.8.4

* Update requirements to use urllib3==1.26.5

* updated to support Radarr and Sonarr V3 Api

* bump requirements for requests

* Fix Sonarr & Radarr V3 API /queue endpoint (#220)

* Fix lint issues

* More lint fixes

* Update Sonarr structures

* Add Overseerr Support (#210)

* Remove duplicate structures

* update changelog to reflect v1.7.7 changes

* Add IP data to tautulli #202

* add missing ip address in tautulli

* Fixed: Streamlined API calls to Radarr and Sonarr (#221)

* Fixed: Sonarr Data pull issues (#222)

* Fix Sonarrr calendar

* Update lidarr structure (#225)

Added missing arguments to Lidarr structure

Fixes #223

* Clean up request totals. Upstream change sct/overseerr#2426

* Cleanup blank space

* Fix requested_date syntax.

* Fix requested_date for Overseerr tv and movie

* Fix overseerr config refernces

* Fix overseerr structures

* Update intparser to accommodate changes to config structure

* Cleanup overseerr data collection

* Fix SERVICES_ENABLED in varken.py to acomidate overseerr

* Fixed: Sonarr/Lidarr Queues (#227)

* Change sonarr queue structures to str

* Fixed: Multipage queue fetching

* Update historical tautulli import (#226)

* Fixed: Sonarr perams ordering

* Fixed: Proper warnings for missing data in sonarr and radarr

* Added: Overseerr ENVs to docker compose.

* Added: Logging to empty/no data returns

* Update Sonarr & Lidarr Structs to match latest API changes (#231)

* Add support for estimatedCompletionTime in LidarrQueue

* Add support for tvdbId in SonarrEpisode struct

* Fix typo in docker yml

* Rename example url for overseerr in docker yml

* Update radarr structures to inclue originalLanguage

* Update radarr structures to include addOptions

* Update radarr structures to include popularity

* fix(ombi): Update structures.py (#238)

* feat(docker): remove envs from example

* fix(logging): remove depreciation warning. Var for debug mode (#240)

* fix(build): bump schedule version to 1.1

* fix(build): bump docker python version

* fix(dep): update requests and urllib3

* fix(sonarr): ensure invalid sonarr queue items are just skipped over - fixes #239 (#243)

* add branch to build inputs

* update pipeline badge

* Update automation

* Add influxdb 2 client

* Add structure for influxdb 2 params

This contains all the data needed for connecting and writing to an InfluxDB2 server

* Parse influxdb 2 config data

* Add influxdb2 manager class

This stores the data needed for InfluxDB2, and has a single `write_points` function on this that takes an array of points to add to the database

* Use the correct db manager for varken

* Add influxdb2 to the example varken config file

* Create influx bucket if it doesn't exist

* Update InfluxDB type on README

* Clean up linting errors

* Wrap create bucket in try/catch

* Use bucket given in ini file

* Log exception to troubleshoot errors

* Allow configured influx2 address as URL (no port)

* Bypass validity check to troubleshoot

---------

Co-authored-by: mal5305 <malcolm.e.rogers@gmail.com>
Co-authored-by: samwiseg0 <2241731+samwiseg0@users.noreply.github.com>
Co-authored-by: Robin <19610103+RobinDadswell@users.noreply.github.com>
Co-authored-by: tigattack <10629864+tigattack@users.noreply.github.com>
Co-authored-by: Stewart Thomson <stewartthomson3@gmail.com>
Co-authored-by: Cameron Stephen <mail@cajs.co.uk>
Co-authored-by: MDHMatt <10845262+MDHMatt@users.noreply.github.com>
Co-authored-by: Nathan Adams <dinnerbone@dinnerbone.com>
Co-authored-by: Nicholas St. Germain <nick@cajun.pro>
Co-authored-by: Gabe Revells <gcrevell@mtu.edu>
2023-06-22 21:58:21 -07:00
Phillip Hernandez
348da37772 Add maxmind_license_key to example config 2019-12-31 15:38:08 -05:00
Nicholas St. Germain
ee980085b9 start with lidarr disabled 2019-04-24 17:38:50 -05:00
Nicholas St. Germain
f00bfa5be4 add lidarr to example.ini 2019-04-24 15:32:07 -05:00
Nicholas St. Germain
3d0f4b275f added ssl/verify_ssl for influx as options 2019-01-11 23:27:06 -06:00
Nicholas St. Germain
9fbd9c1ca0 remove cisco module and all refreneces 2019-01-05 15:45:31 -06:00
Nicholas St. Germain
5ba5e6eda1 Feature added: Unifi. #79 2019-01-04 15:30:27 -06:00
samwiseg0
210e2d19c1 Remove notes as they have been migrated to the wiki 2019-01-01 13:57:21 -05:00
Nicholas St. Germain
21a559fccc Merge pull request #74 from anderssonoscar0/nightly
Add Ombi Issues Count
2018-12-29 21:53:19 -06:00
Oscar Andersson
dfcbee4eb4 Remove detailed version of issues 2018-12-29 20:46:28 +01:00
Oscar Andersson
ec85c4b4a6 Fix variable names to follow structure 2018-12-27 22:28:36 +01:00
Oscar Andersson
ba63276df3 Add possibility to get all issues 2018-12-27 22:07:41 +01:00
samwiseg0
2efa38507e More words 2018-12-27 15:57:34 -05:00
samwiseg0
e393b330a4 Update failback_ip info 2018-12-27 15:56:49 -05:00
Oscar Andersson
f950b3719f Add Ombi issues counter 2018-12-27 20:02:44 +01:00
samwiseg0
19bd10be32 Update config example 2018-12-27 10:22:45 -05:00
samwiseg0
3188593a94 Update example to reflect cisco asa server change 2018-12-23 11:53:25 -04:00
Nicholas St. Germain
67b98d57ea added stats pull from tautulli -,- 2018-12-18 20:30:04 -06:00
Nicholas St. Germain
78b7765553 added sickchill. fixes #48 2018-12-16 00:55:59 -06:00
samwiseg0
bb12b74555 Add ports to the example config 2018-12-11 11:39:27 -05:00
Nicholas St. Germain
ef7f471d58 added asa module. fixes #44. Version Bump 1.0!!! 2018-12-09 21:41:38 -06:00
samwiseg0
f5b44f3c05 Verify SSL by default 2018-12-05 10:02:44 -05:00
samwiseg0
773d081ce2 Remove username and pass from default 2018-12-04 23:17:21 -05:00
samwiseg0
f71a7a0c28 Thou shall not lie... 2018-12-04 23:06:35 -05:00
Nicholas St. Germain
15a757d2e6 changed default verify to false 2018-12-03 13:43:41 -06:00
Nicholas St. Germain
818f4bea7c ported ombi 2018-12-01 22:26:44 -06:00
Nicholas St. Germain
7be718751b reworked scheduler to pass server to instance to remove duplication 2018-12-01 21:31:58 -06:00
Nicholas St. Germain
bf1db64b82 migrated radarr 2018-12-01 20:33:33 -06:00
Nicholas St. Germain
40f6d52429 moved files 2018-12-01 17:47:31 -06:00