Skip to content

Shell script to monitor HD temperature (and shutdown the server if needed). Need hddtemp installed

Notifications You must be signed in to change notification settings

saiballo/hdmonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

hdmonitor

Shell script to monitor HD temperature (and shutdown the server if needed)

HD MONITOR

Bash script to monitor HD temperature (and shutdown the server if needed)

Usage: for example add crontab command to monitor temperature

*/4 * * * * root /path/to/script/s_hddtemp-monitor.sh > /dev/null 2>&1

  MIT license

Stack

  • Require hddtemp installed: "sudo apt install hddtemp"

  • Require notify-send installed (default on ubuntu/debian)

  • Optional smtp softare as ssmtp

Usage

sh s_hddtemp-monitor.sh

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Authors and acknowledgment

Lorenzo "Saibal" Forti - lorenzo.forti@gmail.com

DevTeam

ARMADA 429

  • Lorenzo "Saibal" Forti

License

MIT

About

Shell script to monitor HD temperature (and shutdown the server if needed). Need hddtemp installed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages