[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] More pinger work. Almost done!



Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv18077

Modified Files:
	TODO 
Log Message:
More pinger work.  Almost done!
- Make nearly all intervals configurable
- Change update logic to handle the time between the last connection
  attempt and the end of the day correctly.
- Actually delete ancient data as promised.
- Schedule pings based on server-held secret, to make ping timing less
  predictable.


Index: TODO
===================================================================
RCS file: /home/minion/cvsroot/src/minion/TODO,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -d -r1.224 -r1.225
--- TODO	13 Dec 2004 07:06:09 -0000	1.224
+++ TODO	20 Dec 2004 04:16:20 -0000	1.225
@@ -33,8 +33,10 @@
                           across invocations.
                         o Tests for pinging
                 o Save stats to disk
-                - Make more ping parameters configurable.
-                - Performance/data examination: is disk usage too insanely high?
+                o Make more ping parameters configurable.
+                o Fix how uptime is computed: handle edges of days correctly
+                o Performance/data examination: is disk usage too insanely high?
+                - Too many constants in Pinger.py; fix them.
                 - Document.  Describe how to replace sqlite with pg or mysql.
         . Distributed directories
                o Spec changes