Pulse/internal/hostagent
rcourtman 28ac86c8ab fix: reduce WebSocket reconnection log noise in host agent
Addresses #866 - agents were logging 'WebSocket connection failed' warnings
even during normal reconnection scenarios (server restart, network blip, etc).

Changes:
- Normal close errors (1000, 1001, connection reset) now log at Debug level
- Only log Warning after 3+ consecutive failures
- Changed 'Connecting to Pulse' from Info to Debug to reduce noise
- Successful connections still log at Info level

The WebSocket is only used for AI command execution, not metrics, so
transient disconnections don't affect monitoring functionality.
2025-12-22 14:11:23 +00:00
..
agent.go fix: Prevent buffering and log actionable error for host agent 403s. Related to discussion #845 2025-12-22 09:51:27 +00:00
agent_buffering_test.go Fix offline buffering: add tests, remove unused config, fix flaky test 2025-12-02 22:31:44 +00:00
agent_flushbuffer_test.go Add meaningful tests for host agent and exec websocket 2025-12-17 17:02:01 +00:00
agent_new_test.go hostagent: avoid identity collisions with MAC fallback (Related to #836) 2025-12-17 20:09:55 +00:00
agent_sensors_test.go Add meaningful tests for host agent and exec websocket 2025-12-17 17:02:01 +00:00
agent_test.go hostagent: avoid identity collisions with MAC fallback (Related to #836) 2025-12-17 20:09:55 +00:00
command_client_test.go hostagent: avoid host ID collisions and prefer LAN IP 2025-12-17 16:29:59 +00:00
commands.go fix: reduce WebSocket reconnection log noise in host agent 2025-12-22 14:11:23 +00:00
commands_connect_test.go Add meaningful tests for host agent and exec websocket 2025-12-17 17:02:01 +00:00
commands_execute_test.go Add meaningful tests for host agent and exec websocket 2025-12-17 17:02:01 +00:00
commands_registration_test.go Add meaningful tests for host agent and exec websocket 2025-12-17 17:02:01 +00:00
proxmox_setup.go hostagent: avoid host ID collisions and prefer LAN IP 2025-12-17 16:29:59 +00:00
proxmox_setup_test.go hostagent: avoid host ID collisions and prefer LAN IP 2025-12-17 16:29:59 +00:00
send_report_test.go hostagent: avoid host ID collisions and prefer LAN IP 2025-12-17 16:29:59 +00:00
version.go Add API token scopes and standalone host agent 2025-10-23 11:40:31 +00:00