Speedtest-for-InfluxDB-and-Grafana icon indicating copy to clipboard operation
Speedtest-for-InfluxDB-and-Grafana copied to clipboard

A tool to run periodic speedtests and save them in InfluxDB for graphing in Grafana

Results 19 Speedtest-for-InfluxDB-and-Grafana issues
Sort by recently updated
recently updated
newest added

![github](https://user-images.githubusercontent.com/48068359/81492336-6b8bc980-929f-11ea-8a33-a49db46cdb76.png) Issue: The docker container aborts on failure to get Speettest configuration periodically from different servers. Occurrence: Seemingly random. In my use case I have a list of about 8...

Hi There. Currently the following fields and tags are written to InfluxDB (InfluxdbSpeedtest.py)... ``` 'fields': { 'download': result_dict['download'], 'upload': result_dict['upload'], 'ping': result_dict['server']['latency'], 'server': result_dict['server']['id'], 'server_name': result_dict['server']['name'] }, 'tags': { 'server':...

The container goes on a continuous reboot loop on start. The influxdb is on a different host than the docker host machine. I have verified the credentials are working, and...

Hi! When running influxspeedtest.py with python3.4 I get the following errors: ``` # python3.4 influxspeedtest.py Loading Configuration File config.ini Configuration Successfully Loaded 2020-05-10 16:35:36,789 - DEBUG: Testing connection to InfluxDb...

I can't find the SSL config option anywhere in the documentation. It may be possible I've missed it, but I was only able to get influx running over HTTPs after...

Hi, Image build from original source image was not working for me. I changed it and now it works fine :) Tested on Raspberrypi 4 with last version of Raspbian....

When setting the server in the config it will not find a server with an ID that is on the list [here](http://www.speedtestserver.com/). Specifically trying to use the one with id...

little things that would be great to test. e.g. this issue: https://github.com/sivel/speedtest-cli/issues/571 Currently the speedtest-cli you are using is always in "single" mode as they havent updated master. It IS...

Looks like the ping is recorded at 30 minutes when the speed test fails, the time (30 minutes) is the same as the interval between tests which makes me suspect...

Investigate