Okay thanks for the info. After running the new query I do see some load average values now. However they might not be exactly what I'm looking for (I'll have to check on that). The reason I need this information is for Cacti, but according to various posts on the Cacti forums it is looking for something that looks more like this:

   HOST-RESOURCES-MIB::hrProcessorLoad.1 = INTEGER: 6

Whether that's really what it needs or not I'm not sure but that's OT for this list.

Anyways, I'll look into what options were used during build time to see if I'm missing something there and I'll keep trying to get some information from the Cacti forums as well.

Thanks,
-shawn

Robert Story wrote:
On Mon, 21 Feb 2005 14:10:11 -0700 Shawn wrote:
SW> I used snmpconf to create my configuration file, which like I said SW> contains only that one line. So chances are I don't have the ucd table SW> included unless that's the default. Probably a stupid question, but how SW> do I go about including it?


That is done at configuration time (configuration for building the agent, not
for running it).

SW> Robert Story wrote:
SW> > On Thu, 17 Feb 2005 13:35:45 -0700 Shawn wrote:
SW> > SW> I'm having problems trying to get any sort of CPU load information
SW> > SW> from my SNMP installation. I'm using net-snmp 5.2 w/ kernel 2.6.9. I
SW> > SW> admit I'm not very familiar with SNMP so hopefully I'm just looking
SW> > SW> in the wrong place, but here's what I've tried:
SW> > SW> > SW> $ snmpwalk -v1 -clannocc localhost | grep -i load


I just noticed that you don't specify an OID, which means by default you will
only get the system branch. Try this instead:

        $ snmpwalk -v1 -clannocc localhost enterprises | grep -i load



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to