Pulse/pkg
rcourtman b640347a78 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 Fix settings security tab navigation 2025-10-11 23:29:47 +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 Fix settings security tab navigation 2025-10-11 23:29:47 +00:00