====== lm-sensor lmsensor ======
CPU-Temperatur:
[[http://wiki.kartbuilding.net/index.php/Munin_Statistics#Temperature_Monitoring_with_Munin]]
Temperature Monitoring with Munin
This is with a 2.6 kernel and udev!
apt-get install lm-sensors
sensors-detect
// The above should edit /etc/modules and include extra lines. The next line adds the sensors in manually (not to the file tho!)
modprobe -a i2c-viapro i2c-isa eeprom w83627hf
//A reboot should sort everything. (Cant remember if a reboot is required or not.)
Onto config of Munin. All munin templates are kept in /usr/share/munin/plugins.
ln -s /usr/share/munin/plugins/sensors_ /etc/munin/plugins/sensors_fan
ln -s /usr/share/munin/plugins/sensors_ /etc/munin/plugins/sensors_temp
ln -s /usr/share/munin/plugins/sensors_ /etc/munin/plugins/sensors_volt
The above lines should pick up all required - and should not need editing - once the sensor modules are included.
Test Sensors Test the sensors by simply going:
sensors
http://www.debian-administration.org/articles/229
http://munin.projects.linpro.no/wiki/Documentation
http://www.debianhelp.co.uk/munin.htm
http://www.debian-administration.org/articles/327
http://munin.projects.linpro.no/wiki/PluginCat
http://www.valerie-et-guillaume.com/categorie/geek/
Achtung: Das bei Epia benötigte Modul vt1211 hat es erst ab Kernel 2.6.19 reingeschafft.
The vt1211 module has finally made it to the kernel and is included in 2.6.19.
Ich hab derzeit 2.6.18 (uname -r, um Version rauszukriegen oder cat /proc/version)
'Offline'-Version:
http://hem.bredband.net/ekmlar/vt1211.html