Boerderij / Varken

Standalone application to aggregate data from the Plex ecosystem into InfluxDB using Grafana as a frontend
MIT License
1.14k stars 132 forks source link

Ability to add custom tautulli port #49

Closed chvvkumar closed 5 years ago

chvvkumar commented 5 years ago

I run tautulli on a different port than port 80. Is there a way to add a custom port to the config without having to change the python script?

requests.exceptions.ConnectionError: HTTPConnectionPool(host='docker.lan', port=80): Max retries exceeded with url: /api/v2?apikey=xxxxxxxxxx&cmd=get_activity (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f80156f6eb8>: Failed to establish a new connection: [Errno 111] Connection refused',))

Grygon commented 5 years ago

I'm having no problems just putting that under the url like so:

[tautulli-1]
url = tautulli:8181
dirtycajunrice commented 5 years ago

@chvvkumar @Grygon is using the proper way

chvvkumar commented 5 years ago

Thank you, that works! I was expecting a seperate line for port specification based on how the other sections were setup :)