Disclaimer: This project is provided "as-is" without any warranties or guarantees. Use it at your own risk. The authors are not responsible for any damages or issues that arise from the use of this software. By using this project, you acknowledge and agree to these terms.
Monitor your disk's temperatures with alerts via Telegram notifications.
Here're some of the project's best features:
- Add Disk
- Remove Disk
- Set Global Critical Temperature
- Set Critical Temperature Per Disk
- Change Bot Token & Chat ID
-
Install smartmontools
sudo apt update sudo apt install smartmontools -y
-
Clone the repository:
git clone https://github.com/SexyWerewolf/Disk_Temperature.git
-
Move and set permissions:
sudo mv Disk_Temperature/disktemp /usr/local/bin/ sudo chmod +x /usr/local/bin/disktemp
-
Run the configuration:
sudo disktemp -conf
-
Start monitoring:
disktemp
To keep the monitoring script running in the background, you should use tmux
or screen
.
- Fork the repository.
- Create a feature branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a Pull Request.
For bug reports or feature requests, please open an issue on GitHub.
This project is licensed under the MIT License. See the LICENSE file for details.
This project was created by Dachi Wolf.
For more projects and information, visit GitHub Profile.