-
-
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
WIP: Add FreeBSD 13 for node_exporter and server #588
base: master
Are you sure you want to change the base?
Conversation
cb17282
to
8ba16da
Compare
Thanks for the contribution @sebastianrakel @smortex Thought this might be something you would be interested in. |
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.
Hey, not a user of this module nor prometheus so maybe I am completely off… a few things look odd though 🤷.
prometheus::server::init_style: 'none' | ||
prometheus::version: '2.30.0' | ||
prometheus::install_method: 'package' | ||
prometheus::bin_dir: '/usr/bin' |
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.
On FreeBSD I would expect extra software to be installed in /usr/local/bin
prometheus::version: '2.30.0' | ||
prometheus::install_method: 'package' | ||
prometheus::bin_dir: '/usr/bin' | ||
prometheus::env_file_path: '/etc/defaults' |
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.
Likewise I would expect configuration to be under /usr/local/etc
I added some default settings in Data to be working on FreeBSD 13