mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-25 02:46:59 +08:00
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:
parent
0defa99bba
commit
92b82e8319
1 changed files with 1 additions and 1 deletions
|
|
@ -3610,7 +3610,7 @@ groups:
|
||||||
comments: From the official snmp-mixin.
|
comments: From the official snmp-mixin.
|
||||||
- name: SNMP interface down
|
- name: SNMP interface down
|
||||||
description: "Interface {{ $labels.ifDescr }} on {{ $labels.instance }} is operationally down while administratively up."
|
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
|
severity: critical
|
||||||
for: 2m
|
for: 2m
|
||||||
- name: SNMP interface high inbound error rate
|
- name: SNMP interface high inbound error rate
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue