feat: host heartbeat status and dashboard metrics (2.2)

Track agent.heartbeat and report.daily.ssh per host; show online/stale
on Hosts UI; dashboard counters and SAC_HEARTBEAT_STALE_MINUTES config.
This commit is contained in:
PTah
2026-05-27 13:36:17 +10:00
parent 9ba3c4b63b
commit 04301ab359
14 changed files with 246 additions and 4 deletions
+14
View File
@@ -160,6 +160,10 @@ pre {
margin: 0.25rem 0 0.5rem;
}
.dash-card.dash-warn {
border-color: #ff6b6b;
}
.severity-list {
list-style: none;
padding: 0;
@@ -168,6 +172,16 @@ pre {
gap: 1rem;
}
.agent-online {
color: #6bcb77;
}
.agent-stale {
color: #ff6b6b;
}
.agent-unknown {
color: #9aa4b2;
}
.live-badge {
color: #6bcb77;
font-size: 0.85rem;