NodeNetworkReceiveErrs
warning

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

				
			
    
Query Explanation

The query calculates the error rate as rate(node_network_receive_errs_total[2m]) / rate(node_network_receive_packets_total[2m]); if this ratio is greater than 0.01 (i.e., more than 1 % of packets are receive errors over the last two minutes), the alert triggers, flagging the specified instance and network interface.

Exporters Used

Related Alerts

Get Alert
Download
Copy to Clipboard