I have a Template "TPL Network Interface" with an Item "ITM Inbound bps" like
Name: ITM Inbound bps
Key: net.if.in[{$IF.NAME}]
I stuffed this item into a graph and everything looks fine.
Now I like to create another item which calculates the average for "ITM Inbound bps" over the last {$IF.AVERAGE} seconds to use it in a trigger and in a graph.
The item for this reads:
Host: TPL Network Interface
Name: ITM Average Inbound
Type: Calculated
Key: ifavgin
Formula: avg("TPL Network Interface:ITM Inbound bps",{$IF.AVERAGE})
But no data is returned from this item.
What is the correct adressing in the namespace of a template?
Bernd
Name: ITM Inbound bps
Key: net.if.in[{$IF.NAME}]
I stuffed this item into a graph and everything looks fine.
Now I like to create another item which calculates the average for "ITM Inbound bps" over the last {$IF.AVERAGE} seconds to use it in a trigger and in a graph.
The item for this reads:
Host: TPL Network Interface
Name: ITM Average Inbound
Type: Calculated
Key: ifavgin
Formula: avg("TPL Network Interface:ITM Inbound bps",{$IF.AVERAGE})
But no data is returned from this item.
What is the correct adressing in the namespace of a template?
Bernd
Comment