a speedtest script based speedtest
version 2.0.0. that check Download, Upload and WAN-IP and report to Zabbix.
- download
spd.sh
and make it execue(chmod)
. - verify
speedtest
installed version is2.0.0
or higher. (https://github.com/sivel/speedtest-cli) - import template
xml
into 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 {} \;