- add a checked time to each record.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 9 Apr 2008 17:16:13 +0000 (17:16 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 9 Apr 2008 17:16:13 +0000 (17:16 +0000)
findbadpcu.py

index 5e08d15..ba3270d 100755 (executable)
@@ -235,6 +235,7 @@ def collectPingAndSSH(pcuname, cohash):
                errors['traceback'] = traceback.format_exc()
                print errors['traceback']
 
+       values['checked'] = time.time()
        return (pcuname, values, errors)
 
 def recordPingAndSSH(request, result):