this post was submitted on 04 Jul 2023
7 points (81.8% liked)

unRAID

1270 readers
1 users here now

A community for unRAID users to discuss their projects.

founded 2 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] ticoombs@reddthat.com 1 points 2 years 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