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


Article Comments

Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.

If you put this into an SSH script and put it into the directory that PRTG looks for scripts in, you will be able to set up an SSH Sensor with that script. The only thing that you will need to change is to format the result into a PRTG readable XML format. You can see more about how to set up this formatting under Setup->PRTG API.


Jun, 2015 - Permalink