mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +08:00
Changed from 09 to 10 for 10GBit, and fix severity duplicate
This commit is contained in:
parent
0a2a4e2aaf
commit
51d0357e15
1 changed files with 1 additions and 2 deletions
|
|
@ -370,8 +370,7 @@ services:
|
||||||
description: The switch appears to be down
|
description: The switch appears to be down
|
||||||
query: junos_up == 0
|
query: junos_up == 0
|
||||||
severity: critical
|
severity: critical
|
||||||
severity: warning
|
|
||||||
- name: High Bandwith Usage 10GiB
|
- name: High Bandwith Usage 10GiB
|
||||||
description: Interface is highly saturated for at least 2 min. (> 9.5GiB/s)
|
description: Interface is highly saturated for at least 2 min. (> 9.5GiB/s)
|
||||||
query: 'irate(junos_interface_transmit_bytes[2m]) * 8 > 1e+09 * 0.95'
|
query: 'irate(junos_interface_transmit_bytes[2m]) * 8 > 1e+10 * 0.95'
|
||||||
severity: critical
|
severity: critical
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue