Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Describe which plugin each service check is available with #14550

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`."
}
]