mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 02:17:00 +08:00
Update rules.yml
This commit is contained in:
parent
61a40270d9
commit
9b0ac7d230
1 changed files with 0 additions and 5 deletions
|
|
@ -876,11 +876,6 @@ groups:
|
||||||
query: 'avg by(instance) (rate(mongodb_ss_connections{conn_type="current"}[1m])) / avg by(instance) (sum (mongodb_ss_connections) by (instance)) * 100 > 80'
|
query: 'avg by(instance) (rate(mongodb_ss_connections{conn_type="current"}[1m])) / avg by(instance) (sum (mongodb_ss_connections) by (instance)) * 100 > 80'
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 2m
|
for: 2m
|
||||||
- name: MongoDB virtual memory usage
|
|
||||||
description: High memory usage
|
|
||||||
query: "(sum(mongodb_ss_mem_virtual) BY (instance) / sum(mongodb_ss_mem_resident) BY (instance)) > 3"
|
|
||||||
severity: warning
|
|
||||||
for: 2m
|
|
||||||
|
|
||||||
- name: dcu/mongodb_exporter
|
- name: dcu/mongodb_exporter
|
||||||
slug: dcu-mongodb-exporter
|
slug: dcu-mongodb-exporter
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue