From 6a2d462ec733016c5e5df846d809fad8ba88d68f Mon Sep 17 00:00:00 2001 From: Patrick Mahnke-Hartmann Date: Fri, 19 Sep 2025 14:23:59 +0200 Subject: [PATCH] check tagging --- WatcherAgent/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WatcherAgent/src/main.rs b/WatcherAgent/src/main.rs index 8ccdb00..08fca4d 100644 --- a/WatcherAgent/src/main.rs +++ b/WatcherAgent/src/main.rs @@ -1,6 +1,6 @@ /// WatcherAgent - A Rust-based system monitoring agent /// This agent collects hardware metrics and sends them to a backend server. -/// It supports CPU, GPU, RAM, disk, and network metrics. +/// It supports CPU, GPU, RAM, disk and network metrics. pub mod api; pub mod hardware; pub mod metrics;