Some lightweight Nagios/Icinga check plugins for RabbitMQ.
The following checks are included:
check_rabbitmq_consumers.sh
: Number of consumers on a queuecheck_rabbitmq_queuesize.sh
: Number of messages in all queues
The basic check logic is written in bash. Checks rely on the HTTP API provided
by the RabbitMQ management interface, so the rabbitmq-management
plugin must
be enabled and the API accessible from the machine you intend to run the check
from (probably localhost).
You also need the following utilities in your $PATH
:
- TODO