mirror of
https://github.com/cmur2/munin-rabbitmq.git
synced 2024-11-14 18:56:16 +01:00
two issues about plugin config
1. rabbitmq_connections need root account. 2. change "-" to "_", since all the plugins use "_".
This commit is contained in:
parent
0d519ceb69
commit
89e59bf484
13
README.rst
13
README.rst
@ -27,19 +27,22 @@ To use these plug-ins you have to tell munin-node to execute them as
|
||||
root by changing the plug-in configuration file (on debian that is
|
||||
``/etc/munin/plugin-conf.d``)::
|
||||
|
||||
[rabbitmq-consumers]
|
||||
[rabbitmq_connections]
|
||||
user root
|
||||
|
||||
[rabbitmq-messages]
|
||||
[rabbitmq_consumers]
|
||||
user root
|
||||
|
||||
[rabbitmq-messages_unacknowledged]
|
||||
[rabbitmq_messages]
|
||||
user root
|
||||
|
||||
[rabbitmq-messages_uncommitted]
|
||||
[rabbitmq_messages_unacknowledged]
|
||||
user root
|
||||
|
||||
[rabbitmq-queue_memory]
|
||||
[rabbitmq_messages_uncommitted]
|
||||
user root
|
||||
|
||||
[rabbitmq_queue_memory]
|
||||
user root
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user