No description
Find a file
2014-11-28 11:39:38 +01:00
debian Fix typo in debian install file 2014-11-28 11:39:38 +01:00
plugin-conf.d Initial debian packaging 2014-11-28 11:32:18 +01:00
plugins Comestic changes to graph metadata 2014-11-07 09:44:51 +01:00
README.md Updated README.md 2014-11-28 10:02:32 +01:00

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 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_

    • TODO

See 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 at

http://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 michael.jeanson@isvtec.com based upon nagios-plugins-rabbitmq by James Casey jamesc.000@gmail.com.