Dear Zabbix forum,
In our environment, Zabbix version 4.0 is installed from a docker compose file using the Zabbix official repository on github.com, with reference to the documentation https://www.zabbix.com/documentation...ion/containers. A Zabbix server container, six proxy containers, and an agent container are installed on a same Linux host.
Zabbix server container is listening on host port 10051
Zabbix proxy containers are listening on host ports 10061 - 10066
Zabbix agent container is listening on host port 10050
On Zabbix web GUI, Zabbix server host is created as
- Agent Interfaces
-- DNS name: 'zabbix-agent', which is the name of Zabbix agent container
-- Connect to: DNS
-- Port: 10050
How to create Zabbix proxy hosts to monitor on Zabbix proxy containers on the same host, to alert on the issue of container crash?
Thanks!
In our environment, Zabbix version 4.0 is installed from a docker compose file using the Zabbix official repository on github.com, with reference to the documentation https://www.zabbix.com/documentation...ion/containers. A Zabbix server container, six proxy containers, and an agent container are installed on a same Linux host.
Zabbix server container is listening on host port 10051
Zabbix proxy containers are listening on host ports 10061 - 10066
Zabbix agent container is listening on host port 10050
On Zabbix web GUI, Zabbix server host is created as
- Agent Interfaces
-- DNS name: 'zabbix-agent', which is the name of Zabbix agent container
-- Connect to: DNS
-- Port: 10050
How to create Zabbix proxy hosts to monitor on Zabbix proxy containers on the same host, to alert on the issue of container crash?
Thanks!