Hello Community,
i'm new here and quiet new with zabbix.
I would like to create an item which is a summation of an other item.
Example.
Item1, key=[item_xy], is a normal Zabbix_Trapper item.
An Integer with a normal Interval.
And i would like to have another item which is the summation of item1.
So I created item_xy_amount as a Calculated Item.
With formula: sum("item_xy") or sum(item_xy) or item_xy.sum() and so on....
Can anybody understand me! Or help me?
Or is another way possible to solve my problem.
Million regards...
i'm new here and quiet new with zabbix.
I would like to create an item which is a summation of an other item.
Example.
Item1, key=[item_xy], is a normal Zabbix_Trapper item.
An Integer with a normal Interval.
And i would like to have another item which is the summation of item1.
So I created item_xy_amount as a Calculated Item.
With formula: sum("item_xy") or sum(item_xy) or item_xy.sum() and so on....
Can anybody understand me! Or help me?
Or is another way possible to solve my problem.
Million regards...

Comment