I tried to do some monitoring of QoS stats. First I added the required mibs, e.g., CISCO-CLASS-BASED-QOS-MIB. This I needed to slightly modify it due to some error messages when trying to register it to Zenoss.
Code: ERROR:zen.zenmib:Failed to load mib: CISCO-CLASS-BASED-QOS-MIB.my ERROR:zen.zenmib:Error: CISCO-CLASS-BASED-QOS-MIB.my:33: the SPPI construct/keyword `Unsigned64' may not be used in a MIB Then I created a local copy for an interface which is being monitored and added new data points, e.g., cbQosQueueingDiscardPkt64 - 1.3.6.1.4.1.9.9.166.1.18.1.1.8. Unfortunately zenperfsnmp tries to poll the data with 1.3.6.1.4.1.9.9.166.1.18.1.1.8.16 where 16 is the correct index number of the interface but here another number is needed which can be derived from other oids - in this case the correct value would be 1.3.6.1.4.1.9.9.166.1.18.1.1.8.1085.1093. What can I do inorder to retrieve the correct values? Custom command? -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=18050#18050 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
