basic display of nodes, pcus, and sites.
[monitor.git] / monitor / database / info / history.py
index c871c78..dc53860 100644 (file)
@@ -40,8 +40,14 @@ class HistorySiteRecord(Entity):
 
        nodes_total = Field(Int,default=0)
        nodes_up = Field(Int,default=0)
+       slices_total = Field(Int,default=0)
        slices_used = Field(Int,default=0)
 
+       # all nodes offline and never-contact.
+       new = Field(Boolean,default=False)
+
+       enabled = Field(Boolean,default=False)
+
        status = Field(String,default="unknown")
 
        @classmethod