NodeNetworkTransmitErrs
warning

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

				
			
    
Query Explanation

The rule calculates the error rate of transmitted packets on each network interface over the past 2 minutes by dividing the rate of transmit errors (rate(node_network_transmit_errs_total[2m])) by the rate of total transmitted packets (rate(node_network_transmit_packets_total[2m])). If this error rate exceeds 1 % (0.01), the alert triggers, indicating that the interface {{ $labels.device }} on {{ $labels.instance }} has experienced high transmit errors.

Exporters Used

Related Alerts

Get Alert
Download
Copy to Clipboard