Commit Graph

15 Commits

Author SHA1 Message Date
ff7bbb98d0 feat: Filter out temperature fluctuations with differences less than 5 degrees 2025-08-21 13:20:03 -05:00
57d7688c3a feat: Filter out small RTT fluctuations in LLM prompt
- Update the LLM prompt to instruct it to ignore RTT fluctuations below 10 seconds.
- Update PROGRESS.md to reflect the completion of the task.
2025-08-21 12:34:12 -05:00
83b25d81a6 feat: Add hostname resolution to Nmap scans
- Add -R flag to Nmap scan options to enable reverse DNS lookup.
- Modify the Nmap processing logic to extract and store hostnames.
- Update PROGRESS.md to reflect the completion of the task.
2025-08-21 12:32:40 -05:00
7e24379fa1 feat: Restrict alerts to a defined time window
- Add a function to check if the current time is within the alerting window (9am - 12am).
- Modify the alerting logic to only send alerts during this window.
- Update PROGRESS.md to reflect the completion of the task.
2025-08-21 12:28:08 -05:00
d03018de9b feat: Log LLM responses to console
- Add a StreamHandler to the logger to output all logs to the console.
- Log the LLM response to the console for real-time monitoring.
- Update PROGRESS.md to reflect the completion of the task.
- Fix a syntax error in monitor_agent.py.
2025-08-21 12:18:08 -05:00
f65b2d468d feat: Implement daily log rotation
- Add logging to monitor_agent.py to replace print statements.
- Configure TimedRotatingFileHandler to keep logs for the past 24 hours.
- Update .gitignore to exclude the new log file.
- Update PROGRESS.md to reflect the completion of the task.
2025-08-21 12:15:36 -05:00
e119bc7194 feat: Update baseline calculations and LLM prompts
- Change baseline calculations to use integers instead of floats to simplify data.
- Update LLM constraints and prompt for more accurate anomaly detection.
- Refine known_issues to reduce false positives.
- Update PROGRESS.md with new TODO items.
2025-08-21 12:12:15 -05:00
c5a446ea65 Updated Docs 2025-08-20 15:38:22 -05:00
dd673829d2 Nmap... working? 2025-08-20 12:51:11 -05:00
0169483738 Converted Responses to JSON, improved severity detection, and built a known issues feed 2025-08-20 12:06:11 -05:00
7eaff1d08c Added NMAP planning and updated constraints 2025-08-19 15:57:31 -05:00
b5e6ae3918 Somehow, working perfectly 2025-08-19 15:37:16 -05:00
692e372ef3 Working with Live Data 2025-08-19 15:11:48 -05:00
f15cd12fbf Updated Future Plans 2025-08-18 15:07:32 -05:00
524120c9f2 Watch over Temps 2025-08-18 14:32:39 -05:00