mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +08:00
Update rules.yml
This commit is contained in:
parent
71f488d744
commit
5d254811b4
1 changed files with 2 additions and 2 deletions
|
|
@ -770,8 +770,8 @@ groups:
|
|||
severity: warning
|
||||
for: 2m
|
||||
- name: Redis too many connections
|
||||
description: Redis instance has too many connections
|
||||
query: 'redis_connected_clients > 100'
|
||||
description: Redis is running out of connections (> 90% used)
|
||||
query: 'redis_connected_clients / redis_config_maxclients * 100 > 90'
|
||||
severity: warning
|
||||
for: 2m
|
||||
- name: Redis not enough connections
|
||||
|
|
|
|||
Loading…
Reference in a new issue