feat: Implemented expanded monitoring

This commit is contained in:
2025-08-18 12:55:49 -05:00
parent 9ac382e23e
commit 9159520e8f
2 changed files with 68 additions and 2 deletions

View File

@@ -33,6 +33,12 @@ The project will be composed of the following files:
- The agent must be able to collect and parse network metrics.
- The parsing of this data should result in a structured format (JSON or Python dictionary).
### 3.3. Monitored Metrics
- **CPU Temperature**: The agent will monitor the CPU temperature.
- **GPU Temperature**: The agent will monitor the GPU temperature.
- **System Login Attempts**: The agent will monitor system login attempts.
### 3.3. LLM Analysis
- The agent must use a local LLM (via Ollama) to analyze the collected data.