for i in apache named mysql exim cpanel pop spamd ghgh do ps aux | grep $i | grep -v grep > /dev/null if [ $? -ne 0 ] then echo "$i..ERROR!! NOT RUNNING" else echo "$i..OK" fi done