Hello,
I'm trying to test Zabbix SNMP Trapper in Zabbix 2.0 RC1. I used this note http://www.zabbix.com/documentation/...types/snmptrap
What I want to do is to receive SNMP traps from a Dell PowerEdge R710. So I've downloaded MIBs and put them on the Zabbix server and convert them with snmpttconvertmibs
In the zabbix_trap.tmp file:
15:18:04 2012/03/15 .1.3.6.1.4.1.3183.1.1.0.1001 INFORMATIONAL "Status Events" IpAddress: 192.168.5.121 - ZBXTRAP 192.168.5.121 IPMI Alert Configuration Test
In the zabbis_server.log:
4275:20120315:151806.816 unmatched trap received from [192.168.5.121]: 15:18:04 2012/03/15 .1.3.6.1.4.1.3183.1.1.0.1001 INFORMATIONAL "Status Events" IpAddress: 192.168.5.121 - IPMI Alert Configuration Test
I created an item iDRAC test on the Zabbix Server host in zabbix wich as the following parameters:
Host Zabbix Server
Name iDRAC test
Type Zabbix trapper
Key snmptrap["Status Events"]
Type of information Log
Log time format hh:mm:ss yyyy/MM/dd
Allowed hosts IP of iDRAC of Dell server
The Zabbix Server receive the trap correctly but it can't match the item. I also put SNMP configuration on the host.
I made a test trap with this command :
snmptrap -v 1 -c public 192.168.2.19 '.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"
And I configure debug level 4:
9984:20120315:202618.717 End of DCconfig_get_snmp_interfaceids_by_addr():1
9984:20120315:202618.717 In DCconfig_get_snmp_items_by_interface() interfaceid:10052
9984:20120315:202618.717 End of DCconfig_get_snmp_items_by_interface():1
9984:20120315:202618.717 unmatched trap received from [192.168.2.19]: 20:26:15 2012/03/15 .1.3.6.1.6.3.1.1.5.3.0.33 Normal "General event" juxtamon01.juxta.fr - 192.168.2.19
9984:20120315:202618.717 End of read_traps()
When I configure a snmptrap.fallback, item I can see values in latest data view but the item snmptrap is allways unmatched
Thank for your help.
Regards.
Olivier.
I'm trying to test Zabbix SNMP Trapper in Zabbix 2.0 RC1. I used this note http://www.zabbix.com/documentation/...types/snmptrap
What I want to do is to receive SNMP traps from a Dell PowerEdge R710. So I've downloaded MIBs and put them on the Zabbix server and convert them with snmpttconvertmibs
In the zabbix_trap.tmp file:
15:18:04 2012/03/15 .1.3.6.1.4.1.3183.1.1.0.1001 INFORMATIONAL "Status Events" IpAddress: 192.168.5.121 - ZBXTRAP 192.168.5.121 IPMI Alert Configuration Test
In the zabbis_server.log:
4275:20120315:151806.816 unmatched trap received from [192.168.5.121]: 15:18:04 2012/03/15 .1.3.6.1.4.1.3183.1.1.0.1001 INFORMATIONAL "Status Events" IpAddress: 192.168.5.121 - IPMI Alert Configuration Test
I created an item iDRAC test on the Zabbix Server host in zabbix wich as the following parameters:
Host Zabbix Server
Name iDRAC test
Type Zabbix trapper
Key snmptrap["Status Events"]
Type of information Log
Log time format hh:mm:ss yyyy/MM/dd
Allowed hosts IP of iDRAC of Dell server
The Zabbix Server receive the trap correctly but it can't match the item. I also put SNMP configuration on the host.
I made a test trap with this command :
snmptrap -v 1 -c public 192.168.2.19 '.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"
And I configure debug level 4:
9984:20120315:202618.717 End of DCconfig_get_snmp_interfaceids_by_addr():1
9984:20120315:202618.717 In DCconfig_get_snmp_items_by_interface() interfaceid:10052
9984:20120315:202618.717 End of DCconfig_get_snmp_items_by_interface():1
9984:20120315:202618.717 unmatched trap received from [192.168.2.19]: 20:26:15 2012/03/15 .1.3.6.1.6.3.1.1.5.3.0.33 Normal "General event" juxtamon01.juxta.fr - 192.168.2.19
9984:20120315:202618.717 End of read_traps()
When I configure a snmptrap.fallback, item I can see values in latest data view but the item snmptrap is allways unmatched
Thank for your help.
Regards.
Olivier.


Comment