Hi,
I am a new zabbix user and I have encountered a problem that I cannot solve. I add some images to ilustrate problen
I am using the official images (https://github.com/zabbix/zabbix-docker), I use docker-compose with Ubuntu and MySql (4.4.5).
**UPDATE: the error in zabbix-java-gateway container is:
zabbix-java-gateway_1 | 2020-03-30 08:18:08.004 [pool-1-thread-4] WARN com.zabbix.gateway.SocketProcessor - error processing request, item "jmx["kafka.server:type=BrokerTopicMetrics,name=Mes sage sInPerSec",FifteenMinuteRate]" failed: Connection timed out: service:jmx:rmi:///jndi/rmi://devxxcas002.xxxx.local:12345/jmxrmi
In the web interface I configure a host with JMX connection:

I configure the cassandra service as indicated in https://www.zabbix.com/documentation...jmx_monitoring (without authentication and responding from outside)
I check that I can access the configured port from another machine (there are no connection problems to the used port):

I check that zabbix-java-gateway listens on port 10052 and that it is accessible from zabbix-server:

Can someone guide me to know where I am going wrong?
Thank in advanced
I am a new zabbix user and I have encountered a problem that I cannot solve. I add some images to ilustrate problen
I am using the official images (https://github.com/zabbix/zabbix-docker), I use docker-compose with Ubuntu and MySql (4.4.5).
**UPDATE: the error in zabbix-java-gateway container is:
zabbix-java-gateway_1 | 2020-03-30 08:18:08.004 [pool-1-thread-4] WARN com.zabbix.gateway.SocketProcessor - error processing request, item "jmx["kafka.server:type=BrokerTopicMetrics,name=Mes sage sInPerSec",FifteenMinuteRate]" failed: Connection timed out: service:jmx:rmi:///jndi/rmi://devxxcas002.xxxx.local:12345/jmxrmi
In the web interface I configure a host with JMX connection:
I configure the cassandra service as indicated in https://www.zabbix.com/documentation...jmx_monitoring (without authentication and responding from outside)
I check that I can access the configured port from another machine (there are no connection problems to the used port):
I check that zabbix-java-gateway listens on port 10052 and that it is accessible from zabbix-server:
Can someone guide me to know where I am going wrong?
Thank in advanced
Comment