Hey guys,
we are currently - sort of - cleaning up our infrastructure.
We have a ProxMox VE server running multiple VMs with both public and private IP networks.
We have set up a Zabbix Server running on Ubuntu 22.04 in a private (10.0.0.0) network that has connections to the other VMs for monitoring purposes.
We now try to migrate zabbix to our Docker server running Portainer CE.
So far so gut, the Zabbix-Server is running and connected to a MariaDB, the webfrontend is running...... but we get no agent connections....
On Portainer, we have exposed port 10051 of the zabbix-server container, and we can connect to it via telnet (10.172.2.112:10051)
However, it still shows all agents added to the zabbix server as "unknown" (Agent Status ZBX: gray).
Did we miss a thing? The docker containers are in a bridged network (172.17.0.0/16)
Thank you in advance
Kind Regards
Daiki
we are currently - sort of - cleaning up our infrastructure.
We have a ProxMox VE server running multiple VMs with both public and private IP networks.
We have set up a Zabbix Server running on Ubuntu 22.04 in a private (10.0.0.0) network that has connections to the other VMs for monitoring purposes.
We now try to migrate zabbix to our Docker server running Portainer CE.
So far so gut, the Zabbix-Server is running and connected to a MariaDB, the webfrontend is running...... but we get no agent connections....
On Portainer, we have exposed port 10051 of the zabbix-server container, and we can connect to it via telnet (10.172.2.112:10051)
However, it still shows all agents added to the zabbix server as "unknown" (Agent Status ZBX: gray).
Did we miss a thing? The docker containers are in a bridged network (172.17.0.0/16)
Thank you in advance
Kind Regards
Daiki
Comment