Munin-plugins for RabbitMQ
Go to file
Ask Solem 2690dcb686 README added, describes how to give access to rabbitmqctl for the munin user. 2009-06-18 15:57:20 +02:00
README README added, describes how to give access to rabbitmqctl for the munin user. 2009-06-18 15:57:20 +02:00
rabbitmq-connections Set graph category 2009-06-18 15:43:37 +02:00
rabbitmq-consumers Don't have to use awk to extract the name if we restrict the fields. 2009-06-18 15:47:06 +02:00
rabbitmq-messages Don't have to use awk to extract the name if we restrict the fields. 2009-06-18 15:47:06 +02:00
rabbitmq-messages_unacknowledged Don't have to use awk to extract the name if we restrict the fields. 2009-06-18 15:47:06 +02:00
rabbitmq-messages_uncommitted Don't have to use awk to extract the name if we restrict the fields. 2009-06-18 15:47:06 +02:00
rabbitmq-queue_memory Don't have to use awk to extract the name if we restrict the fields. 2009-06-18 15:47:06 +02:00

README

To use these plug-ins you (regretfully) have to grant access for the
munin-node user to use rabbitmqctl via sudo.

Add this to your ``/etc/sudoers`` file by running ``visudo``::

    muninuser ALL= NOPASSWD: /usr/sbin/rabbitmqctl list_queues *
    muninuser ALL= NOPASSWD: /usr/sbin/rabbitmqctl list_connections

Be careful and use at your own risk!