Software Development Kit (SDK) and API Discussions
Software Development Kit (SDK) and API Discussions
Hi. We use Nagios3 and monitor our older NetApp servers fine, but the new one doesn't respond to all the same SNMP requests.
The version of our new one is:
NetApp Release 8.3.2P5: Tue Aug 23 12:36:56 UTC 2016
I've tried this script and others for monitoring:
CPU Load, Disk Status, NFS Operations, and Uptime monitoring work fine.
Fan, NVRAM Battery, and Power Supply monitoring don't work. We get errors like:
:Requested table is empty or does not exist for .1.3.6.1.4.1.789.1.2.4.2 with snmp version 1
Apparently several Sysstat OIDs no longer work, including:
1.3.6.1.4.1.789.1.2.2
1.3.6.1.4.1.789.1.2.3
1.3.6.1.4.1.789.1.2.4
1.3.6.1.4.1.789.1.2.5
Is there another way to monitor these from Nagios? Thanks!
Todd
Solved! See The Solution
Thanks. I have written several Nagios scripts, and I've done an snmpwalk on our 8.3 server, but I was unable to find anything for Fan, NVRAM Battery, or Power Supply.
Thanks. I have written several Nagios scripts, and I've done an snmpwalk on our 8.3 server, but I was unable to find anything for Fan, NVRAM Battery, or Power Supply.
Same problem here.
Did you ever figure it out?
Hi. We are using these scripts now, which work well for our needs:
https://github.com/aleex42/netapp-cdot-nagios
I hope that helps.
Todd
@ToddAllis wrote:
https://github.com/aleex42/netapp-cdot-nagios
Nice, these are my scripts - I hope they work well for you.
Otherwise just send me further ideas for the future 🙂