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

vfs.dir.count key reach timeout while ls works fast.

XMLWordPrintable

    • Icon: Documentation task Documentation task
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • 6.2 (plan)
    • 5.0.15
    • Documentation (D)
    • None
    • 0.1

      Steps to reproduce:
      Zabbix agent 5.0.9
      check dir count for some cifs directory:

      bash$ zabbix_agentd -t vfs.dir.count[/TEST,,,"file,dir",,0]
      vfs.dir.count[/TEST,,,file,dir,,0] [m|ZBX_NOTSUPPORTED] [Timeout while waiting for data.]
      

      Result:

      • always reaching timeout

      Expected:
      at the same time ls with wc works perfect and fast:

      bash$ time ls -al /TEST | wc -l
      28
      real 0m0.053s
      user 0m0.003s
      sys 0m0.005s
      

            ssimonenko Sergey Simonenko (Inactive)
            neogan Andrei Gushchin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: