Billy DeVincentis wrote:
> I am just trying to find out if there is support for
> building against the newer lmsensors in any version of this
> program.
Try 5.5.rc3 (or later) which should have some support for the v3 lmsensors API.
+Thomas
--
Hi,
I have using net-snmp on CentOS for snmptrap reciever. My
configuration file is located under /etc/snmp but they are not loaded
when start the service with "service snmptrapd start". I have to start
the service with "snmptrapd -c /etc/snmp/snmptrapd.conf".
I have tried to use EXPORT SNMPCON
I am just trying to find out if there is support for
building against the newer lmsensors in any version of this
program.
Thanks
--
Come build with us! The BlackBerry® Developer Conference in SF, CA
Hi,
I want to write a custom extension to the core net-snmp agent. As the
tutorial said, usually I need to 1) write a MIB file 2)Write the related
C file 3) Write a header file.
And I think, if I want to use the default subhandler (e.g. use
netsnmp_instance_int_handler for my integer object),