I am running a Zabbix server using Zabbix docker (https://github.com/zabbix/zabbix-docker) on a desktop running Ubuntu 18.04. I set it up the server using this tutorial (https://www.youtube.com/watch?v=eycKS8Nbv7o). I am trying to connect a Windows computer as a host, so I downloaded a Zabbix windows agent onto the computer, which is running Windows 10. I used these tutorials to install and connect the windows agent, https://www.ait.com/tech-corner/1149...ent-on-windows and https://www.interserver.net/tips/kb/...nt-on-windows/.
When I add the Windows host to my Zabbix front-end, which is "Zabbix 5.0.0alpha1", I receive the error,
I am wondering if this has something to do with the IP of the Zabbix docker. I set the server IP addresses ("Server" and "ServerActive") in thezabbix_agentd_win.conffile as the IP address of the MySQL server in the Zabbix docker. I can ping the IP address of the Windows machine from the Ubuntu machine running the Docker, but I cannot telnet it, so I am not sure if that may be an indicator for the issue. Maybe the issue has something to do with the fact I am using a docker?
Any help, or suggestions would be greatly appreciated. Let me know if further information is needed.
When I add the Windows host to my Zabbix front-end, which is "Zabbix 5.0.0alpha1", I receive the error,
Code:
Get value from agent failed: ZBX_TCP_READ() failed: [104] Connection reset by peer
Any help, or suggestions would be greatly appreciated. Let me know if further information is needed.
Comment