(Zabbix 6.4.5)
Wanting dashboard widget to list all disks on multiple windows servers, to iterate through all the drives attached to server and display them in a widget.
C Drive works fine, extra drives have different letters on different servers, some are F some M some U etc.
I tried vfs.fs.size[{#FSNAME},free] but get no data.
Is there a way to iterate through attached disks - drives?
Wanting dashboard widget to list all disks on multiple windows servers, to iterate through all the drives attached to server and display them in a widget.
C Drive works fine, extra drives have different letters on different servers, some are F some M some U etc.
I tried vfs.fs.size[{#FSNAME},free] but get no data.
Is there a way to iterate through attached disks - drives?
Comment