On 10/11/06, BENAMAR Khalid <[EMAIL PROTECTED]> wrote:
> i want to use the HOST-RESOURCES-MIB
>
> when i launch snmpwalk -v 1 -c public -v 1 localhost
> it don't return values of object in this MIBs

If the agent doesn't report this information, there are two possibilities:

  a)  The access control settings don't allow access to this MIB, or
  b)  The agent doesn't implement this MIB.

If you can only see the 'system' group (and not thing like interface
information, or various network statistics), then the first option
probably holds.  See the FAQ entry
    I can see the system group, but nothing else.  Why?

If you can see the interface group, etc - then it's more likely to
be the second reason.  In which case you'll need to reconfigure
(and recompile) the agent.
  Take the source tree, run "configure --with-mib-modules=host"
and recompile/reinstall.

Newer releases have started including the Host Resources MIB
by default, but in earlier releases, it wasn't part of the default build
and had to be explicitly added.

Dave

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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