From 65d31514a1c6397fa043ba8b168a26d368bec79c Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sat, 11 Oct 2025 13:38:42 +0200 Subject: [PATCH] Updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43adbaa..9eb918e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CM Dashboard -CM Dashboard is a Rust-powered terminal UI for real-time monitoring of CMTEC infrastructure hosts. It aggregates SMART, service, and backup metrics from the existing CMTEC APIs and presents them in an efficient, keyboard-driven interface built with `ratatui`. +CM Dashboard is a Rust-powered terminal UI for real-time monitoring of CMTEC infrastructure hosts. It subscribes to the CMTEC ZMQ gossip network where lightweight agents publish SMART, service, and backup metrics, and presents them in an efficient, keyboard-driven interface built with `ratatui`. ``` ┌──────────────────────────────────────────────────────────────────────────────┐ @@ -30,7 +30,7 @@ CM Dashboard is a Rust-powered terminal UI for real-time monitoring of CMTEC inf ## Requirements - Rust toolchain 1.75+ (install via [`rustup`](https://rustup.rs)) -- Access to CMTEC monitoring APIs on ports 6127, 6128, and 6129 from the machine running the dashboard +- Network access to the CMTEC metrics gossip agents (default `tcp://:6130`) - Configuration files under `config/` describing hosts and dashboard preferences ## Installation