Hi all,
I installed Zabbix 3 Appliance and tried to start with snmp trap management.
In the documentation i can read that all is configured to use snmptrapfmt for the trap mannagement. Unfortunately, it doesn’t work. In think the format defined in snmptrapfmt.conf is not adapted for zabbix.
I want to try to use perl script.
I added the perl script in the snmptrapd.conf file like that:
perl to "/usr/bin/zabbix_trap_receiver.pl"
I copied the file zabbix_trap_receiver.pl in /urs/bin and executed an chmod +x
When I restart the server I can see in the syslog file, the following error:
Aug 19 09:59:10 zabbix snmptrapd[705]: embedded perl support failed to initialize (perl_parse(/usr/share/snmp/snmp_perl_trapd.pl) returned 2)
Aug 19 09:59:10 zabbix snmptrapd[710]: NET-SNMP version 5.7.2
Could anybody help me with this issue?
Thank you in advance for your help.
I installed Zabbix 3 Appliance and tried to start with snmp trap management.
In the documentation i can read that all is configured to use snmptrapfmt for the trap mannagement. Unfortunately, it doesn’t work. In think the format defined in snmptrapfmt.conf is not adapted for zabbix.
I want to try to use perl script.
I added the perl script in the snmptrapd.conf file like that:
perl to "/usr/bin/zabbix_trap_receiver.pl"
I copied the file zabbix_trap_receiver.pl in /urs/bin and executed an chmod +x
When I restart the server I can see in the syslog file, the following error:
Aug 19 09:59:10 zabbix snmptrapd[705]: embedded perl support failed to initialize (perl_parse(/usr/share/snmp/snmp_perl_trapd.pl) returned 2)
Aug 19 09:59:10 zabbix snmptrapd[710]: NET-SNMP version 5.7.2
Could anybody help me with this issue?
Thank you in advance for your help.

Comment