From 47964b9de3a713c37f83ca2801338218535654e2 Mon Sep 17 00:00:00 2001 From: Ilia Kurenkov Date: Mon, 1 May 2023 12:28:50 +0200 Subject: [PATCH] Describe which plugin each service check is available with --- rabbitmq/assets/service_checks.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rabbitmq/assets/service_checks.json b/rabbitmq/assets/service_checks.json index ef54b90317dd8..6fd012733e076 100644 --- a/rabbitmq/assets/service_checks.json +++ b/rabbitmq/assets/service_checks.json @@ -12,7 +12,7 @@ "vhost" ], "name": "Aliveness", - "description": "Returns the status of a vhost based on the RabbitMQ [Aliveness API](https://github.com/rabbitmq/rabbitmq-management/blob/rabbitmq_v3_6_8/priv/www/api/index.html). The Aliveness API will create a test queue, then publish and consume a message from that queue. Returns `OK` if the status code from the API is 200 and `CRITICAL` otherwise." + "description": "Only available with the RabbitMQ Management Plugin. Returns the status of a vhost based on the RabbitMQ [Aliveness API](https://github.com/rabbitmq/rabbitmq-management/blob/rabbitmq_v3_6_8/priv/www/api/index.html). The Aliveness API will create a test queue, then publish and consume a message from that queue. Returns `OK` if the status code from the API is 200 and `CRITICAL` otherwise." }, { "agent_version": "5.9.0", @@ -26,7 +26,7 @@ "host" ], "name": "Status", - "description": "Returns the status of the RabbitMQ server. Returns `OK` if the agent was able to contact the API and `CRITICAL` otherwise." + "description": "Only available with the RabbitMQ Management Plugin. Returns the status of the RabbitMQ server. Returns `OK` if the agent was able to contact the API and `CRITICAL` otherwise." }, { "agent_version": "7.44.0", @@ -41,6 +41,6 @@ "endpoint" ], "name": "OpenMetrics endpoint health", - "description": "Returns `CRITICAL` if the Agent is unable to connect to the OpenMetrics endpoint, otherwise returns `OK`." + "description": "Only available with the RabbitMQ Prometheus Plugin. Returns `CRITICAL` if the Agent is unable to connect to the OpenMetrics endpoint, otherwise returns `OK`." } ]