Tag: sensors
Gnome hddtemp/sensors applet
by z3n on May.08, 2009, under Linux Happyness
Problem:
Monitor hardware, harddisk and other temperature, voltage and fan.
Solution:
yum install lm_sensors hddtemp gnome-applet-sensors
run sensors-detect to detect hardware sensors
then edit /etc/sysconfig/hddtemp and add your disks there
for multiple disks, example:
HDDTEMP_OPTIONS=”/dev/sd[abcdefg..]“
then you just need to run hddtemp and lm_sensors as deamon and done!
Note: if can’t see the Hardware monitor applet at gnome, read this.
Source: