Hello.
Yesterday I upgrade to Zabbix 2.0 and try to configure SNMP trap from DELL iDRAC6 card.
I used zabbix documentation for this: http://www.zabbix.com/documentation/...types/snmptrap
All works, except when send test trap from iDRAC got error in zabbix_server.log:
snmptt.conf file I use from converted dell mib file, this trap use this syntax:
If I use General event syntax which used in documentation, I got same error.
Only one output in zabbix frontend I got, when configure to use test command:
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”
For iDRAC6 snmp trap monitor I use this item:
Type: SNMP trap
Key: snmptrap["Status Events"]
Host interface: xx.xxx.xx.xxx:162
Type of information: Log
Log time format: hh:mm:ss yyyy/MM/dd
Am I missing something?
Thanks.
Yesterday I upgrade to Zabbix 2.0 and try to configure SNMP trap from DELL iDRAC6 card.
I used zabbix documentation for this: http://www.zabbix.com/documentation/...types/snmptrap
All works, except when send test trap from iDRAC got error in zabbix_server.log:
Code:
unmatched trap received from [IPMI]: 17:46:24 2012/05/23 .1.3.6.1.4.1.3183.1.1.0.1001 INFORMATIONAL "Status Events" IpAddress: xx.xxx.xx.xxx - Alert Configuration Test
Code:
EVENT asfTrapIPMIAlertTest .1.3.6.1.4.1.3183.1.1.0.1001 "Status Events" INFORMATIONAL FORMAT ZBXTRAP IPMI Alert Configuration Test SDESC IPMI Alert Configuration Test Variables: EDESC
Only one output in zabbix frontend I got, when configure to use test command:
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”
For iDRAC6 snmp trap monitor I use this item:
Type: SNMP trap
Key: snmptrap["Status Events"]
Host interface: xx.xxx.xx.xxx:162
Type of information: Log
Log time format: hh:mm:ss yyyy/MM/dd
Am I missing something?
Thanks.

Comment