Ad Widget

Collapse

Cannot send proxy data to server at "zabbix-server"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • randomizedname
    Junior Member
    • Sep 2020
    • 10

    #1

    Cannot send proxy data to server at "zabbix-server"

    Hi,
    I'm using dockerized Zabbix 5.0.3. Currently I have ~30 servers connected, active checks only. Everything seems work fine, the data is received but I'm getting hundreds of such log lines per minute:

    Code:
    Sep 29 10:57:04 vps762850 journal: 175:20200929:105704.528 cannot send proxy data to server at "zabbix-server": proxy "zabbix-proxy-mysql" not found
    Sep 29 10:57:04 vps762850 journal: 139:20200929:105704.527 cannot send proxy data to server at "zabbix-server": proxy "zabbix-proxy-sqlite3" not found
    Sep 29 10:57:05 vps762850 journal: 200:20200929:105705.104 cannot parse heartbeat from active proxy at "172.16.238.5": proxy "zabbix-proxy-mysql" not found
    Sep 29 10:57:05 vps762850 journal: 174:20200929:105705.106 cannot send heartbeat message to server at "zabbix-server": proxy "zabbix-proxy-mysql" not found
    Sep 29 10:57:05 vps762850 journal: 197:20200929:105705.530 cannot parse proxy data from active proxy at "172.16.238.3": proxy "zabbix-proxy-sqlite3" not found
    Sep 29 10:57:05 vps762850 journal: 139:20200929:105705.533 cannot send proxy data to server at "zabbix-server": proxy "zabbix-proxy-sqlite3" not found
    Sep 29 10:57:05 vps762850 journal: 175:20200929:105705.535 cannot send proxy data to server at "zabbix-server": proxy "zabbix-proxy-mysql" not found
    Sep 29 10:57:05 vps762850 journal: 201:20200929:105705.535 cannot parse proxy data from active proxy at "172.16.238.5": proxy "zabbix-proxy-mysql" not found
    Sep 29 10:57:06 vps762850 journal: 201:20200929:105706.535 cannot parse proxy data from active proxy at "172.16.238.3": proxy "zabbix-proxy-sqlite3" not found
    Sep 29 10:57:06 vps762850 journal: 139:20200929:105706.538 cannot send proxy data to server at "zabbix-server": proxy "zabbix-proxy-sqlite3" not found
    Sep 29 10:57:06 vps762850 journal: 175:20200929:105706.538 cannot send proxy data to server at "zabbix-server": proxy "zabbix-proxy-mysql" not found
    Sep 29 10:57:06 vps762850 journal: 201:20200929:105706.538 cannot parse proxy data from active proxy at "172.16.238.5": proxy "zabbix-proxy-mysql" not found
    Sep 29 10:57:07 vps762850 journal: 197:20200929:105707.540 cannot parse proxy data from active proxy at "172.16.238.3": proxy "zabbix-proxy-sqlite3" not found
    Sep 29 10:57:07 vps762850 journal: 139:20200929:105707.543 cannot send proxy data to server at "zabbix-server": proxy "zabbix-proxy-sqlite3" not found
    Sep 29 10:57:07 vps762850 journal: 175:20200929:105707.543 cannot send proxy data to server at "zabbix-server": proxy "zabbix-proxy-mysql" not found
    Sep 29 10:57:07 vps762850 journal: 201:20200929:105707.543 cannot parse proxy data from active proxy at "172.16.238.5": proxy "zabbix-proxy-mysql" not found
    I must admit that I don't understand why I'm getting these. I don't use any zabbix proxy. Proxy is not configured in adminitration panel. Is it someting I should worry about?
  • dimir
    Zabbix developer
    • Apr 2011
    • 1080

    #2
    This looks like mixed log of server and passive proxy. Are you running both on the same host, configured to write to the same log file?

    Comment

    • randomizedname
      Junior Member
      • Sep 2020
      • 10

      #3
      Originally posted by dimir
      This looks like mixed log of server and passive proxy. Are you running both on the same host, configured to write to the same log file?
      Yes, this is /var/log/messages file on the docker host server. Zabbix is running as a docker container on this server. Zabbix containers are composed and started from this docker-compose file https://github.com/zabbix/zabbix-doc...ql_latest.yaml .I cannot see anything about log configuration in this file so I don't know how it works.

      Comment

      • dimir
        Zabbix developer
        • Apr 2011
        • 1080

        #4
        Maybe you have both server and proxy processes running? Could you confirm with
        Code:
        pgrep -a zabbix

        Comment

        • DmitryL
          Senior Member
          Zabbix Certified SpecialistZabbix Certified Professional
          • May 2016
          • 278

          #5
          Proxy name in proxy conf does not match with proxy name in the frontend.

          Comment

          • randomizedname
            Junior Member
            • Sep 2020
            • 10

            #6
            I've deleted every container with "proxy" in its name from docker-compose file. Now it's okay

            Comment


            • wajika
              wajika commented
              Editing a comment
              Thank you for your answer, it also solved my problem.
          • Dirk Jak
            Junior Member
            • Oct 2020
            • 1

            #7
            Hello im new here in this Forum. I installed a Zabbix-Proxy and he should send the data to two zabbix-monitors/servers. One of the two Zabbix-monitor/server always does not recognize the agents. Can someone help me?

            Comment

            Working...