Fix heartbeat detection to properly detect offline hosts
All checks were successful
Build and Release / build-and-release (push) Successful in 2m34s
All checks were successful
Build and Release / build-and-release (push) Successful in 2m34s
- Add independent heartbeat checking timer (1 second interval) separate from metric reception - Move get_connected_hosts() call outside metric receive condition to run periodically - Remove duplicate update_hosts() call from metric processing to avoid redundancy - Ensure offline host detection works even when no new metrics are received - Fix issue where hosts going offline were never detected due to conditional heartbeat check - Heartbeat timeouts now properly detected within configured timeout + 1 second - Bump version to 0.1.62
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cm-dashboard"
|
||||
version = "0.1.61"
|
||||
version = "0.1.62"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user