From 7697562bafbfe713563e2bafda469f51e09f3ca6 Mon Sep 17 00:00:00 2001 From: andreas Date: Sun, 27 Feb 2005 16:41:40 +0000 Subject: [PATCH] RCS ids --- heartbeat | 2 +- heartbeatmsg | 2 +- watcharnsberg | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/heartbeat b/heartbeat index 40104ae..d8e71ae 100755 --- a/heartbeat +++ b/heartbeat @@ -1,5 +1,5 @@ #!/usr/bin/env python - +# $Id: heartbeat,v 1.2 2005/02/27 16:41:40 andreas Exp $ import sys, time, socket, os, signal ADDR="204.29.161.33" diff --git a/heartbeatmsg b/heartbeatmsg index 0661bdd..ce2129e 100755 --- a/heartbeatmsg +++ b/heartbeatmsg @@ -1,5 +1,5 @@ #!/usr/bin/env python - +# $Id: heartbeatmsg,v 1.2 2005/02/27 16:41:40 andreas Exp $ import time, socket ADDR="204.29.161.33" diff --git a/watcharnsberg b/watcharnsberg index b240569..4cd77f3 100755 --- a/watcharnsberg +++ b/watcharnsberg @@ -1,5 +1,6 @@ #!/usr/bin/env python -# watch all ip addresses for Telekom in Arnsberg for a icmp packet +# $Id: watcharnsberg,v 1.2 2005/02/27 16:41:40 andreas Exp $ +# Wait for heartbeat messages and act on them (or their absence) # import time, os, string, sys, socket, curses, atexit, select