Skip to content

CaptPhunkosis/check_rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

check_rabbitmq

Overview

Needed a simple way to check rabbitmq for connection and queue counts. This was the quick dirty solution. Posting as it might be useful for others and a nice beginning for a fuller featured plugin.

Installation

Just drop it in your NRPE or Nagios libexec directory.

Usage

We used this with NRPE on the server where rabbitmq was doing it's thing. Here's an example from our nrpe.cfg


command[rab_connection_count]=/cloud/src/server/nagios/nrpe64/libexec/check_rabbitmq -a connection_count -C 100 -W 80
command[rab_queries_count]=/cloud/src/server/nagios/nrpe64/libexec/check_rabbitmq -a queues_count -C 100 -W 80

License

Copyright (c) Nick Thuesen

About

Nagios Plugin for RabbitMQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages