researching on the web I found that it is possible to monitor the temperature are the cpu or MB linux with lmsensors team, has anyone tried a different solution, eg SNMP,
Help!
Help!
UserParameter=system.temp0, sensors | awk '/^Ch. 0/ {print substr($5,2,4);}'
UserParameter=system.temp0, sensors | awk '/^Ch. 0/ {print substr($5,2,4);}'
Comment