I recently upgraded from 2.0.12 to 2.2.4, however since upgrading some of the hosts no longer work. It seems that SNMP discovery has changes between these version.
What seems to be happening is that the discovery kills the SNMP service on the target host/device. I understand this is not a ZABBIX issue as such, and I have already raised a support case with the device vendor.
I am hopeing however that somebody can confirm there were some changes to the SNMP discovery and to help me get the commands used by zabbix to make these discoveries. This would help me supply the device vendor with details on how to recreate the problem, without installing zabbix.
Both commands run successfully
snmpwalk -v2c -c public 192.168.0.1
snmpwalk -v2c -c public 192.168.0.1 -On
What seems to be happening is that the discovery kills the SNMP service on the target host/device. I understand this is not a ZABBIX issue as such, and I have already raised a support case with the device vendor.
I am hopeing however that somebody can confirm there were some changes to the SNMP discovery and to help me get the commands used by zabbix to make these discoveries. This would help me supply the device vendor with details on how to recreate the problem, without installing zabbix.
Both commands run successfully
snmpwalk -v2c -c public 192.168.0.1
snmpwalk -v2c -c public 192.168.0.1 -On
Comment