Hello,
I´m using Zabbix 3.0.
I´m trying to create a graph that compares current traffic with 24h before traffic using time_shift parameter but it is not working.
I created a calculated item:
But this formula only returns 1.
Thank you in advance.
I´m using Zabbix 3.0.
I´m trying to create a graph that compares current traffic with 24h before traffic using time_shift parameter but it is not working.
I created a calculated item:
Code:
last("ifHCInOctets[Eth-Trunk0.1753]",86400)/last("ifHCInOctets[Eth-Trunk0.1753]")
Thank you in advance.
Comment