mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
549f17f90e
Add "Get macOS disk free space percentage" query to `/handbook/queries`
290 B
290 B
Get macOS disk free space percentage
Displays the percentage of free space available on the primary disk partition.
Support
macOS
Query
SELECT (blocks_available * 100 / blocks) AS pct, * FROM mounts WHERE path = '/';
Purpose
Informational
Remediation
N/A