Closed akshaysgithub closed 4 years ago
The release is broken, I will fix it tonight.
The release is broken, I will fix it tonight.
Thanks a lot, I finally stopped getting that error, but adding metrics didn't help. This is the error I get, Just an FYI. :-) Thanks a lot for quick response. :-)
sudo rabbitmq-server
BOOT FAILED
===========
Config file generation failed:
08:44:29.773 [error] You've tried to set cloudwatch_exporter.metrics.exchange.enable, but there is no setting with that name.
08:44:29.773 [error] Did you mean one of these?
08:44:29.845 [error] cloudwatch_exporter.metrics.$metric
08:44:29.845 [error] cloudwatch_exporter.export_regex.channel
08:44:29.845 [error] cloudwatch_exporter.export_regex.exchange
08:44:29.845 [error] You've tried to set cloudwatch_exporter.metrics.exchange.export_metrics.1, but there is no setting with that name.
08:44:29.845 [error] Did you mean one of these?
08:44:29.927 [error] cloudwatch_exporter.metrics.$metric
08:44:29.927 [error] cloudwatch_exporter.export_period
08:44:29.927 [error] cloudwatch_exporter.aws.access_key_id
08:44:29.927 [error] You've tried to set cloudwatch_exporter.metrics.exchange.export_metrics.2, but there is no setting with that name.
08:44:29.927 [error] Did you mean one of these?
08:44:30.008 [error] cloudwatch_exporter.metrics.$metric
08:44:30.008 [error] cloudwatch_exporter.export_period
08:44:30.008 [error] cloudwatch_exporter.aws.access_key_id
08:44:30.009 [error] You've tried to set cloudwatch_exporter.metrics.exchange.export_regex, but there is no setting with that name.
08:44:30.009 [error] Did you mean one of these?
08:44:30.085 [error] cloudwatch_exporter.metrics.$metric
08:44:30.085 [error] cloudwatch_exporter.export_period
08:44:30.085 [error] cloudwatch_exporter.export_regex.exchange
08:44:30.086 [error] You've tried to set cloudwatch_exporter.metrics.queue.enable, but there is no setting with that name.
08:44:30.086 [error] Did you mean one of these?
08:44:30.149 [error] cloudwatch_exporter.metrics.$metric
08:44:30.149 [error] cloudwatch_exporter.aws.region
08:44:30.149 [error] cloudwatch_exporter.export_regex.channel
08:44:30.150 [error] You've tried to set cloudwatch_exporter.metrics.queue.export_regex, but there is no setting with that name.
08:44:30.150 [error] Did you mean one of these?
08:44:30.222 [error] cloudwatch_exporter.metrics.$metric
08:44:30.222 [error] cloudwatch_exporter.export_period
08:44:30.222 [error] cloudwatch_exporter.export_regex.exchange
08:44:30.222 [error] Error generating configuration in phase transform_datatypes
08:44:30.222 [error] Conf file attempted to set unknown variable: cloudwatch_exporter.metrics.queue.export_regex
08:44:30.223 [error] Conf file attempted to set unknown variable: cloudwatch_exporter.metrics.queue.enable
08:44:30.223 [error] Conf file attempted to set unknown variable: cloudwatch_exporter.metrics.exchange.export_regex
08:44:30.223 [error] Conf file attempted to set unknown variable: cloudwatch_exporter.metrics.exchange.export_metrics.2
08:44:30.223 [error] Conf file attempted to set unknown variable: cloudwatch_exporter.metrics.exchange.export_metrics.1
08:44:30.223 [error] Conf file attempted to set unknown variable: cloudwatch_exporter.metrics.exchange.enable
In case the setting comes from a plugin, make sure that the plugin is enabled.
Alternatively remove the setting from the config.
Rabbit 3.6.x
might be too old to support this plugin. The plugin has been tested from 3.7.x
onwards.
I updated the release adding the missing package. You need to add some dependencies in your wget
list or use a script similar as for issue #23.
Rabbit
3.6.x
might be too old to support this plugin. The plugin has been tested from3.7.x
onwards.I updated the release adding the missing package. You need to add some dependencies in your
wget
list or use a script similar as for issue #23.
Hi,
Thank you. Actually my last reply is where I tried with RabbitMQ 3.8.2 Even though adding the plugins somehow is working, adding the metric options is not. Please check my last message. Thanks a lot. :-)
You need to pull the fixed release. The error in your second post was due to a missing artifact in the list. The list has been updated and new artifacts have been inserted. Make sure you are downloading all the artifacts.
In particular, you are pulling the wrong version of the plugin itself:
sudo wget https://github.com/noxdafox/rabbitmq-cloudwatch-exporter/releases/download/0.3.1/rabbitmq_cloudwatch_exporter-0.3.1.ez
Should be:
sudo wget https://github.com/noxdafox/rabbitmq-cloudwatch-exporter/releases/download/v1.0.0/rabbitmq_cloudwatch_exporter-1.0.0.ez
Fixed. Thanks a lot. :-)
Hello,
I am trying to install the cloudwatch exporter plugin as mentioned in the documentation. Rest is working, I even get success plugins are applied, except this.
Error :
Code I used
I even installed erlang-goldrush package via apt-get.... No use. Any ideas.
The above error I had was on rabbit-3.6.2... When I change rabbitmq-3.8.2... I get a different error when enabling plugin :
And when I check rabbitmq enabled plugins, I get