I have zabbix server on debian, and I'm trying to configure zabbix agent 3.0.0 on a windows machine using the msi installer
Everything seems to work ok, the service is running, I have disabled the firewall on windows to test if I can connect via telnet on port 10050 to the agent on my windows machine. I couldn't so I checked the configuration file to see if I was missing something.
I saw the properties ListenPort and ListenIP, filled it with the server ip and port 10050. But now after stopping the service, it can't be started again showing this error:
"Error 1067. El proceso ha terminado de forma inesperada"
If I comment again those properties, the server can be started again.
Do I need to use those params in order to connect to the agent via telnet? if so, how can I change them and start the service?
Thanks.
Everything seems to work ok, the service is running, I have disabled the firewall on windows to test if I can connect via telnet on port 10050 to the agent on my windows machine. I couldn't so I checked the configuration file to see if I was missing something.
I saw the properties ListenPort and ListenIP, filled it with the server ip and port 10050. But now after stopping the service, it can't be started again showing this error:
"Error 1067. El proceso ha terminado de forma inesperada"
If I comment again those properties, the server can be started again.
Do I need to use those params in order to connect to the agent via telnet? if so, how can I change them and start the service?
Thanks.
Comment