Remove sickrage since the files were never merged

This commit is contained in:
samwiseg0 2018-08-11 01:31:14 -04:00
parent c2d6aa49b0
commit 26081df4e1
2 changed files with 0 additions and 8 deletions

View file

@ -73,9 +73,6 @@ optional arguments:
### `tautulli.py` ### `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. 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 ## Notes
To run the python scripts crontab is currently leveraged. Examples: To run the python scripts crontab is currently leveraged. Examples:
```sh ```sh

View file

@ -47,8 +47,3 @@ asa_url = 'https://firewall.domain.tld'
asa_username = 'cisco' asa_username = 'cisco'
asa_password = 'cisco' asa_password = 'cisco'
asa_influxdb_db_name = 'asa' asa_influxdb_db_name = 'asa'
########################## SICKRAGE CONFIG ############################
sickrage_url = 'https://sickrage.domain.tld/'
sickrage_api_key = 'xxxxxxxxxxxxxxx'
sickrage_influxdb_db_name = 'plex'