First time user and poster here, I have searched the forum but not able to find any solution to my issue so hoping someone can help. I have been at this for a couple of days now but I feel I am nearly there with my setup but really need SNMP traps to work.
In zabbix/zabbix-snmptraps container I can see snmptraps.log is populated with snmptraps sent by the devices
However, I am not able to see them in web-gui. I am a little stuck with how to troubleshoot or verify link between zabbix/zabbix-snmptraps container and zabbix/zabbix-server-mysql container
I have the following containers in QNAP Container Station 3:

Sample output from /var/lib/zabbix/snmptraps/snmptraps.log
I can see the following in the command line after booting up zabbix-snmptraps container. Not sure if this is related to the issue I am having above.
Thanks
In zabbix/zabbix-snmptraps container I can see snmptraps.log is populated with snmptraps sent by the devices
However, I am not able to see them in web-gui. I am a little stuck with how to troubleshoot or verify link between zabbix/zabbix-snmptraps container and zabbix/zabbix-server-mysql container
I have the following containers in QNAP Container Station 3:
- mysql 8.1.0
- zabbix/zabbix-server-mysql
- zabbix/zabbix-web-nginx-mysql
- zabbix/zabbix-snmptraps
- zabbix/zabbix-agent2
Sample output from /var/lib/zabbix/snmptraps/snmptraps.log
Code:
20231210.053847 ZBXTRAP <device IP removed> UDP: [<device IP removed>]:59876->[snmptrap container IP removed]:1162 DISMAN-EVENT-MIB::sysUpTimeInstance = 0 SNMPv2-MIB::snmpTrapOID.0 = SNMPv2-MIB::coldStart SNMP-COMMUNITY-MIB::snmpTrapAddress.0 = <device IP removed> SNMP-COMMUNITY-MIB::snmpTrapCommunity.0 = "<string removed>" SNMPv2-MIB::snmpTrapEnterprise.0 = SNMPv2-SMI::enterprises.311.1.1.3.1.1
I can see the following in the command line after booting up zabbix-snmptraps container. Not sure if this is related to the issue I am having above.
Code:
Cannot rename /var/lib/net-snmp/snmptrapd.conf to /var/lib/net-snmp/snmptrapd.0.conf Cannot unlink /var/lib/net-snmp/snmptrapd.conf read_config_store open failure on /var/lib/net-snmp/snmptrapd.conf read_config_store open failure on /var/lib/net-snmp/snmptrapd.conf read_config_store open failure on /var/lib/net-snmp/snmptrapd.conf NET-SNMP version 5.9.3
Comment