2009-06-19 14:34:53 +02:00
|
|
|
=========================
|
|
|
|
RabbitMQ Munin Plug-Ins
|
|
|
|
=========================
|
|
|
|
|
|
|
|
Installation
|
|
|
|
============
|
|
|
|
|
|
|
|
Copy the plug-ins to the munin plugin directory, e.g ``/etc/munin/plugins/``.
|
|
|
|
|
|
|
|
Granting Permissions
|
|
|
|
====================
|
|
|
|
|
2010-04-21 12:40:38 +02:00
|
|
|
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``)::
|
2009-06-18 15:57:20 +02:00
|
|
|
|
2013-01-29 07:36:51 +01:00
|
|
|
[rabbitmq_connections]
|
2010-04-21 12:40:38 +02:00
|
|
|
user root
|
|
|
|
|
2018-04-18 08:35:57 +02:00
|
|
|
[rabbitmq_queue_consumers]
|
2010-04-21 12:40:38 +02:00
|
|
|
user root
|
|
|
|
|
2018-04-18 08:35:57 +02:00
|
|
|
[rabbitmq_queue_disk]
|
2010-04-21 12:40:38 +02:00
|
|
|
user root
|
|
|
|
|
2018-04-18 08:35:57 +02:00
|
|
|
[rabbitmq_queue_memory]
|
2010-04-21 12:40:38 +02:00
|
|
|
user root
|
2009-06-18 15:57:20 +02:00
|
|
|
|
2018-04-18 08:35:57 +02:00
|
|
|
[rabbitmq_queue_messages]
|
2010-04-21 12:40:38 +02:00
|
|
|
user root
|
2009-06-18 15:57:20 +02:00
|
|
|
|
2009-06-19 14:34:53 +02:00
|
|
|
|
|
|
|
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``)::
|
|
|
|
|
2018-04-18 08:35:57 +02:00
|
|
|
[rabbitmq_queue_consumers]
|
2009-06-19 14:34:53 +02:00
|
|
|
env.vhost vhostname
|
|
|
|
|
2018-04-18 08:35:57 +02:00
|
|
|
[rabbitmq_queue_disk]
|
2009-06-19 14:34:53 +02:00
|
|
|
env.vhost vhostname
|
|
|
|
|
2018-04-18 08:35:57 +02:00
|
|
|
[rabbitmq_queue_memory]
|
2009-06-19 14:34:53 +02:00
|
|
|
env.vhost vhostname
|
|
|
|
|
2018-04-18 08:35:57 +02:00
|
|
|
[rabbitmq_queue_messages]
|
2009-06-19 14:34:53 +02:00
|
|
|
env.vhost vhostname
|