This is a script to monitor disk space usage and send email alerts if usage exceeds a specified threshold.
You can download and install the script using wget or curl.
wget https://raw.githubusercontent.com/CatoffGaming/server-disk-warning-emailer/main/disk_space_monitor.sh -O /usr/local/bin/disk_space_monitor.sh
chmod +x /usr/local/bin/disk_space_monitor.shcurl -o /usr/local/bin/disk_space_monitor.sh https://raw.githubusercontent.com/CatoffGaming/server-disk-warning-emailer/main/disk_space_monitor.sh
chmod +x /usr/local/bin/disk_space_monitor.shdisk_space_monitor.sh [OPTIONS]-a, --add EMAILAdd a new email to the notification list.-r, --remove EMAILRemove an email from the notification list.-l, --listList all registered email addresses.-c, --checkCheck the disk usage and send alerts if necessary.-t, --threshold NUMBERSet a custom disk usage threshold.-s, --setup-postfixAutomate the Postfix setup process.-T, --test-email EMAILSend a test email to verify configuration.-h, --helpDisplay this help message.
disk_space_monitor.sh --add your_email@gmail.com
disk_space_monitor.sh --threshold 10
disk_space_monitor.sh --check