Monitor disk I/O through in Netapp

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

Monitor disk I/O through in Netapp

Post 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.
Attachments
Netapp performance snapshot
Netapp performance snapshot
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: Monitor disk I/O through in Netapp

Post 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.
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

Re: Monitor disk I/O through in Netapp

Post 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.
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: Monitor disk I/O through in Netapp

Post 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.
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

Re: Monitor disk I/O through in Netapp

Post by gm_rajkumar »

Thank you, its working fine thru OID
Locked