Is there a way to monitor a Linux machine temperature using an SSH script? Currently to get the temperature I use this command.
/opt/vc/bin/vcgencmd measure_temp
This command will return this:
temp=51.4'C
Any way I can use this with PRTG SSH?
Thanks
Add comment