mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +08:00
Add HostNetworkNot1GbSpeed rule
This commit is contained in:
parent
7293bca720
commit
5d3e812fd7
1 changed files with 4 additions and 0 deletions
|
|
@ -223,6 +223,10 @@ groups:
|
|||
description: '{{ $labels.instance }} interface {{ $labels.device }} has encountered {{ printf "%.0f" $value }} transmit errors in the last five minutes.'
|
||||
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.'
|
||||
query: 'node_network_speed_bytes != 125000000'
|
||||
severity: warning
|
||||
|
||||
- name: Docker containers
|
||||
exporters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue