I'm using Zabbix Docker and I can't collect data from within Docker. I have a Datacom/Teracom router from which I can't get SNMP responses, but when I test it on the host (outside of Docker) everything works normally.
I'm using the scripts, almost unchanged, that are available on Github. The network driver is Bridge and the network is not overlapping the device's IP. In fact, I can ping it from the zabbix-server container, and even ssh works.
I'm using the following command:
snmpget -v2c -c public 10.88.88.1 IF-MIB::ifAlias
This problem prevents Zabbix from collecting any information about the Host.
Has anyone experienced something similar or have any tips/ideas on what to do to debug the problem? I've already tried a tcpdump on the Host and I only see the packet going, but I don't receive any from the equipment, but when I do the snmpwalk directly from the host everything flows normally.
Thanks in advance.
I'm using the scripts, almost unchanged, that are available on Github. The network driver is Bridge and the network is not overlapping the device's IP. In fact, I can ping it from the zabbix-server container, and even ssh works.
I'm using the following command:
snmpget -v2c -c public 10.88.88.1 IF-MIB::ifAlias
This problem prevents Zabbix from collecting any information about the Host.
Has anyone experienced something similar or have any tips/ideas on what to do to debug the problem? I've already tried a tcpdump on the Host and I only see the packet going, but I don't receive any from the equipment, but when I do the snmpwalk directly from the host everything flows normally.
Thanks in advance.