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

Proxy hosts availability data was not correctly updated on server side cache

XMLWordPrintable

      Zabbix proxy sends availability data to the server. It is a JSON object like:

      {
      "data":[

      { "hostid":10101, "available":1, "snmp_available":0 }

      ,

      { "hostid":10104, "jmx_available":1 }

      ]
      }

      The server updates availability in configuration cache only for the last host in JSON object, i.e. for host 10104.

      Related issue: ZBX-4991

            Unassigned Unassigned
            sasha Alexander Vladishev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: