Update README.md

This commit is contained in:
2026-05-18 19:41:42 +01:00
parent 46426be547
commit 26ab923bf6

View File

@@ -114,14 +114,12 @@ raidtemp=$(megacli -AdpAllInfo -aAll | grep -i 'roc temperature' | awk '{print $
echo "The RAID controller's temperature is "$raidtemp" at $(date)" >> "$logfile"
```
Crontab Entry:
Crontab Entry, (this runs the script every 3 hours):
```
0 */3 * * * /home/charizard/myscripts/raidnotifier
```
This runs the check every 3 hours.
Logrotate Configuration File:
```