Skip to content

Sensu / Nagios compatible plugin to check RabbitMQ queue lenghts

Notifications You must be signed in to change notification settings

kerma/check-rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

check-rabbitmq

Sensu / Nagios compatible plugin to check RabbitMQ queue item counts. Requires RabbitMQ management plugin to be enabled:

$ rabbitmq-plugins enable rabbitmq_management

Usage

$ check-rabbitmq -host http://somehost:15672 \
	-user admin -password secret 
	-error 10 -warn 5 \
	-queue 'pattern' \
	-exclude '^some_queue$'

Why

I needed an excuse to learn golang.

About

Sensu / Nagios compatible plugin to check RabbitMQ queue lenghts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages