I tried to add a calculated item to monitor the total traffic.
The formula is 'last(net.if.in["enp4s0'])+last(net.if.out["enp4s0'])'
But it couldn't be added. The error message was Invalid parameter "/1/params": incorrect expression starting from "last(net.if.in["enp4s0'])+last(net.if.out["enp4s0'])".
What did I miss?
The formula is 'last(net.if.in["enp4s0'])+last(net.if.out["enp4s0'])'
But it couldn't be added. The error message was Invalid parameter "/1/params": incorrect expression starting from "last(net.if.in["enp4s0'])+last(net.if.out["enp4s0'])".
What did I miss?
Comment