(I'm posting this here because it's something that could be useful to developers.)

I've worked out how to use 'collectd' to collect temperature and fanspeed statistics. It requires the lm-sensors, collectd and rrdtool packages. I've attached the configuration files.

I run 'eeepc-rrd-graph.sh' (attached) when I want to check up on what's happening. I suppose I could put it in cron. Working out how to graph RRD data was the only painful part of all this.

*

I'm using 'fancontrol' on my netbook. (Settings file attached.) I've noticed that my netbook's fan turns on at 1500RPM, once the temperature gets to 55 degrees C, and never turns off. Either the settings mimic EEE PC 701 hardware fan control very closely, or fancontrol is not actually doing anything. I haven't experimented with it much yet.

--Glyn


# /etc/collectd/collectd.conf
#
# This collects data from all sensors detected by lm-sensors.

Hostname  "bluebottle"  #My netbook.
FQDNLookup false
BaseDir    "/var/lib/collectd"
Interval 20
LoadPlugin syslog
LoadPlugin rrdtool
<Plugin rrdtool>
    CacheTimeout 120
    CacheFlush 900
</Plugin>
LoadPlugin sensors

# end


Attachment: eeepc-rrd-graph.sh
Description: Bourne shell script

# /etc/fancontrol
#
# See fancontrol (8)
# and 
http://lists.alioth.debian.org/pipermail/debian-eeepc-devel/2008-October/001490.html
#
INTERVAL=10
FCTEMPS=hwmon1/pwm1=hwmon0/temp1_input
FCFANS=hwmon1/pwm1=hwmon1/fan1_input
MINTEMP=hwmon1/pwm1=53
MAXTEMP=hwmon1/pwm1=60
MINSTART=hwmon1/pwm1=50
MINSTOP=hwmon1/pwm1=40
#MINPWM=hwmon1/pwm1=
#MAXPWM=hwmon1/pwm1=


<<attachment: eeepc-fancontrol.png>>

_______________________________________________
Debian-eeepc-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel

Reply via email to