Hello,
I love the new Aggregate calculation features in zabbix 5.4!
I am creating calculated items for my inbound and outbound traffic for carriers that we use (centurylink, cogent, zayo)
I extract the carrier information from the interface description and tag that port.
Then I created a Calculated Item with this
Formula:
This works perfectly (I tag my interfaces with the Interface Type so I don't double count Port Channels and Access Ports)
I would love to see a option to where I can see what values where used to actually make this calculation to double check that I selected the corrected tag's and groups.
I do know we have the Latest data tab but that just shoes the aggregated value. Is there a debug option that I am not seeing?
Thank you!
Daniel
I love the new Aggregate calculation features in zabbix 5.4!
I am creating calculated items for my inbound and outbound traffic for carriers that we use (centurylink, cogent, zayo)
I extract the carrier information from the interface description and tag that port.
Then I created a Calculated Item with this
Formula:
Code:
sum(last_foreach(/*/net.if.in[*]?[(tag="Carrier:centurylink" and tag="Interface Type:6")]))
I would love to see a option to where I can see what values where used to actually make this calculation to double check that I selected the corrected tag's and groups.
I do know we have the Latest data tab but that just shoes the aggregated value. Is there a debug option that I am not seeing?
Thank you!
Daniel