#!/bin/sh if ps ax | grep -v grep | grep lantronix > /dev/null then # it's running else mail -s "LANTRONIX IS NOT RUNNING" ra.jones@hmds.org.uk fi