Linux

Check Iostat Updated

Description:

An updated version of this plugin:

http://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/check_iostat–2D-I-2FO-statistics/details

With support for newest iostat and other features

Current Version

0.06

Last Release Date

2014-07-14

Compatible With

  • Nagios 3.x

Owner


Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Project Files
Project Notes
Reviews (1) Add a Review
tps
by fakej, July 31, 2015
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
Helpful? Yes  No 
Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
4 (1)
Favorites
0
Views
24,290