Skip to content

Some lightweight Nagios/Icinga check plugins for RabbitMQ

License

Notifications You must be signed in to change notification settings

sol1/icinga-check-rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

icinga-check-rabbitmq

Some lightweight Nagios/Icinga check plugins for RabbitMQ.

Checks

The following checks are included:

  • check_rabbitmq_consumers.sh: Number of consumers on a queue
  • check_rabbitmq_queuesize.sh: Number of messages in all queues

Requirements

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:

  • curl
  • jq version 1.5 or above

TODO

  • TODO

About

Some lightweight Nagios/Icinga check plugins for RabbitMQ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages