Ad Widget

Collapse

system.cpu.util NOT SUPPORTED

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JFontes
    Member
    Zabbix Certified Specialist
    • Jul 2012
    • 36

    #1

    system.cpu.util NOT SUPPORTED

    Hi Guys,

    Can anyone help me?
    I trying get the utilization of my CPU, but the zabbix show me NOT SUPPORTED.
    I use Ubuntu 12.04 and Zabbix 2.0.1

    operacao@zabbix-server:~$ zabbix_agentd -t system.cpu.util[,,avg1]
    system.cpu.util[,,avg1] [m|ZBX_NOTSUPPORTED]
    operacao@zabbix-server:~$ zabbix_agentd -t system.cpu.util[,,]
    system.cpu.util[,,] [m|ZBX_NOTSUPPORTED]
    operacao@zabbix-server:~$ zabbix_agentd -t system.cpu.util[,0,avg1]
    system.cpu.util[,0,avg1] [m|ZBX_NOTSUPPORTED]

    Thank you!
  • Stephen Wood
    Member
    • Feb 2012
    • 43

    #2
    This could be a few things. Are the other checks supported? Is your server receiving data from Zabbix?

    If it's not a communication problem, it may be a permission problem with zabbix itself (for example, you compiled or installed without sudo).

    Sometimes when I get really desperate, I give the user Zabbix a shell (sudo usermod Zabbix -s /bin/bash) and I change to the Zabbix user, then I try and physically do whatever I'm monitoring (like check a log, run a command, etc). That helps greatly if there is a permission problem somewhere along the line. Just make sure to change it back for security purposes

    Comment

    Working...