On Jun 18, 2008, at 6:35 PM, shaskell wrote:
The Dilemma:

I'm using net-snmp pass-through to report values back to zenoss. Unfortunately, net-snmp pass-through is based on snmpv1, so there are no 64-bit data types.

The Solution:
split the 64-bit integer into two OID's.

Can Zenoss?
I'd like to be able to take two OID's and cat them back together to form a 64-bit number. Can Zenoss make one data point from two (or more) OID's? If so, how can I accomplish this?

You could try using an OctetString instead. It isn't the *right* thing to do, but Zenoss will accept it.

_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to