Hi All, I am very new to Zabbix and have inherited a Zabbix 6.0.17 installation. One of the requests from our support team is to create a dashboard with server disk usage. Which was straight forward.
The issue I am having is with Disk labels. Some of the servers have "c": and some have "System c": so when using top hosts not all the c drives are being shown. I think this is being caused by the Item prototype in the Windows by Zabbix agent template.
When I check the Mounted filesystem discovery Item prototype the name is {#FSLABEL}({#FSNAME}): Space utilization with key vfs.fs.size[{#FSNAME},pused]. Can I remove {#FSLABEL} from the name of the Item prototype without causing issues? Or am I just missing something basic? Any help is very much appreciated.

The issue I am having is with Disk labels. Some of the servers have "c": and some have "System c": so when using top hosts not all the c drives are being shown. I think this is being caused by the Item prototype in the Windows by Zabbix agent template.
When I check the Mounted filesystem discovery Item prototype the name is {#FSLABEL}({#FSNAME}): Space utilization with key vfs.fs.size[{#FSNAME},pused]. Can I remove {#FSLABEL} from the name of the Item prototype without causing issues? Or am I just missing something basic? Any help is very much appreciated.
Comment