Re: Snmpwalk of HOST-RESOURCES-MIB empty

2004-12-29 Thread Michael Dupuis
Hi there, I have the same problem that started this thread, not having access to the HOST-RESOURCES-MIB information, and despite following everything suggested in this thread, I'm still at a loss as to how to get the agent to respond with the HOST-RESOURCES-MIB information. I noticed that this

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2004-12-30 Thread Michael Dupuis
Hi Robert, Yes, I do get quite a bit of information when I use that command: A subset of the output looks like the following: NET-SNMP-AGENT-MIB::nsModuleName."".1.0.0 = STRING: NET-SNMP-AGENT-MIB::nsModuleName."".1.1.0 = STRING: NET-SNMP-AGENT-MIB::nsModuleName."".1.2.0 = STRING: NET-SNMP-AGENT-MI

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2004-12-30 Thread Michael Dupuis
snmpwalk -v 1 -c public localhost nsModuleName | grep host This returns nothing for me. snmpwalk -v 1 -c public localhost version nor does this. Also, check your snmpd.conf to make sure it isn't configured to restrict access to the host branch.. on the querying machine (I'm actually query

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2005-01-04 Thread Michael Dupuis
Hi Dave, Ok, I made the change to the configuration that you suggested: But I'd suggest that for the time being, you replace the whole of this block with the single line: rocommunity public but still no dice. Changing this still didn't provide results for the two snmp queries Robert suggested I

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2005-01-04 Thread Michael Dupuis
On Jan 4, 2005, at 11:53 AM, Dave Shield wrote: First - *please* don't mail me privately, without copying any responses to the mailing list. Sorry about that. That was just a "reply" vs. "reply all" goof. I'm not in the habit of doing "reply all" typically. :) Is that the *only* output from the

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2005-01-04 Thread Michael Dupuis
On Jan 4, 2005, at 12:46 PM, Robert Story (Users) wrote: Try 'read_config' instead of 'read-config'.. Ah, yes, a lot more info: read_config: reading premib configuration tokens read_config: config path used:/etc/snmp:/usr/local/share/snmp:/usr/local/lib/snmp:/root/.snmp:/ var/net-snmp read_confi

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2005-01-05 Thread Michael Dupuis
That means that the version of the agent which is actually running was configured with the default set of MIB modules, which doesn't include Host Resources support. (And hence this doesn't appear in the nsModuleName walk) Ok, I've cleaned up and verified that the installed version is correct, and

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2005-01-06 Thread Michael Dupuis
That worked, thanks! I can also access the host mib as well now that I have all the build things straightened out. When I started this, I didn't now how to debug the agent, now I do. Thanks for all the help! Michael --with-mib-modules="host disman/event-mib" --with-out-mib-modules=host/hr_