Host Network Transmit Errors
warning

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

The rule computes the per‑second rate of transmit errors and total transmit packets over the last 2 minutes and checks whether the error rate (errors / packets) is greater than 1 % (0.01). If that condition is true for a given host and network interface, the "Host Network Transmit Errors" alert is triggered.

Get Alert
Download
Copy to Clipboard