On 23/11/2007, PoWah Wong <[EMAIL PROTECTED]> wrote:
> I compile net-snmp-5.4.1 as follows:
> # cd net-snmp-5.4.1
> # ./configure --with-libs=/usr/local/lib/libsensors.a
> --with-defaults --with-openssl=/
> --with-mib-modules="dev/ent ucd-snmp/lmSensors"
> --with-out-mib-modules="agent_mibs utilities"
>
> Then I install it and test it like this:
> $ snmpwalk -v 3 -u admin -l authPriv -a MD5 -A
> 12345678 -x DES -X 87654321 mypc lmSensors
> LM-SENSORS-MIB::lmSensors = No Such Object available
> on this agent at this OID


Things to check:
    -  access control:
               Does your agent allow access to this subtree?
               (What does "snmpgetnext ... lmSensors" return?)

    - active agent modules:
               Have you successfully included the lmSensors module?
               (What does "snmpd -f -Le -Ducd-snmp/lmSensors" report?)

   - O/S sensors support
               Does the underlying O/S actually provide sensor information?
               (What does "sensors -s" report?)

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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