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

-- 
Robert Story; NET-SNMP Junkie
Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp>  
Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users>

You are lost in a twisty maze of little standards, all different. 


-------------------------------------------------------
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