cluther wrote: > 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
Thanks, Chet. That did the trick. I'm not too picky about how it gets done, as long as the data is there :) -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=21770#21770 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
