Firstly, three apologies:
I also have two Netgear ReadyNAS 214s, running 6.10.5 firmware, which I would like to monitor.
I have imported the template from https://github.com/a-schild/zabbix - one problem with this is that the instructions say "Enable SNMP on the device(s) and set a password". SNMP is certainly enabled on the two ReadyNASs, but I can see no way to enable a password on them.
I have checked that all the SNMP OIDs mentioned in the template return the appropriate details using snmp_walk
When I add the ReadyNASs to Zabbix, specify SNMP for the interfaces, and assign the template, the status shows up as "enabled". I see that there are 8 "items", but these show as "Status: Not supported", 6 of the items have "Info:" like the following: snmp_parse_oid(): cannot parse OID "SNMPv2-MIB::sysContact.0"
For nasMgrSoftwareVersion and nasMgrSerialNum, the info is like: SNMP Error: (noSuchName) There is no such variable name in this MIB.
As I said above, I checked that all the OIDs in the template were correct using snmp_walk.
As a side issue, I also get
root@piacenza:~# zabbix_get -s nas -p 161 -k agent.ping
zabbix_get [22970]: Get value error: cannot connect to [[nas]:161]: [111] Connection refused
root@piacenza:~# zabbix_get -s nas2 -p 161 -k agent.ping
zabbix_get [1803]: Get value error: cannot connect to [[nas2]:161]: [111] Connection refused
Can anybody suggest what I am doing wrong?
Thanks in advance.
Best wishes -- Peter
- This is my first post to the Zabbix forum
- I'm still very much a beginner with Zabbix
- I don't know a lot about SNMP, MIBs etc
I also have two Netgear ReadyNAS 214s, running 6.10.5 firmware, which I would like to monitor.
I have imported the template from https://github.com/a-schild/zabbix - one problem with this is that the instructions say "Enable SNMP on the device(s) and set a password". SNMP is certainly enabled on the two ReadyNASs, but I can see no way to enable a password on them.
I have checked that all the SNMP OIDs mentioned in the template return the appropriate details using snmp_walk
When I add the ReadyNASs to Zabbix, specify SNMP for the interfaces, and assign the template, the status shows up as "enabled". I see that there are 8 "items", but these show as "Status: Not supported", 6 of the items have "Info:" like the following: snmp_parse_oid(): cannot parse OID "SNMPv2-MIB::sysContact.0"
For nasMgrSoftwareVersion and nasMgrSerialNum, the info is like: SNMP Error: (noSuchName) There is no such variable name in this MIB.
As I said above, I checked that all the OIDs in the template were correct using snmp_walk.
As a side issue, I also get
root@piacenza:~# zabbix_get -s nas -p 161 -k agent.ping
zabbix_get [22970]: Get value error: cannot connect to [[nas]:161]: [111] Connection refused
root@piacenza:~# zabbix_get -s nas2 -p 161 -k agent.ping
zabbix_get [1803]: Get value error: cannot connect to [[nas2]:161]: [111] Connection refused
Can anybody suggest what I am doing wrong?
Thanks in advance.
Best wishes -- Peter
Comment