From 1c882e38f77cb7048d32ab4f5b32d9b73441bf25 Mon Sep 17 00:00:00 2001 From: "andrea.noni" Date: Wed, 30 Oct 2024 19:25:41 +0100 Subject: [PATCH] rewritten disk checks btrfs because of raid1 or single disk, added warning --- disks_checks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disks_checks.sh b/disks_checks.sh index 8c9cf09..250da8b 100755 --- a/disks_checks.sh +++ b/disks_checks.sh @@ -19,7 +19,7 @@ ## The first part of this script checks for disk usage and alerts if it exceeds 94% ## The second part of this script checks for missing disks on btrfs raid1 devices and alerts ntfy in case of missing devices -## The third part of this script checks for read/write errors on disks in mounted partitions and alerts ntfy in case of errors +## The third part of this script checks for read/write errors on disks in mounted partitions and alerts ntfy in case of errors (WARNING: only checked with 1 or 2 max disks in array) # the ntfy instance where you are senfing alerts to: topicurl=https://NTFY_SERVER_IP/disk_alerts