Nice script and really useful

I used the manual installation in my CentOS server, downloaded the file, give permissions to execution, but then I had two issues, the first one in line 170 you need to add the path to the python script: STb=”/usr/local/bin” the check tells you that, but then, depending on your installation, you may need to change the command in line 275 adn 280, in my case I had to change this:
$($STb/speedtest –server=$SEs –simple)
with this:
$($STb/speedtest-cli –server=$SEs –simple)

From there on, the check works beautibully.

Thanks Jon Witts!