Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
chlewis
bychlewis, April 15, 2014
Hi,
I have posted an updated version of this script here:
http://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/check_iostat--2D-I-2FO-statistics--2D-updated-2014/details
The script fixes the bugs mentioned in other posts also adds await (how long the system spends waiting to wrtie to disk) to the output and added a pnp4nagios graphing template.
I have posted an updated version of this script here:
http://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/check_iostat--2D-I-2FO-statistics--2D-updated-2014/details
The script fixes the bugs mentioned in other posts also adds await (how long the system spends waiting to wrtie to disk) to the output and added a pnp4nagios graphing template.
bychlewis, July 12, 2013
Ok so the script actually works out the lag time in seconds not minutes. To change it to minutes you need to add the line:
$B1=$B1/60;
After line 65:
$B1=$B1/100;
Other than that works great!
$B1=$B1/60;
After line 65:
$B1=$B1/100;
Other than that works great!