Files
heartbeat/hbd.sh
T
2010-04-02 11:09:05 +00:00

9 lines
204 B
Bash
Executable File

#!/bin/sh
# $Id: hbd.sh,v 1.1 2010/04/02 11:09:05 andreas Exp $
while true; do
/home/andreas/bin/hbd -f > /tmp/hbd.$$.log 2>&1
cat /tmp/hbd.$$.log | mail -s "hbd died" andreas@wrede.ca
sleep 10
done