- Notifications
You must be signed in to change notification settings - Fork104
A set of nagios checks for RabbitMQ using the management interface
License
nagios-plugins-rabbitmq/nagios-plugins-rabbitmq
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This package contains a set of nagios checks useful for monitoring aRabbitMQ server. They use the RabbitMQ management interface over HTTPand therefore have a very light profile on the Nagios server.
See thedocumentation on theRabbitMQ management interface for more details on what it provides.
- master - Default and development branch which use
Monitoring::plugin. All pull request are merged on this branch and tested before any merging or backporting to other branches - libperl-monitoring-plugin - Stable branche which use the perl
Monitoring::plugin - libperl-nagios-plugin - Stable branche which use the perl
Nagios::plugin
NOTE: The perl Nagios::plugin is now deprecated and renamed into Monitoring::plugin. It's explainedhere.
Nagios::Plugin - Removed from CPAN by request of Nagios Enterprises, succeeded by Monitoring::Plugin
Currently we have the following checks:
check_rabbitmq_aliveness
- Use the
/api/aliveness-testAPI to send/receive a message.
- Use the
check_rabbitmq_connections
- Use the
/api/connectionsAPI to gather details of connections used,their state and their throughput
- Use the
check_rabbitmq_exchange
- Use the
/api/exchangesAPI to collect average rates of confirmed, published in and published outmessages/second in a period of time on a given exchange.
- Use the
check_rabbitmq_objects
- Use a variety of APIs to count instances of various objects on theserver. These include vhosts, exchanges, bindings, queues andchannels.
check_rabbitmq_overview
- Use the
/api/overviewAPI to collect the number of pending, readyand unacknowledged messages on the server
- Use the
check_rabbitmq_partition
- Use the
/api/nodesAPI to check for partitions in a RabbitMQ cluster.
- Use the
check_rabbitmq_cluster
- Use the
/api/nodesAPI to check how many node are alive in the cluster.
- Use the
check_rabbitmq_queue
- Use the
/api/queueAPI to collect the number of pending, ready andunacknowledged messages and the number of consumers on a given queue orall the queues available. Exclude parameter also works if all queuesare checked
- Use the
check_rabbitmq_server
- Use the
/api/nodesAPI to gather resource usage of the rabbitmq servernode
- Use the
check_rabbitmq_shovels
- Use the
/api/nodesAPI check that all the shovels of the given RabbitMQhost are running
- Use the
check_rabbitmq_watermark
- Use the
/api/nodesAPI to check to see if mem_alarm has been set to true
- Use the
See the relevant POD documentation/man pages for more information on usage.
This file is part of nagios-plugins-rabbitmq.
Copyright 2010, Platform 14.
Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.
James Caseyjamesc.000@gmail.com, Thierno IB. BARRY@barryib
About
A set of nagios checks for RabbitMQ using the management interface
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.