Ad Widget

Collapse

Problem - iowait does not work with zabbix-agent 1.8.3 and 1.8.4.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rozie
    Junior Member
    • Feb 2011
    • 3

    #1

    Problem - iowait does not work with zabbix-agent 1.8.3 and 1.8.4.

    Hello.
    I use zabbix-server version 1.8.4 on 64bit OS. I noticed, that
    zabbix_get -s <IP> -k system.cpu.util[all,iowait,avg15]
    returns always: 0.000000 for zabbix-agent version 1.8.4. The same happens after downgrade to 1.8.3. Downgrade zabbix-agent to 1.8.2 solves the problem - looks like something got broken on 1.8.3.

    PS. Any way to report such a bug without having support?

    Regards,
    rozie
  • rozie
    Junior Member
    • Feb 2011
    • 3

    #2
    Same happens with trunk SVN version 1.9.1.
    Reported a bug: https://support.zabbix.com/browse/ZBX-3572

    Comment

    • marcel
      Senior Member
      Zabbix Certified Specialist
      • Oct 2010
      • 112

      #3
      What operating system are you using?

      Try

      Code:
      zabbix_get -s <IP> -k system.cpu.util[,iowait]
      Code:
      [root@mon etc]# /opt/zabbix/bin/zabbix_get -s 127.0.0.1 -k system.cpu.util[,iowait]
      46.748170
      [root@mon etc]# /opt/zabbix/bin/zabbix_get -s 127.0.0.1 -k system.cpu.util[all,iowait]
      46.627298
      [root@mon etc]# /opt/zabbix/bin/zabbix_get -s 127.0.0.1 -k system.cpu.util[all,iowait,avg15]
      47.820339
      [root@mon etc]# uname -a
      Linux slspmon 2.6.18-194.11.4.el5 #1 SMP Tue Sep 21 05:04:09 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
      Marcel
      Zabbix Certified Specialist for Large Environments since 12/2010

      Comment

      • rozie
        Junior Member
        • Feb 2011
        • 3

        #4
        I's the same (0.000000) with suggested zabbix_get -s <IP> -k system.cpu.util[,iowait]

        System is Debian Lenny with distribution kernel:
        2.6.26-2-amd64 #1 SMP Thu Sep 16 15:56:38 UTC 2010 x86_64 GNU/Linux

        The same happens on Debian Squeeze with distribution kernel:
        2.6.32-5-amd64 #1 SMP Wed Jan 12 03:40:32 UTC 2011 x86_64 GNU/Linux

        In both cases downgrade zabbix-agent to 1.8.2 helped.

        Comment

        Working...