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:
parent
80b2fda42e
commit
2690dcb686
9
README
Normal file
9
README
Normal 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!
|
Loading…
Reference in New Issue
Block a user