Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_iostat - I/O statistics - updated 2016
1.1.0
2016-09-01
- Nagios 3.x
- Nagios 4.x
GPL
28507
File | Description |
---|---|
check_iostst v1.1.0 | Script check_iostst v1.0.0 |
check_iostat.php | pnp4nagios template |
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!
- await added
- bugs fixed including now reports current values instead of - average since boot.
- pnp4nagios template created
-- Update Sept 2016 --
Fixed tps returning 0 all the time
This is an updated version of: http://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/check_iostat--2D-I-2FO-statistics/details
I have added the await to the output as this shows how long the OS spends waiting to write to disk which I think is very important. I have also fixed some bugs so the script now shows the current stats instead of the average stats since boot time
Finally I have created a pnp4nagios template which shows tps on one graph, await on another and read/writes Kb/s on the third.
=== Example usage ====
$ /usr/lib64/nagios/plugins/check_iostat -d sda -w 5000000,10000000,10000000,8 -c 6000000,20000000,20000000,10
OK - I/O stats tps=29.00 KB_read/s=0.00 KB_written/s=460.00 Average_wait/s=0| 'tps'=29.00; 'KB_read/s'=0.00; 'KB_written/s'=460.00; 'await'=0;
I have added the await to the output as this shows how long the OS spends waiting to write to disk which I think is very important. I have also fixed some bugs so the script now shows the current stats instead of the average stats since boot time
Finally I have created a pnp4nagios template which shows tps on one graph, await on another and read/writes Kb/s on the third.
=== Example usage ====
$ /usr/lib64/nagios/plugins/check_iostat -d sda -w 5000000,10000000,10000000,8 -c 6000000,20000000,20000000,10
OK - I/O stats tps=29.00 KB_read/s=0.00 KB_written/s=460.00 Average_wait/s=0| 'tps'=29.00; 'KB_read/s'=0.00; 'KB_written/s'=460.00; 'await'=0;
Reviews (1)
bywcarlson, April 17, 2017
Two minor issues. First, script is misnamed (or entry is misnamed), check_iostst.
Second, file is in DOS format. Fix with dos2unix.
Second, file is in DOS format. Fix with dos2unix.