Hello,
I'm stuck in this problem using TRAPS.
I cannot see traps in zabbix. Also, there is no file
I added the line perl do
and the
to the snmptrapd.conf file as well.
I also have created the SNMP item "snmptrap.fallback"
And I have followed the tutorial: https://www.zabbix.com/documentation...types/snmptrap
I did find problems with the snmptt daemon using the embedded handler:
After all, if I do the trap test:
I can't find the trap in the
. It doesn't even exist.
I'm running zabbix on a Debian Wheezy, but I don't know if this is a relevant information.
Please help me if possible!!
Thanks beforehand!
I'm stuck in this problem using TRAPS.
I cannot see traps in zabbix. Also, there is no file
Code:
"/tmp/zabbix_traps.tmp"
Code:
perl do "/usr/bin/zabbix_trap_receiver.pl";
Code:
authCommunity execute public
I also have created the SNMP item "snmptrap.fallback"
And I have followed the tutorial: https://www.zabbix.com/documentation...types/snmptrap
I did find problems with the snmptt daemon using the embedded handler:
Code:
chkconfig --add snmptt insserv: Script snmptt is broken: incomplete LSB comment. insserv: missing `Default-Start:' entry: please add even if empty. insserv: Script snmptt is broken: incomplete LSB comment. insserv: missing `Default-Start:' entry: please add even if empty. insserv: Script snmptt is broken: incomplete LSB comment. insserv: missing `Default-Start:' entry: please add even if empty. insserv: Script snmptt is broken: incomplete LSB comment. insserv: missing `Default-Start:' entry: please add even if empty. insserv: Script snmptt is broken: incomplete LSB comment. insserv: missing `Default-Start:' entry: please add even if empty. insserv: Script snmptt is broken: incomplete LSB comment. insserv: missing `Default-Start:' entry: please add even if empty. insserv: Script snmptt is broken: incomplete LSB comment. insserv: missing `Default-Start:' entry: please add even if empty. insserv: Script snmptt is broken: incomplete LSB comment. insserv: missing `Default-Start:' entry: please add even if empty. insserv: Default-Start undefined, assuming empty start runlevel(s) for script `snmptt' insserv: warning: script 'snmptrapd' missing LSB tags and overrides insserv: script snmptrapd: service snmptrapd already provided! snmptt 0:off 1:off 2:on 3:on 4:on 5:on 6:off
After all, if I do the trap test:
Code:
snmptrap -v 1 -c public 127.0.0.1 '.1.3.6.1.6.3.1.1.5.3' '0.0.0.0' 6 33 '55' .1.3.6.1.6.3.1.1.5.3 s “teststring000”
Code:
/tmp/zabbix_traps.tmp
I'm running zabbix on a Debian Wheezy, but I don't know if this is a relevant information.
Please help me if possible!!
Thanks beforehand!
Comment