Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
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