--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Plugins are enabled using rabbitmq-plugins, a CLI tool [1].The plugin must be placed into the plugins directory.
On Tue, May 8, 2018 at 2:12 PM, uttam anand <ryans...@gmail.com> wrote:
Hi Guys,Currently I have a running cluster of RabbitMQ 3.5.4 . I want to monitor RabbitMQ using Prometheus.But, there is no Prometheus RabbitMQ Exporter for 3.5.4 version of RabbitMQ.I find upgrading from 3.5.4 to 3.7.4 is only the solution to this.If suppose I upgrade RabbitMQ to 3.7.4, how can I run the Prometheus rabbitmq exporter in non container environment?Just placing the prometheus_rabbitmq_exporter-v3.7.2.1.ez in the rabbitmq/plugin folder and enabling it through /etc/rabbitmq/rabbitmq.config ??Any thoughts?ThanksUttam Anand
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--MKStaff Software Engineer, Pivotal/RabbitMQ
The approach is the right one but file contents should be[rabbitmq_management,prometheus_rabbitmq_exporter,prometheus_process_collector,prometheus_httpd].
On Wed, May 9, 2018 at 11:13 AM, ryan suxena <ryans...@gmail.com> wrote:
Then I guess I am doing it a right way.Thanks Michael for you kind guidance.
On Wed, May 9, 2018 at 9:40 AM, Michael Klishin <mkli...@pivotal.io> wrote:
This is the right way to "preconfigure" plugins.enabled_plugins must contain a list of atoms (plugin names) ending with a dot (required by the runtime).You have 4 lists of 1 element each.
On Wed, May 9, 2018 at 9:18 AM, ryan suxena <ryans...@gmail.com> wrote:
I am trying to enable the plugin using the enabled_plugin file in the screenshot below. I don't want to use the CLI for enabling it as I do not want it to be a manual process for installation of RabbitMQ.
<image.png>Any thoughts?
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.

