1
0
mirror of https://github.com/cmur2/munin-rabbitmq.git synced 2024-11-13 02:56:18 +01:00
Munin-plugins for RabbitMQ
Go to file
2018-05-04 12:00:44 +02:00
AUTHORS Adds Ting Zhou to AUTHORS 2013-08-07 15:15:34 +01:00
LICENSE Added BSD License. Closes #1 2010-05-20 07:48:41 +02:00
rabbitmq_connections Use HTTP API of management plugin to lower CPU load 2018-05-04 12:00:44 +02:00
rabbitmq_queue_consumers Use HTTP API of management plugin to lower CPU load 2018-05-04 12:00:44 +02:00
rabbitmq_queue_memory Use HTTP API of management plugin to lower CPU load 2018-05-04 12:00:44 +02:00
rabbitmq_queue_messages Use HTTP API of management plugin to lower CPU load 2018-05-04 12:00:44 +02:00
README.rst Use HTTP API of management plugin to lower CPU load 2018-05-04 12:00:44 +02:00

=========================
 RabbitMQ Munin Plug-Ins
=========================

Installation
============

Copy the plug-ins to the munin plugin directory, e.g ``/etc/munin/plugins/``.


Using a Custom Virtual Host
============================

You can set the name of virtual host by changing the plug-in configuration
file (on debian that is ``/etc/munin/plugin-conf.d``)::

    [rabbitmq_connections]
    env.url http://guest:guest@127.0.0.1:15672

    [rabbitmq_queue_consumers]
    env.url http://guest:guest@127.0.0.1:15672

    [rabbitmq_queue_disk]
    env.url http://guest:guest@127.0.0.1:15672

    [rabbitmq_queue_memory]
    env.url http://guest:guest@127.0.0.1:15672

    [rabbitmq_queue_messages]
    env.url http://guest:guest@127.0.0.1:15672