{{ message }}
docs: Fix netflow source build instructions to include required enable#22932
Draft
nedi-app[bot] wants to merge 1 commit into
Draft
docs: Fix netflow source build instructions to include required enable#22932nedi-app[bot] wants to merge 1 commit into
nedi-app[bot] wants to merge 1 commit into
Conversation
…rk-flows/installation.md: the plugin is disabled by default and must be enabled explicitly, so the installer command now passes --enable-plugin-netflow. Removed the incorrect claim that the plugin is built automatically on Rust detection, and corrected the Rust toolchain minimum from 1.83 to 1.85 to match the workspace rust-version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Summary
Fix netflow source build instructions to include required enable flag. Files changed: docs/npm/network-flows/installation.md.
User Request
root@toolbox:/opt# ls -l /opt/netdata/usr/libexec/netdata/plugins.d/netflow-plugin sudo journalctl --namespace netdata --since "2 minutes ago" | grep -iE 'netflow' sudo ss -unlp | grep -E ':(2055|6343)([[:space:]]|$)' ls: cannot access '/opt/netdata/usr/libexec/netdata/plugins...
Prompt (English)
Install the netflow-plugin on a Debian trixie system where netdata-plugin-netflow is not available via apt
Reason for Change
This change applies the specific user request using repository-truth evidence from the audit execution workspace.
Summary by cubic
Update Netflow plugin source-build docs: the plugin is disabled by default and requires
./netdata-installer.sh --enable-plugin-netflow; Rust 1.85+ is needed. Without the flag the plugin is skipped, helping users build it whennetdata-plugin-netflowisn’t in apt (e.g., Debian Trixie).Written for commit 2b6a374. Summary will update on new commits.