frdmn / docker-speedtest-grafana

🚢📦Grafana + InfluxDB + Speedtest.net results
MIT License
206 stars 71 forks source link

Feature request: Give option to select specific Speedtest server #9

Closed anuragbhatia closed 4 years ago

anuragbhatia commented 4 years ago

Please consider giving option via envionment variable to run again specific target. One can pass speedtest server ID and then server tests against that.

Example of test against specific server:

docker run --rm moutten/speedtest-cli --list | grep Airtel | grep Mumbai
 2827) Bharti Airtel Ltd (Mumbai, India) [13.76 km]
19081) Airtel Broadband (Mumbai, India) [13.76 km]

This shows ID of the server - 2827 and 19081.

frdmn commented 4 years ago

Just added, can you give it a try?

anuragbhatia commented 4 years ago

Pulled the latest code and updated .env file and left it to check later. Now I see no change. Seems like docker-compose.yml wasn't updated to take the speedteest_server variable.

I just made a pull request with that update. Thanks.