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.
Monitor disk I/O through in Netapp
-
gm_rajkumar
- Posts: 187
- Joined: Tue Feb 28, 2012 7:08 am
- Location: CA, USA
Re: Monitor disk I/O through in Netapp
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.
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
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.
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
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.
#./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
Thank you, its working fine thru OID