Remove sickrage since the files were never merged
This commit is contained in:
parent
c2d6aa49b0
commit
26081df4e1
2 changed files with 0 additions and 8 deletions
|
@ -73,9 +73,6 @@ optional arguments:
|
|||
### `tautulli.py`
|
||||
Gathers data from Tautulli and pushes it to influxdb. On initial run it will download the geoip2 DB and use it for locations.
|
||||
|
||||
### `sickrage.py`
|
||||
Gathers data from Sickrage and pushes it to influxdb
|
||||
|
||||
## Notes
|
||||
To run the python scripts crontab is currently leveraged. Examples:
|
||||
```sh
|
||||
|
|
|
@ -47,8 +47,3 @@ asa_url = 'https://firewall.domain.tld'
|
|||
asa_username = 'cisco'
|
||||
asa_password = 'cisco'
|
||||
asa_influxdb_db_name = 'asa'
|
||||
|
||||
########################## SICKRAGE CONFIG ############################
|
||||
sickrage_url = 'https://sickrage.domain.tld/'
|
||||
sickrage_api_key = 'xxxxxxxxxxxxxxx'
|
||||
sickrage_influxdb_db_name = 'plex'
|
||||
|
|
Loading…
Reference in a new issue