Correct "device" to "interface"

This commit is contained in:
Rob Brown 2020-05-14 16:57:19 +01:00
parent 5d3e812fd7
commit 5050fd64d5

View file

@ -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