Hi all,
I have some troubles with one server running Windows server 2016 and Zabbix Agent 5.0.7.
If i do a
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
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
[{"{#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