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

vfs.fs.discovery does not include volumes mounted to folder paths

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • 3.0.26
    • Agent (G)

      Steps to reproduce:

      1. Windows Server with multiple filesystem volumes
      2. Volumes mounted to a folder path (not assigned a drive letter)
        1. format volume
        2. Add Drive Letter or Path
        3. Mount in the following empty NTFS folder
      3. zabbix_get -s localhost -k vfs.fs.discovery
      4. JSON only includes logical disks with drive letters assigned

      Result:

      {
        "data": [
          {
            "{#FSNAME}": "C:",
            "{#FSTYPE}": "NTFS",
            "{#FSDRIVETYPE}": "fixed"
          },
          {
            "{#FSNAME}": "D:",
            "{#FSTYPE}": "UNKNOWN",
            "{#FSDRIVETYPE}": "cdrom"
          }
        ]
      }
      Expected:

      {

        "data": [
          {
            "{#FSNAME}": "C:",
            "{#FSTYPE}": "NTFS,
            "{#FSDRIVETYPE}": "fixed"
          },
          {
            "{#FSNAME}": "C:\\mounts
      Data1",
            "{#FSTYPE}": "NTFS,
            "{#FSDRIVETYPE}": "fixed"
          }
        ]
      }

            edgar.akhmetshin Edgar Akhmetshin
            CookUser107571 Mark Braker
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: