Hi everyone,

I'm trying to debug some monitoring lines in my snmpd.conf file that
aren't working. After restarting snmpd, I get the following error in my
snmpd.log file. Any ideas what this might mean?

# tail -f /var/log/snmpd.log
NET-SNMP version 5.3.0.1
send response:  (Sub-id not found: iso -> lmFanSensorsValue)
    -- SNMPv2-MIB::sysObjectID.0
    ^C

The LM_SENSORS-MIB file is included in the snmp.conf, and I can snmpwalk
the table just fine...

# snmpwalk -c ******** -O fn localhost lmFanSensorsValue
.1.3.6.1.4.1.2021.13.16.3.1.3.1 = Gauge32: 2173
.1.3.6.1.4.1.2021.13.16.3.1.3.2 = Gauge32: 2272
.1.3.6.1.4.1.2021.13.16.3.1.3.3 = Gauge32: 2173
.1.3.6.1.4.1.2021.13.16.3.1.3.4 = Gauge32: 2272
.1.3.6.1.4.1.2021.13.16.3.1.3.5 = Gauge32: 3409
.1.3.6.1.4.1.2021.13.16.3.1.3.6 = Gauge32: 0
.1.3.6.1.4.1.2021.13.16.3.1.3.7 = Gauge32: 3896
.1.3.6.1.4.1.2021.13.16.3.1.3.8 = Gauge32: 3797
.1.3.6.1.4.1.2021.13.16.3.1.3.9 = Gauge32: 3896
.1.3.6.1.4.1.2021.13.16.3.1.3.10 = Gauge32: 3846

The lmFanSensorsValues are configured thus in my snmpd.conf file:

monitor -r 128 -o lmFanSensorsDevice.1 -o lmFanSensorsValue.1 "lmFanSensors.1" 
lmFanSensorsValue.1 = 0
monitor -r 128 -o lmFanSensorsDevice.2 -o lmFanSensorsValue.2 "lmFanSensors.2" 
lmFanSensorsValue.2 = 0
monitor -r 128 -o lmFanSensorsDevice.3 -o lmFanSensorsValue.3 "lmFanSensors.3" 
lmFanSensorsValue.3 = 0
monitor -r 128 -o lmFanSensorsDevice.4 -o lmFanSensorsValue.4 "lmFanSensors.4" 
lmFanSensorsValue.4 = 0
monitor -r 128 -o lmFanSensorsDevice.5 -o lmFanSensorsValue.5 "lmFanSensors.5" 
lmFanSensorsValue.5 = 0
monitor -r 128 -o lmFanSensorsDevice.7 -o lmFanSensorsValue.7 "lmFanSensors.7" 
lmFanSensorsValue.7 = 0
monitor -r 128 -o lmFanSensorsDevice.8 -o lmFanSensorsValue.8 "lmFanSensors.8" 
lmFanSensorsValue.8 = 0
monitor -r 128 -o lmFanSensorsDevice.9 -o lmFanSensorsValue.9 "lmFanSensors.9" 
lmFanSensorsValue.9 = 0
monitor -r 128 -o lmFanSensorsDevice.10 -o lmFanSensorsValue.10 
"lmFanSensors.10" lmFanSensorsValue.10 = 0

Thanks,
js.
-- 
Jean-Sebastien Morisset, Sr. UNIX Administrator <[EMAIL PROTECTED]>
Personal Home Page <http://jsmoriss.mvlan.net/>
Underwater and Travel Photographs <http://www.mvpix.com/>


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&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