Skip to content

A Simple Way To Monitor Your Disks Temperature (With Telegram Notification)

License

Notifications You must be signed in to change notification settings

SexyWerewolf/Disk_Temperature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disk Temperature Monitor

Disclaimer

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.

project-image

Monitor your disk's temperatures with alerts via Telegram notifications.

Table of Contents

  1. Project Screenshots
  2. Features
  3. Installation
  4. Usage
  5. Contribution Guidelines
  6. License
  7. Creator

Project Screenshots:

project-screenshot project-screenshot project-screenshot

Features

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

Installation

  1. Install smartmontools

    sudo apt update
    sudo apt install smartmontools -y
  2. Clone the repository:

    git clone https://github.com/SexyWerewolf/Disk_Temperature.git
  3. Move and set permissions:

    sudo mv Disk_Temperature/disktemp /usr/local/bin/
    sudo chmod +x /usr/local/bin/disktemp
  4. Run the configuration:

    sudo disktemp -conf
  5. Start monitoring:

    disktemp

Usage

To keep the monitoring script running in the background, you should use tmux or screen.

Contribution Guidelines

  1. Fork the repository.
  2. Create a feature branch (git checkout -b feature/YourFeature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a Pull Request.

For bug reports or feature requests, please open an issue on GitHub.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Creator

This project was created by Dachi Wolf.

For more projects and information, visit GitHub Profile.

About

A Simple Way To Monitor Your Disks Temperature (With Telegram Notification)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages