Giter Site home page Giter Site logo

Comments (6)

noxdafox avatar noxdafox commented on July 18, 2024

The release is broken, I will fix it tonight.

from rabbitmq-cloudwatch-exporter.

akshaysgithub avatar akshaysgithub commented on July 18, 2024

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.


from rabbitmq-cloudwatch-exporter.

noxdafox avatar noxdafox commented on July 18, 2024

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.

from rabbitmq-cloudwatch-exporter.

akshaysgithub avatar akshaysgithub commented on July 18, 2024

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.

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. :-)

from rabbitmq-cloudwatch-exporter.

noxdafox avatar noxdafox commented on July 18, 2024

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

from rabbitmq-cloudwatch-exporter.

akshaysgithub avatar akshaysgithub commented on July 18, 2024

Fixed. Thanks a lot. :-)

from rabbitmq-cloudwatch-exporter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.