feat/distributed-monitoring #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/distributed-monitoring"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
EndpointCard renders one badge per agent observed in the latest results, greyed out when the agent is currently flagged stale. New /agents route + AgentsList view show each agent's last-seen timestamp and a Stale/Healthy pill. Header on the home view gets a small Agents button (next to refresh) with a red dot when any agent is stale, so dashboard users notice silent agents without leaving the page. web/static/{app.css,app.js,chunk-vendors.js} are the regenerated build artifacts (web/static is //go:embed-ed into the Go binary at compile time so they must ship together with the Vue source changes).