Ad Widget

Collapse

Zabbix docker with VIP (Cloud AWS)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lbebert
    Junior Member
    • Aug 2019
    • 1

    #1

    Zabbix docker with VIP (Cloud AWS)

    Hello !

    I present the context :

    -> I work on AWS cloud.
    -> I use Zabbix in docker containers on an ECS instance.
    -> I have a Zabbix proxy and Zabbix agent that are not in a container.
    ----> it works

    But I would like to use a VIP (second IP address) on the ECS instance.

    I encounter errors when I put this VIP in the proxy configuration file.
    The vip is configured on the ECS instance


    Errors :

    Log zabbix proxy :

    proxy data request from server is not allowed: connection from "IP of instance ECS" rejected, allowed hosts: "Address VIP "


    Log of ECS :

    cannot connect to proxy "DNS Name of zabbix proxy": cannot connect to [[IP address of zabbix proxy]:10051]: [111] Connection refused


    I am a beginner on docker containers
    I do not know where it can come from (Docker network etc.)


    Do you have an idea?


    PS: I have already tried the VIP on a zabbix and a proxy that are not in a container and it works.

    Thanks !

Working...