Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-6338

Check in src/libs/zbxcomms/comms.c renders info coming from Zabbix 1.4 agents useless

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Cannot Reproduce
    • Icon: Trivial Trivial
    • None
    • 2.0.5
    • Server (S)
    • None
    • Ubuntu 10.04

      In 2.03 this code was introduced in comm.c

      if (ZBX_MAX_RECV_DATA_SIZE < expected_len)

      { zabbix_log(LOG_LEVEL_WARNING, "Message size " ZBX_FS_UI64 " exceeds the maximum size " ZBX_FS_UI64 " bytes. Message ignored.", expected_len, (zbx_uint64_t)ZBX_MAX_RECV_DATA_SIZE); total_bytes = FAIL; goto cleanup; }

      All my agents running a Zabbix 1.4 agent (running on a Fritzbox ADSL router with an ARM processor) become unreachable if I run a server with this code.
      I have now deleted that code from the source of 2.05 and it's now running fine....

            Unassigned Unassigned
            frater Frater
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: