diff --git a/README.md b/README.md index cefb994..4944605 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/configuration.example.py b/configuration.example.py index 11d82e3..a0df50a 100644 --- a/configuration.example.py +++ b/configuration.example.py @@ -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'