
id : char(36)
|

user_id : char(36)
|

project_id : char(36)
|

name : varchar(500)
|

host : varchar(255)
|

host_norm : varchar(255)
|

port : int(11)
|

protocol : enum('http','https','tcp')
|

path : varchar(1024)
|

method : varchar(16)
|

expected_status : int(11)
|

timeout_ms : int(11)
|

label : varchar(255)
|

status : enum('online','offline','checking','degraded')
|

last_checked_at : bigint(20)
|

last_online_at : bigint(20)
|

last_offline_at : bigint(20)
|

last_changed_at : bigint(20)
|

uptime_start : bigint(20)
|

downtime_start : bigint(20)
|

total_uptime : bigint(20)
|

total_downtime : bigint(20)
|

response_time : int(11)
|

avg_response_time : int(11)
|

failure_count : int(11)
|

success_count : int(11)
|

history_json : longtext
|