Remove agent heartbeat causing dashboard zero dropouts
All checks were successful
Build and Release / build-and-release (push) Successful in 1m9s

Agent heartbeat was sending empty AgentData every few seconds, causing
dashboard to display zero values for all metrics intermittently. Since
agent already transmits complete data every 1 second, heartbeat is
redundant. Dashboard will detect offline hosts via data timestamps.
This commit is contained in:
2025-11-24 15:03:20 +01:00
parent 4329cd26e0
commit 5394164123
5 changed files with 8 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cm-dashboard"
version = "0.1.135"
version = "0.1.136"
edition = "2021"
[dependencies]