a speedtest script based speedtest version 2.0.0. that check Download, Upload and WAN-IP and report to Zabbix.
- download
spd.shand make it execue(chmod). - verify
speedtestinstalled version is2.0.0or higher. (https://github.com/sivel/speedtest-cli) - import template
xmlinto Zabbix and attache to speed test host. - add to
cron sched
*/10 * * * * /bin/bash /etc/zabbix/spd.sh
@daily find /tmp/*.log -ctime +1 -exec rm {} \;

