# CPU temperature threshold — alerts once while over 60c, one recovery message. # lm-sensors (in preinstall PACKAGES). Chip names differ per machine — check # `sensors -u` for the real key and pin the chip (a bare grep can match a # different chip's temp1_input first). INTERVAL=5m NOTIFY=threshold MSG=CPU too hot RULE="> 60c" COMMAND=sensors -u coretemp-isa-0000 | awk '/Package id 0:/{f=1} f && /temp1_input:/{print $2; exit}'