SSH Load göre mysql apache restart etme.

#/usr/bin/!
load="10"
komutcan=`top -b -n 1 | head -n 10 | grep average | awk '{print $12}' | cut -d, -f1 | cut -d. -f1`
if [ "$komutcan" -ge "$load" ]
then
echo "Son yeniden baslatma suresi: `date`" >> /var/log/sshload.load
# Kural ihlali durumunda yapılacak isler alt kısma girilecek
# Suyunu cikartirsaniz sonucu kotu olabilir 8)
service httpd restart
service mysql restart
service exim restart
# Kural Sonu
fi

nano /usr/bin/SSHLoad
chmod +x /usr/bin/SSHLoad

daha sonra

crontab’a ekleyin…

crontab -e