Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Nagios plugin/script to check the disk statistic TPS aka IOPS on a Linux machine. I also included a | after the output for performance statistics. Usage: Usage: check_tps.sh [-w|--warning] [-c|--critical] [root@foobar libexec]# ./check_tps.sh -w 200 -c 300 OK: Transactions Per Second = 6.65 | tps=6.65;200;300
Current Version
1.0
Last Release Date
September 1, 2009
Owner
shane jordan
Compatible With
/usr/bin/iostat -d /dev/sda -t 58 2 | awk 'NR==9{print $2}' > /var/lib/nagios/iostat/tps.tmp && mv /var/lib/nagios/iostat/tps.tmp /var/lib/nagios/iostat/tps ich have changed the cronjob like this using one awk to get the right value. And I also used other log locations due to linux FHS. May be this is better... or not... just wanted to post ;-)
Era o que estava precisando...
You must be logged in to submit a review.
To:
From:
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!