This commit is contained in:
v-zhuravlev 2025-08-07 17:15:03 -04:00 committed by GitHub
commit 53f526ea62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -424,14 +424,14 @@
{ {
alert: 'NodeBondingDegraded', alert: 'NodeBondingDegraded',
expr: ||| expr: |||
(node_bonding_slaves - node_bonding_active) != 0 (node_bonding_slaves{%(nodeExporterSelector)s} - node_bonding_active{%(nodeExporterSelector)s}) != 0
||| % $._config, ||| % $._config,
'for': '5m', 'for': '5m',
labels: { labels: {
severity: 'warning', severity: 'warning',
}, },
annotations: { 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.', description: 'Bonding interface {{ $labels.master }} on {{ $labels.instance }} is in degraded state due to one or more slave failures.',
}, },
}, },