mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-27 16:56:42 +00:00
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. |
||
|---|---|---|
| .. | ||
| agent.go | ||
| agent_buffering_test.go | ||
| agent_flushbuffer_test.go | ||
| agent_new_test.go | ||
| agent_sensors_test.go | ||
| agent_test.go | ||
| command_client_test.go | ||
| commands.go | ||
| commands_connect_test.go | ||
| commands_execute_test.go | ||
| commands_registration_test.go | ||
| proxmox_setup.go | ||
| proxmox_setup_test.go | ||
| send_report_test.go | ||
| version.go | ||