ClickHouse Disk Space Critical on Default
critical

Description Disk space on default disk is critically low, below 10%.
Query for 2m
>>>
	
				
					
				
			
				
					 / (
				
			
				
					
				
			
				
					 + 
				
			
				
					
				
			
				
					) * 100 < 10
				
			
    
Query Explanation

The query calculates the percentage of free disk space on the default ClickHouse disk by dividing the available space by the total space (available + used) and multiplying by 100; the alert fires when this free‑space percentage drops below 10 %. Thus, if less than 10 % of the disk remains unfilled, the alert triggers.

Get Alert
Download
Copy to Clipboard