Wednesday, November 9, 2011

munin + lm_sensors

How to graph munin graphin with lm-senosrs ...


If you рave installed lm_sensors and you want to build graphics of cpu temperature or fan speed  you can do it with munin. all you need  it install munin (if it is not installed yet ..). Then you must "activate" senseors plugin check_sensors .
Simply create sym links :

#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


for different linux distro path to sensors_ may be different !!!

you will have grapichs for fan speed, temperature and volt respectively.

don't forget restart munin-node, and after 5 minutes you will see first graphics

1 comment:

justsomedude... said...

Worked for me on Debian 9 with lm-sensors installed and munin.
Excellent advice!
Thanks,

Paul.