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

After 2.2.1 Proxy config from server fails due to message size greater than 64M

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Critical Critical
    • 2.2.3rc1, 2.3.0
    • 2.2.1
    • Proxy (P)
    • RHEL 6.4 mysql

      On proxy
      Message size 70934946 from x.x.x.x exceeds the maximum size 67108864 bytes. Message ignored

      On server
      Feb 6 11:01:29 xxxxx Zabbix server[24062]: sending configuration data to proxy "....proxy1.....", datalen 70934946
      Feb 6 11:01:29 xxxxx Zabbix server[24062]: cannot send configuration: ZBX_TCP_WRITE() failed: [32] Broken pipe

      Found that ZBX_MAX_RECV_DATA_SIZE changed

      zabbix-2.0.9/include/common.h:#define ZBX_MAX_RECV_DATA_SIZE (128 * ZBX_MEBIBYTE)

      zabbix-2.2.1/include/common.h:#define ZBX_MAX_RECV_DATA_SIZE (64 * ZBX_MEBIBYTE)

      Circumvented by changing the value and recompiling a local proxy module.

            martins-v Martins Valkovskis
            lenr Len Rugen
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: