Skip to content

Commit a0a47ba

Browse files
committed
LinkIsSlow: exclude wlc
1 parent aa7b6ff commit a0a47ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gen/k8s/prom/rules.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

k8s/prom/rules/snmp.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
{
6262
alert: 'LinkIsSlow',
63-
expr: 'ifSpeed < 1000000000 and ifSpeed > 0 and ifOperStatus == 1 and ifAdminStatus == 1',
63+
expr: 'ifSpeed{instance!~"^wlc-.+$"} < 1000000000 and ifSpeed > 0 and ifOperStatus == 1 and ifAdminStatus == 1',
6464
labels: {
6565
severity: 'critical',
6666
},

0 commit comments

Comments
 (0)