Update rules.yml

This commit is contained in:
Samuel Berthe 2023-06-27 00:28:31 +02:00 committed by GitHub
parent 71f488d744
commit 5d254811b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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