Ad Widget

Collapse

system.cpu.util not supported by Zabbix Agent ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • maxpower
    Member
    • Jul 2007
    • 31

    #1

    system.cpu.util not supported by Zabbix Agent ?

    I can't find an explanation why this item is not supported for Solaris because several programs e.g. "top" can display the idle time of the cpu(s).
    Bug ?
  • arli
    Member
    • Jan 2008
    • 71

    #2
    I'm trying to monitor Solaris8 server and having the same problem with precompiled agentd.
    I get system.cpu.load[,] values with no problem, but system.cpu.util[all,,] returns Not supported by ZABBIX agent.
    Zabbix server and agent are both verison 1.4.4

    I also tried to compile 1.4.5 agent from source, but no luck so far. The configure script does not report any errors, but when it comes to make, I get this:

    Code:
    gcc -DHAVE_CONFIG_H -I. -I. -I../../../include     -g -O2  -c md5.c
    In file included from ../../../include/sysinc.h:126,
                     from ../../../include/common.h:23,
                     from md5.c:54:
    /usr/include/ldap.h:494: field `ldctl_value' has incomplete type
    /usr/include/ldap.h:1083: parse error before `BerElement'

    Comment

    • arli
      Member
      • Jan 2008
      • 71

      #3
      Now I've tried also with agentd compiled from 1.4.5 source, but I still get same "not supported" message.

      Btw, building finalliy succeeded, when I followed the advice given in thread:

      Comment

      • Dyonisos
        Junior Member
        • May 2008
        • 3

        #4
        To get the CPU utilization, you also can use the following OID:

        1.3.6.1.2.1.25.3.3.1.2

        :-)

        Comment

        • nelsonab
          Senior Member
          Zabbix Certified SpecialistZabbix Certified Professional
          • Sep 2006
          • 1233

          #5
          Originally posted by arli
          Now I've tried also with agentd compiled from 1.4.5 source, but I still get same "not supported" message.

          Btw, building finalliy succeeded, when I followed the advice given in thread:
          http://www.zabbix.com/forum/showthread.php?t=2991
          Check the patches forum. I know I've seen stuff related to this before.
          RHCE, author of zbxapi
          Ansible, the missing piece (Zabconf 2017): https://www.youtube.com/watch?v=R5T9NidjjDE
          Zabbix and SNMP on Linux (Zabconf 2015): https://www.youtube.com/watch?v=98PEHpLFVHM

          Comment

          • Christophe
            Junior Member
            • May 2008
            • 3

            #6
            I've got the same problem. Did someone manage to solve it ? Or have the same ?

            Comment

            Working...