Pulse/pkg
rcourtman 1a5b651979 fix: improve discovery performance and reliability
Discovery Fixes:
- Always update cache even when scan finds no servers (prevents stale data)
- Remove automatic re-add of deleted nodes to discovery (was causing confusion)
- Optimize Docker subnet scanning from 762 IPs to 254 IPs (3x faster)
- Add getHostSubnetFromGateway() to detect host network from container

Frontend Type Fixes:
- Fix ThresholdsTable editScope type errors
- Fix SnapshotAlertConfig index signature
- Remove unused variable in Settings.tsx

These changes make discovery faster, more reliable, and fix the issue where
deleted nodes would persist in the discovery cache or immediately reappear.
2025-10-18 22:59:40 +00:00
..
agents/docker feat: add docker agent command handling 2025-10-15 19:27:19 +00:00
discovery fix: improve discovery performance and reliability 2025-10-18 22:59:40 +00:00
pbs Improve PBS backup polling performance (#502) 2025-10-03 15:31:30 +00:00
pmg Adjust backup and snapshot alert handling 2025-10-18 20:11:01 +00:00
proxmox Expand monitoring and discovery test coverage 2025-10-16 08:17:08 +00:00
tlsutil chore: tidy repo formatting and linting 2025-09-29 20:19:18 +00:00