Ad Widget

Collapse

vfs.dir.count - Timeout while waiting for data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wpagane
    Member
    • Apr 2021
    • 31

    #1

    vfs.dir.count - Timeout while waiting for data

    Hello all,

    I'm facing trouble in order to apply the Key: vfs.dir.count. Error: Timeout while waiting for data

    INTRODUCTION
    I have a Server, Drive D:\, and applied Key as: vfs.dir.count[D:\XYZ\Test] --> It works fine!!! I can see the date in the "Latest data".

    PROBLEM
    I tried to create a second item in the same Server, Drive D:\, but, it's a different folder: vfs.dir.count[D:\PRODUCTION\Action] --> I get the error: "Not Supported - Timeout while waiting for data".

    Remark: This folder has too many files. Is this might be the root cause?

    If SO, I have already did the following steps:
    1. In Linux Server, under "vim /etc/zabbix/zabbix_server.conf" I've set the TIMEOUT=30s
    2. In Host (client), I've set the "zabbix_agentd.conf" file to TIMEOUT=25s
    No successful.

    Did anyone face this issue?
    Thanks a lot!
  • wpagane
    Member
    • Apr 2021
    • 31

    #2
    Update: Just solved that!

    I used "vfs.dir.count[D:\PRODUCTION\Action,,,,,0,,,,,]"....
    0 = max_depth - no descending into subdirectories.

    Comment

    Working...