mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
Correct "device" to "interface"
This commit is contained in:
parent
5d3e812fd7
commit
5050fd64d5
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ groups:
|
|||
query: 'increase(node_network_transmit_errs_total[5m]) > 0'
|
||||
severity: warning
|
||||
- name: Host Network Not 1Gb Speed
|
||||
description: 'The network interface "{{ $labels.device }}" on "{{ $labels.instance }}" is not connected at 1Gb.'
|
||||
description: 'The network interface "{{ $labels.interface }}" on "{{ $labels.instance }}" is not connected at 1Gb.'
|
||||
query: 'node_network_speed_bytes != 125000000'
|
||||
severity: warning
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue