SMART device temperature over trip value
critical

Description Device temperature over trip value on {{ $labels.instance }} drive {{ $labels.device }})
Query
>>>
	
				
					
					
						max_over_time
					
				
			
				
					(
				
			
				
					
				
			
				
					{temperature_type="current"} [10m]) >= on(device, instance) 
				
			
				
					
				
			
				
					{temperature_type="drive_trip"}
				
			
    
Query Explanation

The rule computes the highest smartctl_device_temperature{temperature_type=\"current\"} value observed for each device over the past 10 minutes and checks if it is greater than or equal to that device’s smartctl_device_temperature{temperature_type=\"drive_trip\"} (trip) threshold. If any device’s temperature reaches or exceeds its trip value within the 10‑minute window, the alert fires.

Get Alert
Download
Copy to Clipboard