Hi,
I'm trying to run the following calculated value in Zabbix 2.4 :
The agent is working correctly on the systems concerned, i.e. I can see the values of steal/system/user under "latest data", but when I look under "latest data" for the result of the above formula, it always shows "-".
I'm trying to run the following calculated value in Zabbix 2.4 :
Code:
last("system.cpu.util[,steal]") + last("system.cpu.util[,system]") + last("system.cpu.util[,user]"}