Could be a number of things preventing you from getting this information. Have you verified that your Zenoss system can snmp poll the system?
Try running Code: snmpwalk -v1 -c <community> <system> sysDescr If that works then snmp is running. So you can try polling the cpu/memory information to make sure you're allow to query those. Memory Code: snmpwalk -v1 -c <community> <system> .1.3.6.1.4.1.2021.4 CPU Code: snmpwalk -v1 -c <community> <system> .1.3.6.1.4.1.2021.11 If these don't work then you'll need to read the snmp docs to enable querying for these values. If you can't query anything at all then it could be the daemon isn't running or there is a firewall or something blocking it. -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=15555#15555 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
