Unleash Your Server Potential with Expert Insights
Over $120 Million in Payouts!Sponsored by: FundingTicks
Sponsored by: FundingTicks
Category: Bash
#!/bin/bash\nUSED=$(df -h / | awk 'NR==2{print $5}' | cut -d% -f1)\n[ $USED -gt 80 ] && echo \"Disk full\" | mail -s \"Alert\" admin@email.com
./disk_alert.sh