-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
Implement unbound_exporter #498
Conversation
# @param init_style | ||
# Service startup scripts style (e.g. rc, upstart or systemd) | ||
# @param install_method | ||
# Installation method: url or package (only url is supported currently) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is url
supported? Or it is if URL is to a local mirror where you've built the binary??
Maybe include an @example Installing from your own package repository
or something based on how you're currently using this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
at the moment I compiled the binary by myself and copied it into /usr/local/bin/unbound_exporter. I was hoping that letsencrypt/unbound_exporter#21 will be solved soon. That would enable this class to download the exporter from there. maybe we should keep this PR open until they provide proper releases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is probably ok. Maybe just add an example for added clarity on how a user might use this.
Implement unbound_exporter
Pull Request (PR) description
This Pull Request (PR) fixes the following issues