diff --git a/README.md b/README.md index 9d1b82a..65fcd34 100644 --- a/README.md +++ b/README.md @@ -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: ```