RSS Git Download  Clone
Raw Blame History
#!/bin/sh

if ps ax | grep -v grep | grep lantronix > /dev/null
then
    # it's running; uncomment to test:
    # mail -s "LANTRONIX SOCKET IS OK" ra.jones@hmds.org.uk
else
    mail -s "LANTRONIX SOCKET IS DOWN" ra.jones@hmds.org.uk
fi