mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 01:47:17 +08:00
Remove redundant example, and changed notation for easier reading
This commit is contained in:
parent
5e40343cbc
commit
0a2a4e2aaf
1 changed files with 2 additions and 5 deletions
|
|
@ -370,11 +370,8 @@ 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
|
||||||
- name: High Bandwith Usage 1GiB
|
|
||||||
description: Interfaceis highly saturated for at least 2 min. (> 0.95GiB/s)
|
|
||||||
query: 'irate(junos_interface_transmit_bytes[2m]) * 8 > 9.5e+09'
|
|
||||||
severity: warning
|
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 > 9.5e+08'
|
query: 'irate(junos_interface_transmit_bytes[2m]) * 8 > 1e+09 * 0.95'
|
||||||
severity: warning
|
severity: critical
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue