Skip to content

Commit

Permalink
DOC: Removed old HDD temp info added new script examples
Browse files Browse the repository at this point in the history
  • Loading branch information
reefland committed Jan 2, 2025
1 parent 1a62075 commit 61b21d6
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,19 @@ The script `36-diskstatus` will grep either *journalctl* or *syslog* for `smartd
If you use `50-fail2ban` you should comment out the `compress` option in `/etc/logrotate.d/fail2ban`,
so that the logs are not compressed and can be read by grep.

![screen_shot](screen_shot.png)

---

## HDDTemp Removed
### New and Improved ZFS Pool Usage

New script see `30-zpool-detailed`:
![Zpool Detailed Example](zpool_detailed_example.png)

The `hddtemp` utility was once the primary way to monitor and gather drive temperature information. However HDDTemp project is considered dead and no longer maintained. It is no longer included in many distribution repositories. Support for `hddtemp` has been removed. This script will get device temperature from `smartctl`.
* Shows zpool/datasets 2 levels down (configurable)
* Filters out datasets with less than 1% usage (configurable)

### My Original Docker Server Example

![screen_shot](screen_shot.png)

---

Expand Down

0 comments on commit 61b21d6

Please sign in to comment.