Solicito por favor ayuda he conigurado el servidor Zabbix de acuerdo al manual para que reciba los traps de equipos de red. pero no recibe ningun trap, configure el servidor con la opción de perl y net-snmp como se indica en el punto 3.2 Setting up SNMPtrap monitoring:
1. Edite el archivo zabbix_server.config
a) StartSNMPTrapper=1
b) SNMPTrapperFile= /tmp/zabbix_traps.tmp
2. Edite el archivo snmptrapd.conf
a)se añadio la ruta del script perl
perl do /home/proj_zabbix/misc/snmptrap/zabbix_trap_receiver.pl
3. Se configuro el perl trap receiver
$SNMPTrapperFile= /tmp/zabbix_trap.tmp
$DateTimeFormat = %H:%M:%S: %Y%m%d
Gracias
1. Edite el archivo zabbix_server.config
a) StartSNMPTrapper=1
b) SNMPTrapperFile= /tmp/zabbix_traps.tmp
2. Edite el archivo snmptrapd.conf
a)se añadio la ruta del script perl
perl do /home/proj_zabbix/misc/snmptrap/zabbix_trap_receiver.pl
3. Se configuro el perl trap receiver
$SNMPTrapperFile= /tmp/zabbix_trap.tmp
$DateTimeFormat = %H:%M:%S: %Y%m%d
Gracias