Munin + Raspberry Pi + temperature
Quick hack to get Munin to graph the cpu temperature.
First of all, install Munin and make sure it’s working.
Then follow these steps:
- We’ll use cron to write the current temp to a log file. We do this because I wasn’t able to get Munin to directly execute the command (error:
temp.value VCHI initialization failed)
Execute crontab -e and add this line (this has to be on one line):
