Check rabbitmq for connection and queue counts
https://github.com/CaptPhunkosis/check_rabbitmq
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.
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]=$USER1$/check_rabbitmq -a connection_count -C 100 -W 80
command[rab_queries_count]=$USER1$/check_rabbitmq -a queues_count -C 100 -W 80
- Links to server:monitoring / monitoring...s-rabbitmq
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:infrastructure/monitoring-plugins-rabbitmq && cd $_
- Create Badge
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000471 471 Bytes |
Comments 0