mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 10:26:58 +08:00
Publish
This commit is contained in:
parent
aad1c4cd95
commit
5c0963558a
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ groups:
|
||||||
description: "Redis is running out of system memory (> 90%)\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
description: "Redis is running out of system memory (> 90%)\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
||||||
|
|
||||||
- alert: RedisOutOfConfiguredMaxmemory
|
- alert: RedisOutOfConfiguredMaxmemory
|
||||||
expr: 'redis_memory_used_bytes / redis_memory_max_bytes * 100 > 90'
|
expr: 'redis_memory_used_bytes / redis_memory_max_bytes * 100 > 90 and on(instance) redis_memory_max_bytes > 0'
|
||||||
for: 2m
|
for: 2m
|
||||||
labels:
|
labels:
|
||||||
severity: warning
|
severity: warning
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue