raaaimund / internet-speed-monitor

Internet speed monitor with speedtest.net, Grafana, Telegraf, InfluxDB and Docker
26 stars 12 forks source link
armv7 grafana influxdb internet-speed-tester telegraf x86

Monitor your internet speed

with speedtest.net, Grafana, Telegraf, InfluxDB and Docker.

Original https://github.com/raaaimund/internet-speed-monitor was outdated, and several things didn´t work anymore. Fixed them. Thanks to @raaaimund for the great setup! Just had to fix some dependencies of yours!

After running

docker-compose up

Docker starts the following services

Change speedtest server and cron schedule

Change the value of the SPEEDTEST_SERVER and SPEEDTEST_CRON_SCHEDULE arguments in the .env file to alter the server on which to perform the speed test. You can list servers with speedtest -L. The default values are SPEEDTEST_SERVER=3199 and SPEEDTEST_CRON_SCHEDULE="*/1 * * * *".

Thanks to @timokluser-dev for this PR.

ARM

I used a Raspberry Pi 3B+ with Hypriot for running the internet speed monitor. To run this on a device with an ARM architecture (e.g. Raspberry Pi) run the following command

docker-compose -f docker-compose.yaml -f docker-compose.arm.yaml up