I've put in all the Nagios settings to monitor this but my commands are timing out:
./check_snmp -H 10.100.0.20 -o READYNAS-MIB::volumeStatus.1 -C public -P 2c
I noticed that I don't have the MIB for the ReadyNAS's snmp. ReadyNAS publishes a text file with this information here:
http://wiki.comdivision.com/display/cdconstech/Nagios+Config+to+monitor+ReadyNAS+Devices
I'm using Ubuntu. I put this .txt file in /usr/share/snmp/. I suspect that isn't correct.
On my Netgear I have it set to use snmp "public" and allow my nagios server access:
https://i.stack.imgur.com/bzLsW.png
When I run that check_snmp command it just times out. Any ideas on how to troubleshoot this? I'm something of a nagios and snmp noob. Thanks.