Sounds like you need to proxy for the squid private mib to another port on loclhost. I use the following for BEA Weblogic.
# Proxy snmp for BEA Weblogic proxy -v 1 -c [EMAIL PROTECTED] localhost:1161 .1.3.6.1.4.1.140.625 Edit /etc/snmp/snmpd.conf (for netsnmp) and add the above line with the following modifications: *Replace [EMAIL PROTECTED] with your read community string. *Replace .1.3.6.1.4.1.140.625 with the OID for the start of the squid private mib *Replace 1161 with the port on localhost that the squid snmp agent is running on. This will take any and snmp requests to the squid part of the mib tree and proxy it to the squid snmp agent, who will then respond to Zenss with the requested data. -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=14320#14320 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
