SMART device temperature nearing trip value
warning

Description Device temperature at 80% of trip value on {{ $labels.instance }} drive {{ $labels.device }})
Query
>>>
	
				
					
					
						max_over_time
					
				
			
				
					(
				
			
				
					
				
			
				
					{temperature_type="current"} [10m]) >= on(device, instance) (
				
			
				
					
				
			
				
					{temperature_type="drive_trip"} * .80)
				
			
    
Get Alert
Download
Copy to Clipboard