SyMon icon indicating copy to clipboard operation
SyMon copied to clipboard

Temperature?

Open asyba opened this issue 3 years ago • 1 comments

Can you add temperature metric for raspberry pi ?

asyba avatar Jan 15 '23 01:01 asyba

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)

image

dhamith93 avatar Jan 16 '23 04:01 dhamith93