merged registration heartbeat metrics

This commit is contained in:
2025-07-29 11:15:38 +02:00
parent 76f16d863f
commit b04b9382dc
2 changed files with 400 additions and 2 deletions

View File

@@ -2,5 +2,18 @@
name = "WatcherAgent"
version = "0.1.0"
edition = "2021"
authors = ["Patrick Mahnke-Hartmann <https://github.com/donpat1to>"]
description = "A client heartbeat sender for CS monitoring"
license = "MIT"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
tokio = { version = "1.37", features = ["full"] }
local-ip-address = "0.5"
reqwest = { version = "0.11", default-features = false, features = ["json", "blocking", "cookies", "rustls-tls"] }
serde_json = "1.0"
sysinfo = "0.30"
metrics = "0.24.2"
chrono = "0.4"
nvml-wrapper = "0.10"