Build precise queries to find exactly what you need
Press ESC to close
Not sure if tps is equal to r/s + w/s. If so we can save 10s and avoid invoking iostat twice
~# diff check_iostat.sh /usr/lib/nagios/plugins/check_iostat.sh 86c86 samples=2i 186a187 > TMPD=`$iostat $disk -k -d 10 $samples | grep $disk | tail -1` 187a189 > tps=`echo “$TMPD” | awk ‘{print $2}’` 190d191
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!