Pulse/pkg
rcourtman 7c00055047 feat: unify and improve Proxmox discovery/scanning architecture
Replaced inconsistent per-product detection logic with a unified probe
architecture using confidence scoring and product-specific matchers.

Key improvements:
- PBS detection now inspects TLS certs, auth headers (401/403), and
  probes PBS-specific endpoints (/api2/json/status, /config/datastore)
  fixing false negatives for self-signed and auth-protected servers
- PMG detection uses header analysis first, then conditional endpoint
  probing, working consistently regardless of port
- Single unified probeProxmoxService() replaces separate checkPort8006()
  and checkServer() code paths, eliminating duplication
- Confidence scoring (0.0-1.0+) with evidence tracking for debugging
- Consolidated hostname resolution and version handling

Technical changes:
- Added ProxmoxProbeResult with structured evidence and scoring
- Added product matchers: applyPVEHeuristics, applyPMGHeuristics,
  applyPBSHeuristics
- Removed legacy methods: checkPort8006, checkServer, isPMGServer,
  detectProductFromEndpoint, and duplicate hostname helpers
- Updated all tests to use new unified probe architecture
- Added probe_test_helpers.go for test access to internal methods

All tests passing. Fixes PBS detection issues and improves consistency
across PVE/PMG/PBS discovery.
2025-10-21 13:09:41 +00:00
..
agents/docker feat: add docker agent command handling 2025-10-15 19:27:19 +00:00
discovery feat: unify and improve Proxmox discovery/scanning architecture 2025-10-21 13:09:41 +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 feat: add professional logging with runtime configuration and performance optimization 2025-10-20 15:13:38 +00:00
tlsutil Fix settings security tab navigation 2025-10-11 23:29:47 +00:00