Ad Widget

Collapse

Zabbix not calculating CPU value

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PingPong
    Junior Member
    • Dec 2014
    • 1

    #1

    Zabbix not calculating CPU value

    Hi,

    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]"}
    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 "-".
Working...