breadlysm / SpeedFlux

Script to periodically run the Speedtest CLI application by Ookla and post results to InfluxDB.
MIT License
108 stars 69 forks source link

How to show speeds from different speedtest servers #32

Closed nmcc1212 closed 1 year ago

nmcc1212 commented 1 year ago

I have the SPEEDTEST_SERVER_ID environment variable empty, so I assume it will just choose the best server but Grafana looks like this

Screenshot 2022-09-30 at 12 11 27 pm

with the server and location fields empty

Selta commented 1 year ago

What are you setting for INFLUX_DB_TAGS? I believe you need server_name, server_location, server_host, and speedtest_url at a minimum, for the included dashboard.

nmcc1212 commented 1 year ago

just set it to * as a wildcard and works perfectly. Thanks!