-
Type:
Documentation task
-
Resolution: Unresolved
-
Priority:
Minor
-
Affects Version/s: 6.4.5, 7.0.0alpha3
-
Component/s: Server (S)
-
None
-
S25-W44/45, S25-W46/47, S25-W48/49, S25-W50/51/52/01
-
1
Steps to reproduce:
Create items with multiple parameters in the item key
Example:
net.dns[8.8.8.8,example.zabbix.com,A]
Create calculated item with aggregation and specify wildcard in the item key
This will not work:
sum(last_foreach(/host/net.dns[*]))
This will work:
sum(last_foreach(/host/net.dns[*,*,*]))
Expected:
Wildcard in the item key matches all arguments.
Otherwise, this should be documented with examples.