Running Zabbix 6.4 on Ubuntu 20.04 LTS
I have many Windows clients running Zabbix Agent 2 version 6.4.6 that are exhibiting two issues: their availability in the Zabbix frontend is consistently flapping, and remote commands executed against the passive agent return with the error "Cannot connect to [0.0.0.0:10050]: [4] Interrupted system call" (where 0.0.0.0 is redacted IP address).
To troubleshoot, I've tried the following:
I have many Windows clients running Zabbix Agent 2 version 6.4.6 that are exhibiting two issues: their availability in the Zabbix frontend is consistently flapping, and remote commands executed against the passive agent return with the error "Cannot connect to [0.0.0.0:10050]: [4] Interrupted system call" (where 0.0.0.0 is redacted IP address).
To troubleshoot, I've tried the following:
- changing the update interval frequency of the Windows: Zabbix agent availability item
- lowering the Timeout parameter on the Zabbix Server from 3 to 2 seconds
- increasing the Timeout parameter on the Zabbix Server from 3 to 5 seconds
- increasing the number of unreachable poller data collector instances on the Zabbix Server
- disabling TLS/PSK encrypted communication between sever and agent
- disabling layer 7 packet inspection in the network firewall
- enabling verbose logging on the client and server and examining the logs for hints
Comment