cm-dashboard/shared/Cargo.toml
Christoffer Martinsson 9d0f42d55c
All checks were successful
Build and Release / build-and-release (push) Successful in 1m8s
Fix filesystem usage_percent parsing and remove hardcoded status
1. Add missing _fs_ filter to usage_percent parsing in dashboard
2. Fix agent to use calculated fs_status instead of hardcoded Status::Ok

This completes the disk collector auto-discovery by ensuring filesystem
usage percentages and status indicators display correctly.
2025-11-23 16:47:20 +01:00

10 lines
217 B
TOML

[package]
name = "cm-dashboard-shared"
version = "0.1.118"
edition = "2021"
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
chrono = { workspace = true }
thiserror = { workspace = true }