Ad Widget

Collapse

Windows filesytem discovery returning user profile path

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Arjan de Vries
    Junior Member
    • Sep 2013
    • 1

    #1

    Windows filesytem discovery returning user profile path

    Hi all,

    I have some troubles with one server running Windows server 2016 and Zabbix Agent 5.0.7.

    If i do a
    Code:
    zabbix_get -s <hostname> -k vfs.fs.discovery
    for this system i get as result:

    [{"{#FSNAME}":"A:","{#FSTYPE}":"UNKNOWN","{#FSDR IVE TYPE}":"removable"},
    {"{#FSNAME}":"C:","{#FSTYPE}":"NTFS","{#FSDRIVE TYPE}":"fixed"},
    {"{#FSNAME}":"D:","{#FSTYPE}":"UNKNOWN","{#FSDR IVE TYPE}":"cdrom"},
    {"{#FSNAME}":"E:","{#FSTYPE}":"NTFS","{#FSDRIVE TYPE}":"fixed"},
    {"{#FSNAME}":"C:\\Users\\testuser","{#FSTYPE}": "NTFS","{#FSDRIVETYPE}":"fixed"}]

    The strange thing that it also returns the testuser profile path. This user is logged on with RDP. If I log off with RDP the entry will be removed. Also tried to query the disks with WMI but that is functioning fine. Other machines with the same OS and client versions are running fine.

    Does somebody have i idea what the cause can be?

    Thanks,
    Arjan
    Last edited by Arjan de Vries; 17-02-2021, 10:50.
Working...