mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-08-20 18:33:52 -07:00
Merge acda8e3856
into be19d537cd
This commit is contained in:
commit
53f526ea62
|
@ -424,14 +424,14 @@
|
|||
{
|
||||
alert: 'NodeBondingDegraded',
|
||||
expr: |||
|
||||
(node_bonding_slaves - node_bonding_active) != 0
|
||||
(node_bonding_slaves{%(nodeExporterSelector)s} - node_bonding_active{%(nodeExporterSelector)s}) != 0
|
||||
||| % $._config,
|
||||
'for': '5m',
|
||||
labels: {
|
||||
severity: 'warning',
|
||||
},
|
||||
annotations: {
|
||||
summary: 'Bonding interface is degraded',
|
||||
summary: 'Bonding interface is degraded.',
|
||||
description: 'Bonding interface {{ $labels.master }} on {{ $labels.instance }} is in degraded state due to one or more slave failures.',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue