I found out WHY it's not pulling the data in correctly. The oid 1.3.6.1.4.1.9.9.109.1.1.1.1.8 is an index.
> > snmpwalk -v2c -c gscpublic 3swcat3750.gsc.wustl.edu > 1.3.6.1.4.1.9.9.109.1.1.1.1.8 > SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.8.1 = Gauge32: 6 > Notice how it returns the oid with a .1 on the end. It's the index number...something I over looked. Apparently it's doing an snmpget and not an snmpwalk. It looks like some of the default templates from Zenoss are able to populate an index dynamically(i.e. the ethernetCsmacd template...look at the ifInErrors Data Source...it's an index that gets dynamically populated) But user created templates don't support an index?? I guess for each device you would have to create a custom template and put in the exact OID for each and every object with an index? It's touched upon in this thread http://community.zenoss.com/forums/viewtopic.php?p=17950 -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=18601#18601 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
