mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 00:17:39 +01:00
The sensor proxy approach for temperature monitoring has been superseded by the unified agent architecture where host agents report temperature data directly. This removes: - cmd/pulse-sensor-proxy/ - standalone proxy daemon - internal/tempproxy/ - client library - internal/api/*temperature_proxy* - API handlers and tests - internal/api/sensor_proxy_gate* - feature gate - internal/monitoring/*proxy_test* - proxy-specific tests - scripts/*sensor-proxy* - installation and management scripts - security/apparmor/, security/seccomp/ - proxy security profiles Temperature monitoring remains available via the unified agent approach.