Hello,
I have a Zabbix 6.4.16 server, deployed via Docker following the Zabbix documentation.
Since last week, my Zabbix SNMP probes are no longer working, and I get messages saying "Timeout while connecting to '1.2.3.4:161'".
What I don't understand is that my Zabbix server is able to perform an SNMP Walk correctly. I even tested doing the snmpwalk from my container:
Do you have any idea?
I have a Zabbix 6.4.16 server, deployed via Docker following the Zabbix documentation.
Since last week, my Zabbix SNMP probes are no longer working, and I get messages saying "Timeout while connecting to '1.2.3.4:161'".
What I don't understand is that my Zabbix server is able to perform an SNMP Walk correctly. I even tested doing the snmpwalk from my container:
Code:
docker exec -it --user=root zabbix-docker-zabbix-server-1 /bin/sh /var/lib/zabbix # snmpwalk -v2c -c public 1.2.3.4 SNMPv2-MIB::sysDescr.0 = STRING: SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.674.10892.5 DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (587764066) 68 days, 0:40:40.66
Comment