2009/7/24 k lan <latac...@hotmail.com>:
> Both have snmp install via apt-get package.
> Later, I installed lm-sensors via apt-get package.

Unfortunately, that's not sufficient.
Neither is adding the MIB text file.

The SNMP agent needs to have been compiled with the code that
implements the sensors MIB.   Without this code, it simply doesn't
know how to respond to requests for objects in this MIB.

That particular MIB isn't part of the default compilation environment,
so probably wasn't included when the agent was built.  (And the
fact that you could install the net-snmp package without the
lm-sensors support available would confirm this.

You'd normally need to recompile the agent, with this support added.
See the FAQ entries on adding a MIB to the agent.

Alternatively, you could possibly try compiling the sensors MIB as
a "dynamically loadable module" and then load this into the running
agent.  Again, there's more information about this mechanism on
the project website.



Dave

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