Home:ALL Converter>Zabbix:Calculated items from calculated items

Zabbix:Calculated items from calculated items

Ask Time:2014-07-31T19:47:16         Author:User1234552

Json Formatter

I have a problem creating calculated items from another ones.

For example i have an item inside a host that is a calculated item from 2 different existenting SNMP items.

When I create in a different host a different calculated item that try to calculate the same operation using 2 calculated items in a different host I obtain a not supported tag with this message:

Cannot evaluate function [avg(0)]: item [SMS_Reference:last("Host1:CalculatedItem"] not found

My formula:

last("Host_1:Calculated_item_in_Host_1")

In fact Host_1:Calculated_item_in_Host_1 is another calculated item inside another host and is working perfectly.

Anyone knows how can I fix this problem?

Author:User1234552,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/25058153/zabbixcalculated-items-from-calculated-items
yy