mdi-monitor-dashboard
Monitor
Refresh all
Up
{{ upCount }}
Down
{{ downCount }}
Pending
{{ pendingCount }}
mdi-check-circle
mdi-circle-outline
mdi-alert-circle
{{ item.id }}
{{ item.latency }}
ms
--
{{ item.msg }}
mdi-refresh
mdi-chevron-down
mdi-history
Check history — {{ serverChecks(item.id).length }} entries
No checks recorded yet.
Time
Latency
Message
mdi-check-circle
mdi-circle-outline
mdi-alert-circle
{{ formatTime(check.timestamp) }}
{{ check.latency }} ms
--
{{ typeof check.msg === 'object' ? JSON.stringify(check.msg) : check.msg }}