I've removed the lines which shut your server down and send you the email. You can re-enable them (by removing the # from the start of the line) once you're happy.
The msg.txt file referred to in the script contains the following:
Code: Select all
To: youremail@gmail.com
From: youremail@gmail.com
Subject: CPU/Drive Temperature Exceeded
The server has shut down!
From what I've read "temp2" is the CPU and temp3 is the northbridge. Temp1 is "the system" whatever that might be. If you don't want all 3 of them monitored then change the line in the script which reads "for i in 1 2 3" to whatever numbers you want to check. So, "for i in 2 3" for example.
Let me know how you get on.
Ian.