Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.17 KB

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 - [email protected]

DevTeam

ARMADA 429

  • Lorenzo "Saibal" Forti

License

MIT