-
Problem report
-
Resolution: Fixed
-
Major
-
4.4.0alpha2
-
Sprint 55 (Aug 2019)
-
0.125
Problem description: in current master release (4.4.0alpha2) Aggregated items become unsupported with error "No items for key '.....' in group(s) '......' " even though items with such keys actually exist for hosts under the corresponding host group. Exactly the same setup works perfectly fine in Zabbix 4.2.6rc1.
Steps to reproduce:
- Create host group "Hostgroup 1" with several hosts.
- Create a zabbix agent type item with key "agent.ping" (type of information = numeric (unsigned)) for each host.
- Create another Host group "Aggregate data" with a signle host.
- Create an item with type = "Zabbix aggregate", key = grpavg["Hostgroup 1","agent.ping",last], and type of information = Numeric (float).
- Wait for the items to collect some data.
Result: the status of the "Zabbix aggregate" item is Not supported" with the following error returned in the pop-up: 'No items for key "agent.ping" in group(s) "Hostgroup 1".'
Expected: the Zabbix aggregate item should collect and process data from all items with key "agent.ping" located on all hosts under "Hostgroup 1".
Exported configuration: Aggregated_checks_issue.xml
- caused by
-
ZBXNEXT-5040 Separate configuration and realtime fields in items table
- Closed