Christoffer Martinsson 10aa72816d Fix critical ZMQ command loop causing agent failure
The handle_commands() function was being called continuously in the main
tokio::select! loop, causing thousands of ZMQ state errors that prevented
the agent from functioning properly.

Temporarily disabled command handling to restore basic functionality.
Agent now properly collects and sends metrics without ZMQ errors.

Fixes 'No data received' issue on hosts running the new metric-level agent.
2025-10-15 23:19:44 +02:00
..