1
0
mirror of https://github.com/cmur2/munin-rabbitmq.git synced 2024-11-13 02:56:18 +01:00

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

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!