RCS ids
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# $Id: heartbeat,v 1.2 2005/02/27 16:41:40 andreas Exp $
|
||||||
import sys, time, socket, os, signal
|
import sys, time, socket, os, signal
|
||||||
|
|
||||||
ADDR="204.29.161.33"
|
ADDR="204.29.161.33"
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# $Id: heartbeatmsg,v 1.2 2005/02/27 16:41:40 andreas Exp $
|
||||||
import time, socket
|
import time, socket
|
||||||
|
|
||||||
ADDR="204.29.161.33"
|
ADDR="204.29.161.33"
|
||||||
|
|||||||
+2
-1
@@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/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
|
import time, os, string, sys, socket, curses, atexit, select
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user