-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Blocker
-
Affects Version/s: 2.0.6, 2.1.0
-
Component/s: Server (S)
Zabbix proxy sends availability data to the server. It is a JSON object like:
{
"data":[
,
{ "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