From 0ba7c2a47e9f49427be8b84afc09ed33ce9a5400 Mon Sep 17 00:00:00 2001 From: Alberto del Barrio <9251788+the-smooth-operator@users.noreply.github.com> Date: Sun, 27 Jun 2021 14:16:42 +0200 Subject: [PATCH] fix typo (#228) --- _data/rules.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/rules.yml b/_data/rules.yml index d38fec3..98b0fd7 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -836,12 +836,12 @@ groups: query: 'rabbitmq_process_open_fds / rabbitmq_process_max_fds * 100 > 90' severity: warning for: 2m - - name: Rabbitmq too much unack - description: Too much unacknowledged messages + - name: Rabbitmq too many unack messages + description: Too many unacknowledged messages query: 'sum(rabbitmq_queue_messages_unacked) BY (queue) > 1000' severity: warning for: 1m - - name: Rabbitmq too much connections + - name: Rabbitmq too many connections description: The total connections of a node is too high query: 'rabbitmq_connections > 1000' severity: warning