Skip to content

Bash script that checks system temperature and sends an email alert if it goes over a limit

License

Notifications You must be signed in to change notification settings

cristiandiiorio/temperature_check_email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

temperature_check_email

What is this?

This is a simple bash script that checks the system's temperature and sends an email alert when the temperature goes over a threshold.

The temperature check is done using bash while the email side of things is handled by pyhton.

What do I need to change in order to make it work?

In the variables.env file, there are four environment variables:

temp_limit
email_password
sender_email
receiver_email

Make sure to modify the placeholder values.

About

Bash script that checks system temperature and sends an email alert if it goes over a limit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published