Server :
Apache
System :
Linux server1.cbinetwhm.bi 4.18.0-553.123.1.el8_10.x86_64 #1 SMP Tue May 5 04:00:43 EDT 2026 x86_64
User :
fenacobu (1017)
PHP Version :
8.1.34
Disable Functions :
NONE
Current Directory :
/opt/
Directory Status:
Not Writeable | Document Root:
Writeable
Upload File
Viewing: //opt/disk8.sh
#!/bin/bash
SPACE_LIMIT=50
USED_LIMIT=$(df -h | grep '/' | awk '$NF=="/"{printf " : %s\n Used : %dGB\n Size : %dGB\n Avaliable : %.fGB \n", $5,$3,$2,$4}')
#USED_LIMIT=$(df -h | awk '$NF=="/home" "/"{printf " : %s\n Used : %dGB\n Size : %dGB\n Avaliable : %.fGB \n", $5,$3,$2,$4}')
if [ "$USED_LIMIT" > "$SPACE_LIMIT" ]; then
mail -s "Disk Space Alert on DailyBuild Server" anthony@cbinet.net <<EOF
Your Disk Space is Running Low Now Used Percentage is $USED_LIMIT
EOF
fi
Cyb3r Drag0nz Team • Google Edition