- add a checked time to each record.
[monitor.git] / 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):