Hi. I'm new to the forum so apologize in advance if I'm writing in the wrong section. I wanted to run Zabbix server based on the postgresql database and nginx web page.
I downloaded the docker repository from https://github.com/zabbix/zabbix-docker and deleted unnecessary files and prepared the docker-compose.yaml which I am sending in the attachment.
The error that the server is logging in to me:
cannot send list of active check to "x.x.x.x" host [host] not found
The error that the agent is logging in to me:
no active checks on server [zabbix-server:10051]: host [host] not found
looking for the simplest zabbix configuration on ubuntu. I don't know exactly what the network configuration in docker-compose files means and why it is needed
I downloaded the docker repository from https://github.com/zabbix/zabbix-docker and deleted unnecessary files and prepared the docker-compose.yaml which I am sending in the attachment.
The error that the server is logging in to me:
cannot send list of active check to "x.x.x.x" host [host] not found
The error that the agent is logging in to me:
no active checks on server [zabbix-server:10051]: host [host] not found
looking for the simplest zabbix configuration on ubuntu. I don't know exactly what the network configuration in docker-compose files means and why it is needed
Comment