Commit Graph

10 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
bebedb1e15 Trying to help the LLM 2025-08-23 16:04:49 -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
63ee043f34 Completed NMAP & Refactoring 2025-08-20 15:16:21 -05:00
dd673829d2 Nmap... working? 2025-08-20 12:51:11 -05:00
524120c9f2 Watch over Temps 2025-08-18 14:32:39 -05:00
3d74bf13f5 Added Test Mode 2025-08-17 20:44:38 -05:00
cb3f04f2b1 Now Calling the correct package 2025-08-15 15:19:46 -05:00
beca1e7abf Updated Config 2025-08-15 14:24:05 -05:00
89902dfd6b feat: Implement monitor agent 2025-08-15 14:04:09 -05:00