noxdafox / rabbitmq-cloudwatch-exporter

RabbitMQ Plugin for publishing cluster metrics to AWS CloudWatch
Mozilla Public License 2.0
41 stars 9 forks source link

Missing dependencies on enabling plugin #37

Closed selvathiruarul closed 3 years ago

selvathiruarul commented 3 years ago

I'm getting

rabbitmq_cloudwatch_exporter Error: {:missing_dependencies, [:jsx], [:erlcloud]}

when I try to enable the plugin, this was working before. Let me know if something is changed

Thanks

noxdafox commented 3 years ago

What RabbitMQ and Erlang version are you using? erlcloud is actually within the release assets, are you placing it in the correct plugins folder?

selvathiruarul commented 3 years ago

@noxdafox: Thanks for checking this. I use Rabbitmq - 3.7.11 & Erlang - 23.3.4.4 . Yes, I placed erlcloud-3.3.2.ez in the correct plugins folder and I couldn't find jsx in the assets.

selvathiruarul commented 3 years ago

any thoughts on why jsx-2.9.0.ez isn't available anymore in the release assets?

noxdafox commented 3 years ago

jsx-3.1.0 has been added back to the release assets.

Please let me know if the issue persists.

selvathiruarul commented 3 years ago

It works now. Thanks