PTah
6ad59c9990
fix: ограничить пул Postgres и реже писать прогресс скана
...
- DB_MAX_OPEN_CONNS (25), DB_MAX_IDLE_CONNS (10), DB_CONN_MAX_LIFETIME_SEC (1800)
- Throttle UpdateScan прогресса в Runner (500ms), меньше одновременных запросов к БД
Устраняет FATAL too many clients при больших сканах и частом опросе GetScan
Made-with: Cursor
2026-04-13 15:33:25 +10:00
Луценко Андрей Анатольевич
a782d36af9
feat(admin): очистка всех сканов — POST /api/admin/purge-scans + UI (NETTOPO_RESET_DB_SECRET)
...
Made-with: Cursor
2026-04-10 16:08:35 +10:00
Andrey Lutsenko
cca4477792
Add SNMP v2c probing and results endpoint.
...
Probe sysName/sysDescr/sysObjectID for alive hosts, persist SNMP outcomes, and expose scan SNMP data via REST.
Made-with: Cursor
2026-04-09 21:56:31 +10:00
Andrey Lutsenko
43cb339605
Add scan queue execution and listing endpoint.
...
Run scans in background with progress/status updates and store scan metrics in memory or PostgreSQL.
Made-with: Cursor
2026-04-09 21:49:38 +10:00
Andrey Lutsenko
284794ec8d
Initial scaffold and technical specification
...
Made-with: Cursor
2026-04-09 21:40:04 +10:00