noxdafox / rabbitmq-cloudwatch-exporter

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

dependency issue during v1.0.0 installation #22

Closed vkarhaltsev closed 4 years ago

vkarhaltsev commented 4 years ago

Hello!

I am trying to install a plugin, downloaded *.ez files from v1.0.0 release, copied them to rabbitmq plugins directory but got next error:

rabbitmq-plugins list
Error: dependent plugins [elixir,jsx,lager,logger] not found; used by [erlcloud,
                                                                       ex_aws,
                                                                       ex_aws_cloudwatch,
                                                                       lager_cloudwatch,
                                                                       poison,
                                                                       singleton,
                                                                       ssl_verify_fun].

rabbitmq-plugins enable rabbitmq_cloudwatch_exporter
Error: dependent plugins [elixir,jsx,lager,logger] not found; used by [erlcloud,
                                                                       ex_aws,
                                                                       ex_aws_cloudwatch,
                                                                       lager_cloudwatch,
                                                                       poison,
                                                                       singleton,
                                                                       ssl_verify_fun].
noxdafox commented 4 years ago

I definitely forgot to include those in the assets. Will do it ASAP.

noxdafox commented 4 years ago

Dependencies added, please re-open this ticket if the issue persists.