Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
@apapillon
Favorites0
Views
Projects0
Change this lines : # Doing the actual check: tps=`$iostat $disk | grep $disk | awk '{print $2}' | sed -e 's/,/./g'` kbread=`$iostat $disk | grep $disk | awk '{print $3}' | sed -e 's/,/./g'` kbwritten=`$iostat $disk | grep $disk | awk '{print $4}' | sed -e 's/,/./g'`
Reviewed 15 years ago