From: Stephen Soltesz Date: Wed, 9 Apr 2008 17:16:13 +0000 (+0000) Subject: - add a checked time to each record. X-Git-Tag: Monitor-1.0-1~9 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=d370066a499a4e66ed1ebf2f7ddc6acb54c16340;p=monitor.git - add a checked time to each record. --- diff --git a/findbadpcu.py b/findbadpcu.py index 5e08d15..ba3270d 100755 --- a/findbadpcu.py +++ b/findbadpcu.py @@ -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):