Ad Widget

Collapse

system.cpu.load works but not system.cpu.util on zabbix server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • derekpurdy
    Junior Member
    • Jul 2013
    • 1

    #1

    system.cpu.load works but not system.cpu.util on zabbix server

    Monitoring all other hosts, system.cpu.load and system.cpu.util work fine. but when doing a zabbix_get against the Zabbix Server itself, I can only get system.cpu.load to work, system.cpu.util shows 0 for every core.

    server and agent 2.0.4

    example..

    # zabbix_get -s zabbix1 -k system.cpu.util[all]
    0.000000
    # zabbix_get -s zabbix1 -k system.cpu.load[all]
    3.540000

    # zabbix_get -s zabbix1 -k system.cpu.util[,idle]
    0.000000
    # zabbix_get -s zabbix1 -k system.cpu.load
    4.050000
Working...