Snmp traps sent by RHEV-M are in incorrect order

Solution Unverified - Updated -

Issue

After upgrading from 3.4.2-0.2.el6ev to 3.4.3-1.2.el6ev the rhev manager sends snmp traps but seems like the trap order gets changed and due to this the HP openview/Network Manager rejects the traps.

Currently it is like
v2pdu.add(new VariableBinding(SnmpConstants.snmpTrapOID, trapOID));
+ v2pdu.add(new VariableBinding(SnmpConstants.sysUpTime,
+ new TimeTicks((System.nanoTime() - nanoStart) / 10000000)));

needs to be like
+ v2pdu.add(new VariableBinding(SnmpConstants.sysUpTime,
+ new TimeTicks((System.nanoTime() - nanoStart) / 10000000)));
v2pdu.add(new VariableBinding(SnmpConstants.snmpTrapOID, trapOID));

Environment

Red Hat Enterprise Virtualization (RHEV) 3.4.3 and 3.4.4

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content