Skip to content

Commit

Permalink
README added, describes how to give access to rabbitmqctl for the mun…
Browse files Browse the repository at this point in the history
…in user.
  • Loading branch information
Ask Solem committed Jun 18, 2009
1 parent 80b2fda commit 2690dcb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README
@@ -0,0 +1,9 @@
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!

0 comments on commit 2690dcb

Please sign in to comment.