diff --git a/hbd b/hbd index 3def04a..7e9116d 100755 --- a/hbd +++ b/hbd @@ -1,10 +1,11 @@ #!/usr/bin/env python -# $Id: hbd,v 1.3 2005/07/20 14:03:46 andreas Exp $ +# $Id: hbd,v 1.4 2005/07/21 16:02:39 andreas Exp $ # Wait for heartbeat messages and act on them (or their absence) # import time, os, string, sys, socket, curses, atexit, select, SocketServer, getopt - +False=0 +True=1 LOGFILE="/home/andreas/public_html/messages/andreas" hosts={}