This commit is contained in:
henrygd
2025-09-09 17:13:15 -04:00
parent 956880aa59
commit a19ccc9263
2 changed files with 9 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
// Package agent handles the agent's SSH server and system stats collection.
// Package agent implements the Beszel monitoring agent that collects and serves system metrics.
//
// The agent runs on monitored systems and communicates collected data
// to the Beszel hub for centralized monitoring and alerting.
package agent
import (