https://github.com/mjeanson/munin-plugins-rabbitmq
https://github.com/mjeanson/munin-plugins-rabbitmq
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mjeanson/munin-plugins-rabbitmq
- Owner: mjeanson
- Created: 2014-11-06T13:50:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-28T10:39:43.000Z (over 10 years ago)
- Last Synced: 2025-02-16T10:14:47.272Z (4 months ago)
- Language: Perl
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
munin-plugins-rabbitmq
=======================Overview
--------
This package contains a set of munin plugins useful for monitoring a
RabbitMQ server. They use the RabbitMQ management interface with is over
HTTP and therefore have a very light profile on the server.See the [documentation](http://www.rabbitmq.com/management.html) on the
RabbitMQ management interface for more details on what it provides.Status
------
Currently we have the following plugins:- rabbitmq\_connections
- Use the `/api/connections` API to gather connections usage and
transfer rates- rabbitmq\_messages
- Use the `/api/overview` API to gather messages rates by type- rabbitmq\_node
- Use the `/api/nodes` API to gather memory, process, fd and socket usage- rabbitmq\_objects
- TODO- rabbitmq\_queue\_
- TODOSee the relevant POD documentation/man pages for more information on usage.
Licence
-------Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.Author
------Written by Michael Jeanson based upon
nagios-plugins-rabbitmq by James Casey .