Page 1 of 1

Monitor disk I/O through in Netapp

Posted: Sun Oct 21, 2012 11:03 pm
by gm_rajkumar
Hi,

I have been using this plug-in http://exchange.nagios.org/directory/Pl ... NG/details for monitor my Netapp. However, I need to know the I/O throughput of Netapp. I couldn't find any of plug-in relating to that. I have enclosed the Screen shot of I/O Throughput. Let me know if you've any relevant plug-in to monitor it.
Please revert for any clarification over this. thanks!!

Regards,
Raj.

Re: Monitor disk I/O through in Netapp

Posted: Mon Oct 22, 2012 5:21 pm
by jsmurphy
There isn't an existing plugin that I am aware of that tracks this information, though you could check this via check_snmp or create your own...

This article here has all the OID's and an explanation: http://docs.oracle.com/cd/E11857_01/em. ... _filer.htm
You can find the I/O throughput under the System Load heading.

Re: Monitor disk I/O through in Netapp

Posted: Wed Oct 24, 2012 9:51 am
by gm_rajkumar
I have tried with #./check_snmp -H NetappHO -C 'public' -o 'sysUpTime.o'
SNMP OK - Timeticks: (97749181) 120 days, 5:12:23:81

However, i tried with miscHighDiskReadBytes (1.3.6.1.4.1.789.1.2.2.15)
#./check_snmp -H NetappHO -C 'public' -o 1.3.6.1.4.1.789.1.2.2.15
SNMP problem - No data received from host
CMD: /usr/bin/snmpget -t 1 -r 5 -m ' ' -v 1 [authpriv] NetappHO:161 1.3.6.1.4.1.789.1.2.2.15

Message i've received. let me know if any changes to be done on this. Thanks!!

Regards,
Raj.

Re: Monitor disk I/O through in Netapp

Posted: Wed Oct 24, 2012 6:16 pm
by jsmurphy
Try adding another 0...

#./check_snmp -H NetappHO -C 'public' -o 1.3.6.1.4.1.789.1.2.2.15.0

.15 is the table the value is in .15.0 is the actual full OID where the value resides.

Re: Monitor disk I/O through in Netapp

Posted: Thu Nov 01, 2012 10:00 am
by gm_rajkumar
Thank you, its working fine thru OID