Got some extreme warm weather coming and I’m going to be out of town for a while. Can’t trust the inlaws staying here to do anything server related.

Anyone know of a plugin or script to automatically shutdown if the system temp is too high?

  • Tiff
    link
    fedilink
    English
    11 year ago

    I know it’s possible to get the system temperature from sensors. Which gets the info from /sys/class/thermal

    You could probably write a wrapper around the temperature from there and when it gets to 100? Perform a shutdown