Build precise queries to find exactly what you need
Press ESC to close
I know it’s a bit outdated, but thank you for submitting this!
It looks like a recent upgrade made it a requirement to specify a single server to use for the speed test. When using an internal server, this makes sense. But when doing an external speed test, I found that limiting to a single server is problematic, and was creating false alarms in Nagios when that particular server went down.
I was able to tweak the script so the $SEs argument is required only if $Loc is set to ‘i’. And updated the speedtest commands accordingly: if [ -z $SEs ]; then echo “No specific server defined” command=$($STb/speedtest –simple) else command=$($STb/speedtest –server=$SEs –simple) fi
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!