Added Test Mode
This commit is contained in:
@@ -60,6 +60,9 @@ The script will start a continuous monitoring loop. Every 5 minutes, it will:
|
||||
|
||||
1. Collect simulated system and network data.
|
||||
2. Send the data to the local LLM for analysis.
|
||||
3. If the LLM detects an anomaly, it will send an alert to your configured Discord channel and broadcast a message to your Google Home speaker via Home Assistant.
|
||||
3. If the LLM detects a **high-severity** anomaly, it will send an alert to your configured Discord channel and broadcast a message to your Google Home speaker via Home Assistant.
|
||||
4. At the time specified in `DAILY_RECAP_TIME`, a summary of all anomalies for the day will be sent to the Discord channel.
|
||||
|
||||
The script will print its status and any detected anomalies to the console.
|
||||
|
||||
**Note on Mock Data:** The current version of the script uses mock data for system logs and network metrics. To use this in a real-world scenario, you would need to replace the mock data with actual data from your systems.
|
||||
|
||||
Reference in New Issue
Block a user