Hi All,
Standing up a my first Zabbix instance and have seen this problem/issue reported elsewhere on the forum with no solution, and I'm pretty sure it something I'm doing incorrectly.
Trying to get trap handling setup using the method in the 2.0 documentation (http://www.zabbix.com/documentation/...types/snmptrap) and am having an issue getting snmptt to process the traps recieved by snmptrapd.
Basically when I send a trp manually via...
snmptrap -v 1 -c public 10.10.10.118 '.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 TEST
I see an entry in syslog...
Jul 31 09:04:04 localhost snmptrapd[16516]: 2012-07-31 09:04:04 0.0.0.0(via UDP: [10.10.10.118]:37747->[10.10.10.118]) TRAP, SNMP v1, community public#012#011iso.3.6.1.6.3.1.1.5.3 Enterprise Specific Trap (33) Uptime: 0:00:00.55#012#011iso.3.6.1.6.3.1.1.5.3 = STRING: "TEST"
...but nothing appears in /var/sppol/snmptt/
...nothing gets logged in /tmp/my_zabbix_traps.tmp
snmpttsystem.log gives nothing away either...
19:10:02 2012/07/30 SNMPTT v1.3 started
19:10:02 2012/07/30 Loading /etc/snmp/snmptt.conf
19:10:02 2012/07/30 Finished loading 67 lines from /etc/snmp/snmptt.conf
19:10:02 2012/07/30 Changing to UID: snmptt (109)
snmptrapd.conf looks like this...
authCommunity execute public
authCommunity execute PUBLIC
traphandle default /usr/sbin/snmptt
disableAuthorization yes
Any pointers would be greatfully accepted!
Cheers.
TQ
Standing up a my first Zabbix instance and have seen this problem/issue reported elsewhere on the forum with no solution, and I'm pretty sure it something I'm doing incorrectly.
Trying to get trap handling setup using the method in the 2.0 documentation (http://www.zabbix.com/documentation/...types/snmptrap) and am having an issue getting snmptt to process the traps recieved by snmptrapd.
Basically when I send a trp manually via...
snmptrap -v 1 -c public 10.10.10.118 '.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 TEST
I see an entry in syslog...
Jul 31 09:04:04 localhost snmptrapd[16516]: 2012-07-31 09:04:04 0.0.0.0(via UDP: [10.10.10.118]:37747->[10.10.10.118]) TRAP, SNMP v1, community public#012#011iso.3.6.1.6.3.1.1.5.3 Enterprise Specific Trap (33) Uptime: 0:00:00.55#012#011iso.3.6.1.6.3.1.1.5.3 = STRING: "TEST"
...but nothing appears in /var/sppol/snmptt/
...nothing gets logged in /tmp/my_zabbix_traps.tmp
snmpttsystem.log gives nothing away either...
19:10:02 2012/07/30 SNMPTT v1.3 started
19:10:02 2012/07/30 Loading /etc/snmp/snmptt.conf
19:10:02 2012/07/30 Finished loading 67 lines from /etc/snmp/snmptt.conf
19:10:02 2012/07/30 Changing to UID: snmptt (109)
snmptrapd.conf looks like this...
authCommunity execute public
authCommunity execute PUBLIC
traphandle default /usr/sbin/snmptt
disableAuthorization yes
Any pointers would be greatfully accepted!
Cheers.
TQ

Comment