I require assistance with the Windows version of Zabbix_get. When I execute the command below in Command Prompt:
zabbix_get -s 127.0.0.1 -p 10050 -k agent.version
I encounter the following error message:
zabbix_get [4112]: Get value error: ZBX_TCP_READ() failed: [0x00002746] An existing connection was forcibly closed by the remote host. zabbix_get [4112]: Check access restrictions in Zabbix agent configuration
Interestingly, I am able to establish a Telnet connection to the Zabbix server on port 10050 from the client host where the agent is running. Any assistance would be greatly appreciated.
zabbix_get -s 127.0.0.1 -p 10050 -k agent.version
I encounter the following error message:
zabbix_get [4112]: Get value error: ZBX_TCP_READ() failed: [0x00002746] An existing connection was forcibly closed by the remote host. zabbix_get [4112]: Check access restrictions in Zabbix agent configuration
Interestingly, I am able to establish a Telnet connection to the Zabbix server on port 10050 from the client host where the agent is running. Any assistance would be greatly appreciated.
Comment