A repository query that returns all disks (per monitored server) with less than 10% free space. The alert format is returned as follows: Key (server name), value (% free space).
This version calculates free space from the last collected value of performance counter Win32_LogicalDisk in table PerformanceAnalysisData and is collected every 15 minutes by default.
The PDLD.Name NOT LIKE '\\?\Volume{%' in the query is used to filter out old mount points and system partitions from the result set. Additional drives may be excluded in the same manner.
This alert will display on the Windows: Disk Latency Dashboard Chart.