Ad Widget

Collapse

Zabbix 6.0 - Example 1 Installation from containers: connection reset on NGINX

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • justHeart
    Junior Member
    • Jun 2022
    • 1

    #1

    Zabbix 6.0 - Example 1 Installation from containers: connection reset on NGINX

    Followed example 1 mentioned on https://www.zabbix.com/documentation...ion/containers

    This works fine.

    sudo docker container ls
    CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
    af1ac5524d56 zabbix/zabbix-web-nginx-mysql:alpine-5.4-latest "docker-entrypoint.sh" 14 seconds ago Up 13 seconds 8443/tcp, 0.0.0.0:80->8080/tcp zabbix-web-nginx-mysql
    dfd049ca83dc zabbix/zabbix-server-mysql:alpine-5.4-latest "/sbin/tini -- /us..." 3 minutes ago Up 3 minutes 0.0.0.0:10051->10051/tcp zabbix-server-mysql
    e350cd4c5658 zabbix/zabbix-java-gateway:alpine-5.4-latest "docker-entrypoint..." 6 minutes ago Up 6 minutes 10052/tcp zabbix-java-gateway

    Im unable to access from firefox 0.0.0.0 or my localmachine IP (connection reset). From the container Im able to ping the localmachine IP, yet I'm not able to curl it.

    Localhost is a CENTOS7.

    I thought this was an out-of-the-box containers and no further configuration was required.

    From the blog post: https://blog.zabbix.com/zabbix-docker-containers/7150/ , the approach seems to be straightforward with no additional config burden.

    Kindly advise if there is something else I am missing.

    Best Regards,
Working...