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
Update freebsd.md #14010
base: master
Are you sure you want to change the base?
Update freebsd.md #14010
Conversation
| Download Netdata: | ||
|
|
||
| ```sh | ||
| fetch https://github.com/netdata/netdata/releases/download/v1.26.0/netdata-v1.26.0.tar.gz | ||
| fetch https://github.com/netdata/netdata/releases/download/v1.36.1/netdata-v1.36.1.tar.gz |
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.
this is how to get the latest tag using curl
$ curl "https://github.com/netdata/netdata/releases/latest" -s -L -I -o /dev/null -w '%{url_effective}' | grep -m 1 -o '[^/]*$'
v1.36.1Since you are a FreeBSD person, can you check if that is possible with fetch?
If yes, we can update the "Download Netdata" command so we don't need to change it after every release.
|
|
||
| ## Install Netdata | ||
|
|
||
| The recommended method is to use the single line [kickstart script](https://learn.netdata.cloud/docs/agent/packaging/installer/methods/kickstart) |
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.
There is a contradiction
FreeBSD ports is recommended installation method according to Platform Support.
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.
@ilyam8 @MrZammler any reason we wouldn't recommend the kickstart? Appears to work fine in my testing.
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.
cc @Ferroin
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 guess I could re-word this.
recommended --> easiest OR simplest
We'll be soft-freezing docs on Sunday, just an FYI. If you merge before then, that should be fine. If you need to merge next week, just let me know directly, @shyamvalsan


Summary
Test Plan
Additional Information
For users: How does this change affect me?