README added, describes how to give access to rabbitmqctl for the munin user.

This commit is contained in:
Ask Solem 2009-06-18 15:57:20 +02:00
parent 80b2fda42e
commit 2690dcb686
1 changed files with 9 additions and 0 deletions

9
README Normal file
View File

@ -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!