X-Git-Url: http://git.onelab.eu/?p=monitor.git;a=blobdiff_plain;f=monitor%2Fwrapper%2Fplccache.py;fp=monitor%2Fwrapper%2Fplccache.py;h=d818e970de589f8d9e67f9bdd60881fc3fc80128;hp=4778a7dba819a72dc3d33694af1f74ff36db1516;hb=464898a6577bafdd22d212557f6341fe57349afb;hpb=92ae65ab284d12f25e03d6d980955e01045dba0a diff --git a/monitor/wrapper/plccache.py b/monitor/wrapper/plccache.py index 4778a7d..d818e97 100755 --- a/monitor/wrapper/plccache.py +++ b/monitor/wrapper/plccache.py @@ -163,7 +163,8 @@ def sync(): l_nodes = plc.api.GetNodes({'peer_id':None}, ['hostname', 'node_id', 'ports', 'site_id', 'boot_state', 'run_level', 'version', 'last_updated', 'date_created', 'key', - 'last_contact', 'pcu_ids', 'interface_ids']) + 'last_contact', 'pcu_ids', 'interface_ids', + 'last_boot', 'last_download', 'last_pcu_reboot', 'last_pcu_confirmation']) l_pcus = plc.api.GetPCUs() print >>sys.stderr, "sync sites"