From a479a7b39b021edd88e0f2f6122cb47f974046c2 Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 18 May 2026 19:05:27 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 662a805..9b00389 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,9 @@ This provides information about the array itself including the array's usable si ## Automated Monitoring -To automate monitoring of the RAID array's health and drive status I created a Bash script to email me, [utilizing my self hosted mail accounts](https://git.tobiastime.xyz/Tobias/Mail-Server), if any drive has a S.M.A.R.T alert or if the RAID array's health is reported as anything but optimal via MegaCLI. +To automate monitoring of the RAID array's health and drive status I created a Bash script ran every 3 hours with cronjobs to email me, [utilizing my self hosted mail accounts](https://git.tobiastime.xyz/Tobias/Mail-Server). + +It will sent a notification if any drive has a S.M.A.R.T alert or if the RAID array's health is reported as anything but optimal via MegaCLI. This saves me having to manually monitor and check the health of the drives and array, but will still bring anything requiring direct intervention to my attention affording me apt time to respond before an incident occurs.