Database Structure

Structure of Diagnostic ( 0 rows )

Field Type Null Key Default Extra
epoch int(10) unsigned   MUL    
priority tinyint(3) unsigned        
source varchar(32)   MUL    
message varchar(128)        

Structure of Link ( 576 rows )

Field Type Null Key Default Extra
id int(10) unsigned   PRI   auto_increment
owner int(10) unsigned   MUL    
href varchar(128)   MUL    
md5 varchar(64)        
lastresponse int(10) unsigned        
lastcheck int(10) unsigned        
nextcheck int(10) unsigned        
gap tinyint(4)     7  
system varchar(64)        
state enum('waiting','active','suspended')     waiting  
notify enum('change','warning','error')     error  
threshold tinyint(4)     5  
count tinyint(4)        

Structure of Owner ( 2 rows )

Field Type Null Key Default Extra
id int(10) unsigned   PRI   auto_increment
name varchar(32)        
email varchar(64)        
limited enum('y','n')     y  


Back