Skip to content

electrofloat/munin-speedtest-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

munin-speedtest-plugin

A Munin plugin to graph the results from speedtest-cli

Setup instructions:

  1. Download speedtest-cli
wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
chmod +x speedtest-cli
  1. Create a crontab similar to this
crontab -e
58,18,38 * * * * root /<path>/<to>/<file>/speedtest-cli --simple > /tmp/speedtest.out
  1. Copy speedtest.sh into Munin plugins folder (on Debian/Ubuntu)
cp /<path>/<to>/<file>/speedtest.sh /etc/munin/plugins/speedtest.sh
chmod 777 /etc/munin/plugins/speedtest.sh
  1. Restart munin-node to detect the new plugin
sudo /etc/init.d/munin-node restart

Original author: Alex Pardoe

Monitoring Internet Connection Speed With Munin
http://www.pardoe.io/blog/2013/04/29/monitoring-internet-connection-speed-with-munin

Github Gist - speedtest-cli.sh
https://gist.github.com/digitalpardoe/5481339

About

A Munin plugin to graph the results from speedtest-cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%