Ad Widget

Collapse

Zabbix client with proxy doesn't work and client auto-registration doesn't work

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • webdev.gk
    Junior Member
    • Apr 2018
    • 3

    #1

    Zabbix client with proxy doesn't work and client auto-registration doesn't work

    Here's my scenario.

    zabbix server - 10.10.10.1 - The zabbix server is zabbix 4.2 mysql docker image
    Zabbix web - 10.10.10.2 - The web is running apache+mysql docker image
    Zabbix DB (MYSQL) - 10.10.10.3 - mysql installed from source
    Zabbix proxy - 192.168.10.1 - Zabbix proxy sqlite installed from RPM
    Linux_client_01 - 192.168.10.2 - Agent 4.2 RPM package installed
    The zabbix proxy is setup as passive and also in the zabbix server proxy gui.
    auto-registration is setup in the zabbix server to automatically register the client
    all networks are pingable as well as port 10050/10051.. no firewall and selinux disabled

    The linux client auto-registration works fine and the zabbix server can monitor the client once the client register to the zabbix server.

    If I modify the client and add the proxy, the zabbix server monitor doesn't work. what seems to be the problem?

    #client01 zabbix agent config /etc/zabbix/zabbix_agentd.conf

    PidFile=/var/run/zabbix/zabbix_agentd.pid
    LogFile=/var/log/zabbix/zabbix_agentd.log
    LogFileSize=0
    Server=10.10.10.1
    ServerActive=10.10.10.1
    Hostname=Linux_client_01.domain.com
    HostMetadata=Linux stringhereforauth12345
    Include=/etc/zabbix/zabbix_agentd.d/*.conf

    also is it possible that the client01 will automatically add the proxy and auto-registration still working?
    Last edited by webdev.gk; 20-08-2019, 16:52.
  • Hamardaban
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • May 2019
    • 2713

    #2
    When working through a proxy, the proxy address must be specified in the client's configuration. But you have the server IP

    Comment

    Working...