Warning: Undefined array key "enable_lazyload_videos" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/reco-functions.php on line 129
Disk Bilgilendirme Script ‘i – Murat Uğur Eminoğlu
Warning: Undefined array key "custom_scripts" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 48

Press enter to see results or esc to cancel.

Disk Bilgilendirme Script ‘i

#!/bin/bash
# Belirlediginiz degerlerin ustune cikarsa uyari maili atar
# Murat Ugur EMINOGLU | fedoraturkiye.com | 01.10.2007
# Version unknown
DF=`/bin/df | grep -E “85%|90%|95%|99%” > /tmp/disk`
EPOSTA=”murat@fedoraturkiye.com”
COUNT=0
if [ $COUNT -eq `cat /tmp/disk | wc -l` ]; then
exit
else
mail -s “Disk Bilgilendirme Mesaji” $EPOSTA < /tmp/disk
fi
Sevgiyle.


Warning: Undefined array key "custom_scripts_footer" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 58