monitor netapp disk usage

Started by wouter, April 02, 2014, 04:36:06 PM

Previous topic - Next topic

wouter

I would like to add netapp volume monitoring. I can read the values with snmp, but they look like:

1.3.6.1.789.1.5.4.1.2.x = volume name
1.3.6.1.789.1.5.4.1.3.x = volume size kb
1.3.6.1.789.1.5.4.1.4.x = volume used kb
1.3.6.1.789.1.5.4.1.5.x = volume available kb
1.3.6.1.789.1.5.4.1.6.x = volume pct used

So now if I want to know the pct used of /vol/vol0 I need to lookup the index in 1.3.6.1.789.1.5.4.1.2, then find the corresponding value in 1.3.6.1.789.1.5.4.1.6.x

Knowing that I need to monitor about 200 volumes, this is quite a bit of configuring to do, and it is hard to maintain as well. Is there an easy way to configure this?

Thanks!
Wouter

andrey--k