On some of my Linux servers, modeling returns some very useful network information. Usually I get little to no Hardware or Software info. But sometimes, modeling results in nothing at all in the OS, Hardware, or Software tabs. All my setups are similar enough that I don't think it's in the configuration. I assume it's hardware related? Do I need to figure out which manufacturer and find their MIBs? If so, does the MIB get install in Zenoss or on the server I want to monitor?

Take a look at the snmpd.conf (usually found in /etc/snmp/snmpd.conf) on the device you're trying to monitor. You'll probably find a line in there like the following:

view    systemview    included   .1.3.6.1.2.1.25.1

This line limits the SNMP agent to responding to very specific information. If you change the line to the following you will get all of the information.

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

Reply via email to