-
-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rabbit_mq exporter cannot be download for versions > 1.0.0-RC8 #662
Comments
If you use puppet code
the download succeeds but the file does not extract to the intended location. The created symlink /usr/local/bin/rabbitmq_exporter Notice: /Stage[main]/Prometheus::Rabbitmq_exporter/Prometheus::Daemon[rabbitmq_exporter]/Archive[/tmp/rabbitmq_exporter-1.0.0-RC19.tar.gz]/ensure: download archive from https://github.com/kbudde/rabbitmq_exporter/releases/download/v1.0.0-RC19/rabbitmq_exporter_1.0.0-RC19_linux_amd64.tar.gz to /tmp/rabbitmq_exporter-1.0.0-RC19.tar.gz and extracted in /opt with cleanup (corrective) Interesting is the notice of the second puppet run But it doesn't do what is claimed. The directory /opt/rabbitmq_exporter-1.0.0-RC19.linux-amd64/ still does not exist. |
This is similar to #606. |
allow installation of rabbitmq_exporter >= 1.0.0
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
prometheus::rabbitmq_exporter::version: '1.0.0-RC19'
What are you seeing
Download Failed
What behaviour did you expect instead
Download success
Output log
https://github.com/kbudde/rabbitmq_exporter/releases/download/v1.0.0-RC19/rabbitmq_exporter-1.0.0-RC19.linux-amd64.tar.gz
Not Found
Any additional information you'd like to impart
Correct URI would be
https://github.com/kbudde/rabbitmq_exporter/releases/download/v1.0.0-RC19/rabbitmq_exporter-1.0.0-RC19_linux-amd64.tar.gz
The text was updated successfully, but these errors were encountered: