Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
samber committed May 23, 2024
1 parent 9b0ac7d commit 8759c50
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions dist/rules/mongodb/percona-mongodb-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,3 @@ groups:
annotations:
summary: MongoDB too many connections (instance {{ $labels.instance }})
description: "Too many connections (> 80%)\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"

- alert: MongodbVirtualMemoryUsage
expr: '(sum(mongodb_ss_mem_virtual) BY (instance) / sum(mongodb_ss_mem_resident) BY (instance)) > 3'
for: 2m
labels:
severity: warning
annotations:
summary: MongoDB virtual memory usage (instance {{ $labels.instance }})
description: "High memory usage\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"

0 comments on commit 8759c50

Please sign in to comment.