From b8d373c9cbd6a8406d52e2037b06d53dda925c91 Mon Sep 17 00:00:00 2001 From: Will Longo Date: Tue, 17 Apr 2018 10:39:18 -0500 Subject: [PATCH 1/2] added sickrage portion left it commented out --- configuration.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.py b/configuration.py index c406e6f..6314ace 100644 --- a/configuration.py +++ b/configuration.py @@ -25,3 +25,7 @@ asa_url = 'https://firewall.domain.tld' asa_username = 'cisco' asa_password = 'cisco' asa_grafana_db_name = 'asa' + +#sickrage_url = 'https://sickrage.domain.tld/' +#sickrage_api_key = 'xxxxxxxxxxxxxxx' +#sickrage_grafana_db_name = 'plex' From 55f7aca164f85c5a9712238cfa4bdcf7dde0fce5 Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Tue, 17 Apr 2018 11:29:52 -0500 Subject: [PATCH 2/2] Update configuration.py Uncommented. Variables have no impact on the other scripts functionality :) --- configuration.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.py b/configuration.py index 6314ace..f29c0c7 100644 --- a/configuration.py +++ b/configuration.py @@ -26,6 +26,6 @@ asa_username = 'cisco' asa_password = 'cisco' asa_grafana_db_name = 'asa' -#sickrage_url = 'https://sickrage.domain.tld/' -#sickrage_api_key = 'xxxxxxxxxxxxxxx' -#sickrage_grafana_db_name = 'plex' +sickrage_url = 'https://sickrage.domain.tld/' +sickrage_api_key = 'xxxxxxxxxxxxxxx' +sickrage_grafana_db_name = 'plex'