core0 temp monitor

This commit is contained in:
ackman678
2021-09-19 11:44:09 -07:00
parent 78bead0980
commit 1a57bffa84

View File

@@ -84,6 +84,6 @@ run_watch DHCP {
#update the following device path for temp1_input as needed
cpu_temperature 0 {
format = "%degrees °C"
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon*/temp1_input"
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon*/temp2_input"
}