Hi
Details :
snmptrapd AND zabbix trap service are up and running.
1147 ? Ss 0:00 /usr/sbin/snmptrapd -Lsd -f
1770 ? S 0:00 /usr/sbin/zabbix_server: snmp trapper [processed data in 0.000028 sec, idle 1 sec]
Inside the zabbix server conf file and the perl script there is a map to SNMPTrapperFile (not inside the /tmp)
$SNMPTrapperFile = '/var/log/traps/zabbix_traps.tmp';
I've created a SNMP interface inside the frotend server, and also an item with "snmptrap.fallback" key.
I send traps from the server itself (or from a remote host) :
snmptrap -v 2c -c public 127.0.0.1 '' .1.3.6.1.6.3.1.1.5.3 .1.3.6.1.6.3.1.1.5.3 s "interfcae"
I can see the traps arrived by using tcpdump utill.
But the tmp file is just not created, also I cannot see any traps inside the UI
What can I check more?
Thanks
Details :
snmptrapd AND zabbix trap service are up and running.
1147 ? Ss 0:00 /usr/sbin/snmptrapd -Lsd -f
1770 ? S 0:00 /usr/sbin/zabbix_server: snmp trapper [processed data in 0.000028 sec, idle 1 sec]
Inside the zabbix server conf file and the perl script there is a map to SNMPTrapperFile (not inside the /tmp)
$SNMPTrapperFile = '/var/log/traps/zabbix_traps.tmp';
I've created a SNMP interface inside the frotend server, and also an item with "snmptrap.fallback" key.
I send traps from the server itself (or from a remote host) :
snmptrap -v 2c -c public 127.0.0.1 '' .1.3.6.1.6.3.1.1.5.3 .1.3.6.1.6.3.1.1.5.3 s "interfcae"
I can see the traps arrived by using tcpdump utill.
But the tmp file is just not created, also I cannot see any traps inside the UI
What can I check more?
Thanks
I don't see, why they need that snmp interface for traps at all..:P Probably some internal thing, that I am not able to understand ..
Comment