Host Network Receive Errors warning
Host {{ $labels.instance }} interface {{ $labels.device }} has encountered {{ printf "%.0f" $value }} receive errors in the last two minutes.
>>>
(
rate
(
[2m]) /
rate
(
[2m]) > 0.01)
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