
SNMP
Check DiskIO via SNMP
Description:
Check Disks via UCD-DISKIO MIB. This plugin checks the disk-IO per second of a diskdevice.
Current Version
1.3
Last Release Date
2011-01-24
Compatible With
Owner
License
GPL
Project Files
File | Description |
---|---|
check_diskio_ucd | Plugin Version 1.2 |
check_diskio_ucd | Plugin Version 1.3 |
Project Notes
Check Disks via UCD-DISKIO MIB.
This plugin checks the disk-IO per second of a diskdevice.
The following values are shown:
- Read MB/sec
- Write MB/sec
- Read IO/sec
- Write IO/sec
- Total IO/sec
It makes two measurements within 5 seconds and calculates the difference.
Reviews
(3)
Add a Review
It works well but there was a little problem in the perfdatas (see http://nagiosplug.sourceforge.net/developer-guidelines.html#AEN201).
I modified it to suit my needs (and corrected perfdata) :
$perfdata=sprintf("Read=%.2fMB/s Write=%.2fMB/s Read=%.2fIO/s Write=%.2fIO/s Total=%.2fIO/s;%d;%d",$IONReadMBsec,$IONWrittenMBsec,$IOReadssec,$IOWritessec,$dskIOTotal,$opt_warn,$opt_crit);
Thanks for the plugin :)
I modified it to suit my needs (and corrected perfdata) :
$perfdata=sprintf("Read=%.2fMB/s Write=%.2fMB/s Read=%.2fIO/s Write=%.2fIO/s Total=%.2fIO/s;%d;%d",$IONReadMBsec,$IONWrittenMBsec,$IOReadssec,$IOWritessec,$dskIOTotal,$opt_warn,$opt_crit);
Thanks for the plugin :)
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.
Page Sections
Project Stats
Rating
4.5 (6)
Favorites
2
Views
179,799