Skip to content

Commit

Permalink
Describe which plugin each service check is available with
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur committed May 22, 2023
1 parent 4b8d7cb commit 47964b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rabbitmq/assets/service_checks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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`."
}
]

0 comments on commit 47964b9

Please sign in to comment.