-
Incident report
-
Resolution: Fixed
-
Blocker
-
2.0.6, 2.1.0
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