From 61b21d69bde716a989ae31a23e74b22701d048b0 Mon Sep 17 00:00:00 2001 From: Richard Durso <16230914+reefland@users.noreply.github.com> Date: Thu, 2 Jan 2025 12:59:49 -0500 Subject: [PATCH] DOC: Removed old HDD temp info added new script examples --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b6467a..d2fa5b1 100644 --- a/README.md +++ b/README.md @@ -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) ---