From 2eb626bd016d0b01db2116cffccf07c4303b61fc Mon Sep 17 00:00:00 2001 From: Alberto del Barrio Date: Fri, 25 Jun 2021 14:23:53 +0200 Subject: [PATCH] fix typo --- _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