From 5d254811b48ba0df6df50b4a357fdddbce17edfe Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Tue, 27 Jun 2023 00:28:31 +0200 Subject: [PATCH] Update rules.yml --- _data/rules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/rules.yml b/_data/rules.yml index fbc43b9..f30cc3e 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -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