Host software RAID insufficient drives
critical

Description MD RAID array {{ $labels.device }} on {{ $labels.instance }} has insufficient drives remaining.
Query
>>>
	
				
					((
				
			
				
					
				
			
				
					 - on(device, instance) 
				
			
				
					
				
			
				
					{state="active"}) > 0)
				
			
    
Query Explanation

The rule subtracts the number of active disks (node_md_disks{state="active"}) from the total disks required for the RAID array (node_md_disks_required); if this difference is > 0, indicating the array has fewer active drives than needed, the alert is triggered.

Get Alert
Download
Copy to Clipboard