[ First - *please* don't mail me privately, without copying
     any responses to the mailing list.  I don't have the time
     or inclination to offer private, unpaid, SNMP consultancy.
     Keep discussions to the list, where others can both learn
     and offer advice.  Thanks.   ]
 

On Thu, 2005-04-07 at 10:00, Nguyen Quang Vu wrote:
> Dear Mr.Dave,
>  
> i use "snmpconf" tool for create snmpd.conf file, after that. I
> use SolarWind orion to connect to HP-UX Server (by IP address and
> Community String). but I only recognize interface information.
> Solarwind can not recognize CPU, Disk and Memory usage information.

Sorry - I know nothing about "Solarwind orion", whatever that is.
Hold on:
   <tap, tap, tap>

OK - it looks as if this is trying to query the Host Resources MIB.

That's completely unrelated to the Net-SNMP-specific directives
you were using - forget about them.   You'd need to re-configure
and recompile the agent to add Host Resources support - it's not
part of the default configuration.

Try
        ./configure --with-mib-modules=host
        make
        make install


Alternatively, you could use our 'snmpdf' command to query the
disk information.   That *does* work with a default build (and
relies on the 'disk' directive you already have). I'm not sure
that there's anything similar for CPU or memory - other than
using a basic 'snmpwalk'.

Dave



-------------------------------------------------------
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-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to