Ad Widget

Collapse

Zabbix Server cant receive data from my Zabbix Proxy.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fpessanha1
    Junior Member
    • Oct 2017
    • 4

    #1

    Zabbix Server cant receive data from my Zabbix Proxy.

    Hi Experts,

    I have a problem that cant solve alone. I have a Zabbix Proxy in my LAN e Zabbix Server in my Cloud. The zabbix server cant receive anything data from zabbix proxy that I can see in "latest data" menu.

    From my Zabbix Server I can see on logs the following message:
    10849:20180215:141316.895 sending configuration data to proxy "zabbixproxy.xxxxx.net" at "200.xxx.xxx.x", datalen 3584

    From my Zabbix Proxy I can see on logs the following message:
    9117:20180215:173411.806 received configuration data from server at "zabbixserver.xxxxx.com", datalen 3584

    I think that communications is working, because my zabbix server can connect to zabbix proxy by 10051 port and my zabbix server can connect to zabbix server by 10051 port also.

    Anybare whould have any idea that help me to solve this problem.

    Thanks in Advance!!
  • kaspars.mednis
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Oct 2017
    • 349

    #2
    Hi,

    if your Zabbix proxy is in a protected LAN, and Zabbix server is in a cloud,you can use Active proxy mode - in that mode communication is done only from proxy to Zabbix server port 10051

    For this setup to work, configure proxy as active in both frontend and proxy_config file

    Regards,
    Kaspars

    Comment

    • tcilmo
      Senior Member
      • Nov 2016
      • 122

      #3
      Originally posted by fpessanha1
      Hi Experts,

      I have a problem that cant solve alone. I have a Zabbix Proxy in my LAN e Zabbix Server in my Cloud. The zabbix server cant receive anything data from zabbix proxy that I can see in "latest data" menu.

      From my Zabbix Server I can see on logs the following message:
      10849:20180215:141316.895 sending configuration data to proxy "zabbixproxy.xxxxx.net" at "200.xxx.xxx.x", datalen 3584

      From my Zabbix Proxy I can see on logs the following message:
      9117:20180215:173411.806 received configuration data from server at "zabbixserver.xxxxx.com", datalen 3584

      I think that communications is working, because my zabbix server can connect to zabbix proxy by 10051 port and my zabbix server can connect to zabbix server by 10051 port also.

      Anybare whould have any idea that help me to solve this problem.

      Thanks in Advance!!
      If I am reading this correctly - there is no data in latest data for the the proxy?

      This sounds like a problem in the agent config file. Make sure the IP of the proxy is in the Server= and/or the ServerActive= line in the agent config file on proxy.

      Comment

      • fpessanha1
        Junior Member
        • Oct 2017
        • 4

        #4
        Communication between Zabbix Proxy and Zabbix Server.

        Hi All!!

        Is there some log file in zabbix proxy that I can check if my zabbix proxy is receiving data from zabbix agents and there is any log file in zabbix server that I can check if my zabbix server is receiveng data from zabbix proxy?

        Best Regards!

        Comment

        • tcilmo
          Senior Member
          • Nov 2016
          • 122

          #5
          Originally posted by fpessanha1
          Hi All!!

          Is there some log file in zabbix proxy that I can check if my zabbix proxy is receiving data from zabbix agents and there is any log file in zabbix server that I can check if my zabbix server is receiveng data from zabbix proxy?

          Best Regards!
          From the console just check the latest data of the host/s. If it is current, everything is flowing as it should.

          The zabbix_sever.log will show you when configuration data is sent to the proxy, which tells the proxy what exactly to monitor. You will see something like this: sending configuration data to proxy "proxy name here". In the proxy you can see if that data was received. Look for "received configuration data from server"

          Depending of the type of checks you use (Zabbix Agent) or (Zabbix Agent Active) you can tell if the proxy is not able to send active checks to a host. You will see something like this: cannot send list of active checks. Disabled hosts will also cause that message to appear in the log.

          Are you missing data from all hosts or just select hosts? When you look up one of the hosts that is missing data in the console, does it show a Red Z or a Green Z?

          Comment

          Working...