Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Samuel Berthe 2026-03-16 04:49:53 +01:00 committed by GitHub
parent 0defa99bba
commit 92b82e8319
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3610,7 +3610,7 @@ groups:
comments: From the official snmp-mixin.
- name: SNMP interface down
description: "Interface {{ $labels.ifDescr }} on {{ $labels.instance }} is operationally down while administratively up."
query: '(ifOperStatus{job=~"snmp.*"} == 2) and on(instance, ifIndex) (ifAdminStatus == 1)'
query: '(ifOperStatus{job=~"snmp.*"} == 2) and on(instance, job, ifIndex) (ifAdminStatus{job=~"snmp.*"} == 1)'
severity: critical
for: 2m
- name: SNMP interface high inbound error rate