User Tools
resolution_area:prometheus_resolutions:res-p1401
DiskSpaceLow
Level: Major
Purpose: Identify when there is only 20% or 10% of disk space left
Scenario: Major - Disk usage on <server> has been more than 90% for 5m. Minor - Disk usage on <server> has been more than 80% for 5m.
Resolution: Check free space on server: “df -h” & remove any large temporary files
sudo du -sxh /* 2>/dev/null | sort -h
Above command is useful to pinpoint which folder has most space usage. Move into this folder and run again to see which folder inside has most space.. continue until you find the source.
Manual Action Steps: Temporary files include DB dumps, heap dumps, large files in temp or backup directories.
Auto Clear: Will clear when disk space is lower than 90%/80%
resolution_area/prometheus_resolutions/res-p1401.txt · Last modified: 2022/12/19 11:33 by 10.91.110.100