Speedtest-for-InfluxDB-and-Grafana
Speedtest-for-InfluxDB-and-Grafana copied to clipboard
Invalid URL
my container keeps restarting and the error show is below im not sure if i am missing something in the setup but my understanding the server url is set in the config.ini file so im not sure what im missing.
2020-09-10T18:58:16.842850499Z File "/usr/local/lib/python3.7/site-packages/requests/models.py", line 390, in prepare_url 2020-09-10T18:58:16.843067740Z raise InvalidURL("Invalid URL %r: No host supplied" % url) 2020-09-10T18:58:16.843082493Z requests.exceptions.InvalidURL: Invalid URL 'http://:8086/query': No host supplied
config.ini file
[GENERAL] Delay = 300
[INFLUXDB]
Address = 10.1.1.24
Port = 8086
Database = speedtest
Username =
[SPEEDTEST]
Leave blank to auto pick server
Server =
[LOGGING]
Valid Options: critical, error, warning, info, debug
Level = info
+1. Same.