Host Network Receive Errors
warning

Description Host {{ $labels.instance }} interface {{ $labels.device }} has encountered {{ printf "%.0f" $value }} receive errors in the last two minutes.
Query for 2m
>>>
	
				
					(
				
			
				
					
					
						rate
					
				
			
				
					(
				
			
				
					
				
			
				
					[2m]) / 
				
			
				
					
					
						rate
					
				
			
				
					(
				
			
				
					
				
			
				
					[2m]) > 0.01)
				
			
    
Query Explanation

The query calculates the error rate of incoming network traffic for each interface over the last two minutes by dividing the per‑second rate of receive errors by the per‑second rate of received packets, and triggers when that error rate exceeds 1 %. When this condition holds, the alert fires, showing the instance, device, and the number of errors.

Get Alert
Download
Copy to Clipboard