On Fri, 31 May 2013, Francois Gouget wrote: > > So I'm trying to get net-snmp to return lm_sensors data so I can monitor > the temperature and fan speed of my PC. But currently it won't return > any data: > > $ snmpwalk -v2c -c public localhost lmSensors > LM-SENSORS-MIB::lmSensors = No more variables left in this MIB View > (It is past the end of the MIB tree)
It turns out this was an access control issue. Uncommenting the following line fixed it: rocommunity public localhost -- Francois Gouget <[email protected]> http://fgouget.free.fr/ It really galls me that most of the computer power in the world is wasted on screen savers. Chris Caldwell from the GIMPS project http://www.mersenne.org/prime.htm -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

