From 97da7f97b69c1b767475ce57eccb8e7ae3bb6e68 Mon Sep 17 00:00:00 2001 From: samber Date: Fri, 13 Oct 2023 15:10:33 +0000 Subject: [PATCH] Publish --- .../rabbitmq/kbudde-rabbitmq-exporter.yml | 22 +++++++++---------- dist/rules/rabbitmq/rabbitmq-exporter.yml | 20 ++++++++--------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/dist/rules/rabbitmq/kbudde-rabbitmq-exporter.yml b/dist/rules/rabbitmq/kbudde-rabbitmq-exporter.yml index 05af1c7..40b6d95 100644 --- a/dist/rules/rabbitmq/kbudde-rabbitmq-exporter.yml +++ b/dist/rules/rabbitmq/kbudde-rabbitmq-exporter.yml @@ -10,7 +10,7 @@ groups: labels: severity: critical annotations: - summary: Rabbitmq down (instance {{ $labels.instance }}) + summary: RabbitMQ down (instance {{ $labels.instance }}) description: "RabbitMQ node down\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: RabbitmqClusterDown @@ -19,7 +19,7 @@ groups: labels: severity: critical annotations: - summary: Rabbitmq cluster down (instance {{ $labels.instance }}) + summary: RabbitMQ cluster down (instance {{ $labels.instance }}) description: "Less than 3 nodes running in RabbitMQ cluster\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: RabbitmqClusterPartition @@ -28,7 +28,7 @@ groups: labels: severity: critical annotations: - summary: Rabbitmq cluster partition (instance {{ $labels.instance }}) + summary: RabbitMQ cluster partition (instance {{ $labels.instance }}) description: "Cluster partition\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: RabbitmqOutOfMemory @@ -37,7 +37,7 @@ groups: labels: severity: warning annotations: - summary: Rabbitmq out of memory (instance {{ $labels.instance }}) + summary: RabbitMQ out of memory (instance {{ $labels.instance }}) description: "Memory available for RabbmitMQ is low (< 10%)\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: RabbitmqTooManyConnections @@ -46,7 +46,7 @@ groups: labels: severity: warning annotations: - summary: Rabbitmq too many connections (instance {{ $labels.instance }}) + summary: RabbitMQ too many connections (instance {{ $labels.instance }}) description: "RabbitMQ instance has too many connections (> 1000)\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: RabbitmqDeadLetterQueueFillingUp @@ -55,7 +55,7 @@ groups: labels: severity: warning annotations: - summary: Rabbitmq dead letter queue filling up (instance {{ $labels.instance }}) + summary: RabbitMQ dead letter queue filling up (instance {{ $labels.instance }}) description: "Dead letter queue is filling up (> 10 msgs)\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: RabbitmqTooManyMessagesInQueue @@ -64,7 +64,7 @@ groups: labels: severity: warning annotations: - summary: Rabbitmq too many messages in queue (instance {{ $labels.instance }}) + summary: RabbitMQ too many messages in queue (instance {{ $labels.instance }}) description: "Queue is filling up (> 1000 msgs)\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: RabbitmqSlowQueueConsuming @@ -73,7 +73,7 @@ groups: labels: severity: warning annotations: - summary: Rabbitmq slow queue consuming (instance {{ $labels.instance }}) + summary: RabbitMQ slow queue consuming (instance {{ $labels.instance }}) description: "Queue messages are consumed slowly (> 60s)\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: RabbitmqNoConsumer @@ -82,7 +82,7 @@ groups: labels: severity: critical annotations: - summary: Rabbitmq no consumer (instance {{ $labels.instance }}) + summary: RabbitMQ no consumer (instance {{ $labels.instance }}) description: "Queue has no consumer\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: RabbitmqTooManyConsumers @@ -91,7 +91,7 @@ groups: labels: severity: critical annotations: - summary: Rabbitmq too many consumers (instance {{ $labels.instance }}) + summary: RabbitMQ too many consumers (instance {{ $labels.instance }}) description: "Queue should have only 1 consumer\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: RabbitmqUnactiveExchange @@ -100,5 +100,5 @@ groups: labels: severity: warning annotations: - summary: Rabbitmq unactive exchange (instance {{ $labels.instance }}) + summary: RabbitMQ unactive exchange (instance {{ $labels.instance }}) description: "Exchange receive less than 5 msgs per second\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" diff --git a/dist/rules/rabbitmq/rabbitmq-exporter.yml b/dist/rules/rabbitmq/rabbitmq-exporter.yml index 6efae97..be95359 100644 --- a/dist/rules/rabbitmq/rabbitmq-exporter.yml +++ b/dist/rules/rabbitmq/rabbitmq-exporter.yml @@ -10,7 +10,7 @@ groups: labels: severity: critical annotations: - summary: Rabbitmq node down (instance {{ $labels.instance }}) + summary: RabbitMQ node down (instance {{ $labels.instance }}) description: "Less than 3 nodes running in RabbitMQ cluster\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: RabbitmqNodeNotDistributed @@ -19,7 +19,7 @@ groups: labels: severity: critical annotations: - summary: Rabbitmq node not distributed (instance {{ $labels.instance }}) + summary: RabbitMQ node not distributed (instance {{ $labels.instance }}) description: "Distribution link state is not 'up'\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: RabbitmqInstancesDifferentVersions @@ -28,8 +28,8 @@ groups: labels: severity: warning annotations: - summary: Rabbitmq instances different versions (instance {{ $labels.instance }}) - description: "Running different version of Rabbitmq in the same cluster, can lead to failure.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" + summary: RabbitMQ instances different versions (instance {{ $labels.instance }}) + description: "Running different version of RabbitMQ in the same cluster, can lead to failure.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: RabbitmqMemoryHigh expr: 'rabbitmq_process_resident_memory_bytes / rabbitmq_resident_memory_limit_bytes * 100 > 90' @@ -37,7 +37,7 @@ groups: labels: severity: warning annotations: - summary: Rabbitmq memory high (instance {{ $labels.instance }}) + summary: RabbitMQ memory high (instance {{ $labels.instance }}) description: "A node use more than 90% of allocated RAM\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: RabbitmqFileDescriptorsUsage @@ -46,7 +46,7 @@ groups: labels: severity: warning annotations: - summary: Rabbitmq file descriptors usage (instance {{ $labels.instance }}) + summary: RabbitMQ file descriptors usage (instance {{ $labels.instance }}) description: "A node use more than 90% of file descriptors\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: RabbitmqTooManyUnackMessages @@ -55,7 +55,7 @@ groups: labels: severity: warning annotations: - summary: Rabbitmq too many unack messages (instance {{ $labels.instance }}) + summary: RabbitMQ too many unack messages (instance {{ $labels.instance }}) description: "Too many unacknowledged messages\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: RabbitmqTooManyConnections @@ -64,7 +64,7 @@ groups: labels: severity: warning annotations: - summary: Rabbitmq too many connections (instance {{ $labels.instance }}) + summary: RabbitMQ too many connections (instance {{ $labels.instance }}) description: "The total connections of a node is too high\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: RabbitmqNoQueueConsumer @@ -73,7 +73,7 @@ groups: labels: severity: warning annotations: - summary: Rabbitmq no queue consumer (instance {{ $labels.instance }}) + summary: RabbitMQ no queue consumer (instance {{ $labels.instance }}) description: "A queue has less than 1 consumer\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: RabbitmqUnroutableMessages @@ -82,5 +82,5 @@ groups: labels: severity: warning annotations: - summary: Rabbitmq unroutable messages (instance {{ $labels.instance }}) + summary: RabbitMQ unroutable messages (instance {{ $labels.instance }}) description: "A queue has unroutable messages\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"