Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-24012

Zabbix Agent2 missing Docker disk IO stats

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • 6.4.10
    • Agent2 plugin (N)
    • None

      The Docker plugin for Zabbix Agent2 does not collect the I/O block, but even the docker stat command shows this important metric.{}

       

      Steps to reproduce:

      1. Install Zabbix Agent 2 with Docker plugin
      2. Wait autoidiscovery
      3. Check lastest data
      4. Check "docker stat" output

      Result:
      No disk IO data

      Expected:

      Any type of IO metrics.

       

      This has already been discussed on the forum : https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/457834-zabbix-agent2-docker-container-discovery-handles-cpu-mem-etc-but-not-block-io
      Other exporters like cadvisor show this metrics.

      Some kind of raw disk IO information may be obtained by requesting docker socket:

      curl --silent --unix-socket /var/run/docker.sock  http://v1.41/containers/zabbix-zabbix-server-1/stats?stream=false&one-shot=true

            aigars.kadikis Aigars Kadikis
            PavelZ Pavel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: