Script for checking CPULOAD and send email to admin
This script is very useful for system admins, it checks Cpuload and get info of which process takes the cpuload, if cpuload is or above 70% it sends alert email to admin ============================== #!/bin/bash # Shell script to monitor or watch the high cpu-load # It will send an email to $ADMIN, if the (cpu …