Hi Mark,

You wrote:

"however i cannot add RFC1213-MIB::ifOutOctets.2 to zenoss without getting an error"

At this time you need to add simple numbers-only OIDs for performance collection. They are pretty simple to get with snmptranslate:

   $ snmptranslate -On RFC1213-MIB::ifOutOctets.2
   .1.3.6.1.2.1.2.2.1.16.2

-Eric

Mark Nassy wrote:

On Jan 6, 2007, at 4:17 PM, Mark Nassy wrote:


PS -
It should be noted that sysUpTime is a very boring statistic and there
aren't any graphs we generate for it.  If you would like to create some
interesting graphs you'll need to run: "snmpwalk -c public -v 1
router.intranet.com .1" and then write down some OID values.  Then you
can create a new template that contains those OID values.


my error describing my setup. the router is a cisco c1700 router. the template it is using to monitor the throughput says it has a 75% utilization threshold. from http://macserver1.intranet.com:8080/zport/dmd/Devices/Network/Router/devices/router.intranet.com/os/interfaces/FastEthernet0/objRRDTemplate

ifInOctets        1.3.6.1.2.1.2.2.1.10        SNMP    True
ifOutOctets    1.3.6.1.2.1.2.2.1.16        SNMP    True

however, the graphs don't have any information in them, and don't seem to be updating periodically.


i found that for the cisco C1700 router i get an error when i run:
zenoss$ snmpget -c public -v 1 router.deltaenterprise.com 1.3.6.1.2.1.2.2.1.10
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.


however:
zenoss$ snmpget -c public -v 1 router.deltaenterprise.com RFC1213-MIB::ifOutOctets.2
RFC1213-MIB::ifOutOctets.2 = Counter32: 72676489

however i cannot add RFC1213-MIB::ifOutOctets.2 to zenoss without getting an error. suspect i either need to somehow translate into a full path, or locate the right MIB from cisco's web site and install it in zenoss. not sure if i need to create a template for it. still reading documents.

the original problem still remains for the other devices as to why isn't any graphing information added. that was answered by above, where they are hp switches, jet direct cards, etc., and the only statistic that is being monitored for them is the uptime and that is not graphed by default. for the windows servers (the remaining devices) looks like i need to instal Informant MIB.


mark andrew nassy
[EMAIL PROTECTED]

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


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

Reply via email to