Skip to content

Commit

Permalink
Remove sickrage since the files were never merged
Browse files Browse the repository at this point in the history
  • Loading branch information
samwiseg0 committed Aug 11, 2018
1 parent b191366 commit c055620
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions configuration.example.py
Expand Up @@ -47,8 +47,3 @@
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'

0 comments on commit c055620

Please sign in to comment.