Hello,
I'm using perl receiver in order to convey snmp traps to zabbix. My snmptrapd.conf is as follows:
Perl script variable is $SNMPTrapperFile = '/tmp/zabbix_traps.tmp';
And related config for zabbix:
The problem is traps are getting into /tmp/zabbix_traps.tmp, but I can't manage to see them in zabbix. Even when I use snmptrap.fallback key and log data type, there's nothing in zabbix log file.
Any suggestions?
I'm using perl receiver in order to convey snmp traps to zabbix. My snmptrapd.conf is as follows:
Code:
logoption f /var/log/snmptrap.log logoption s 1 traphandle default /etc/zabbix/zabbix_trap_receiver.pl disableAuthorization yes perl do "/etc/zabbix/zabbix_trap_receiver.pl"
And related config for zabbix:
Code:
SNMPTrapperFile=/tmp/zabbix_traps.tmp StartSNMPTrapper=1
Any suggestions?
Comment