SyMon
SyMon copied to clipboard
Temperature?
Can you add temperature metric for raspberry pi ?
I will try to add it as a default metric.
In the meantime, you can use custom metric feature to record CPU temp on raspberry pi. Setting up a cron to run the below command periodically should collect and display CPU temp on a graph in custom metrics section.
./agent_linux_x86_64 -custom -name='cpu-temp' -unit='°C' -value=$(vcgencmd measure_temp | tr -d temp=\'C)
