Greetings!
I would be exceptionally grateful if someone out there could share a script they use to send events (dial out to pager number w/alphanumeric or numeric number, either will do.
Already have a fairly simple script for mail notification, would like to embellish for paging:
if [ -z "`ps -ef | grep PRINTQ_DEAMON | grep -v grep`" ]
then
echo "Daemon Dead!" | mail me@somewhere.com
fi
Many Thanks,
-Michelle
I would be exceptionally grateful if someone out there could share a script they use to send events (dial out to pager number w/alphanumeric or numeric number, either will do.
Already have a fairly simple script for mail notification, would like to embellish for paging:
if [ -z "`ps -ef | grep PRINTQ_DEAMON | grep -v grep`" ]
then
echo "Daemon Dead!" | mail me@somewhere.com
fi
Many Thanks,
-Michelle