Commit Graph

5 Commits

Author SHA1 Message Date
07c768a4cf feat: Implement data retention policy
- Replaced `data_storage.py` with `database.py` to use SQLite instead of a JSON file for data storage.
- Added an `enforce_retention_policy` function to `database.py` to delete data older than 7 days.
- Called this function in the main monitoring loop in `monitor_agent.py`.
- Added Docker container monitoring.
- Updated `.gitignore` to ignore `monitoring.db`.
2025-09-15 13:12:05 -05:00
77b55ccb1f Updated Known issues & Constraints 2025-08-20 12:20:54 -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