KSH script to check the number of processes on a system and send an email if there are too many.
I liked this as it was simple, but had some nice elements that could be used elsewhere.
#!/bin/ksh # # Script to check for run away ftp processes. # 04/08 – Mike Byers
HOST=`uname -n` [...]
