Re: Lm-Sensors3 support

2009-09-18 Thread Thomas Anders
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 --

Changing snmpconfpath

2009-09-18 Thread Deniz Aydin
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

Lm-Sensors3 support

2009-09-18 Thread Billy DeVincentis
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

A question about net-snmp agent extension

2009-09-18 Thread AlbenShao
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),