From 46b55698d211e92044aa6d9cb561e888b1b0f2fe Mon Sep 17 00:00:00 2001 From: Ahmy Yulrizka Date: Tue, 29 Jan 2013 18:56:03 +0100 Subject: [PATCH] Update README.rst fix #6 read me example make the plugins does not work --- README.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 8b5ee6c..1a383c0 100644 --- a/README.rst +++ b/README.rst @@ -27,19 +27,19 @@ 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_consumers] user root - [rabbitmq-messages] + [rabbitmq_messages] user root - [rabbitmq-messages_unacknowledged] + [rabbitmq_messages_unacknowledged] user root - [rabbitmq-messages_uncommitted] + [rabbitmq_messages_uncommitted] user root - [rabbitmq-queue_memory] + [rabbitmq_queue_memory] user root @@ -49,16 +49,16 @@ Using a Custom Virtual Host You can set the name of virtual host by changing the plug-in configuration file (on debian that is ``/etc/munin/plugin-conf.d``):: - [rabbitmq-consumers] + [rabbitmq_consumers] env.vhost vhostname - [rabbitmq-messages] + [rabbitmq_messages] env.vhost vhostname - [rabbitmq-messages_unacknowledged] + [rabbitmq_messages_unacknowledged] env.vhost vhostname - [rabbitmq-messages_uncommitted] + [rabbitmq_messages_uncommitted] env.vhost vhostname [rabbitmq-queue_memory]