{{ message }}
docs: Cover netflow plugin package-not-found install failures#22934
Draft
nedi-app[bot] wants to merge 1 commit into
Draft
docs: Cover netflow plugin package-not-found install failures#22934nedi-app[bot] wants to merge 1 commit into
nedi-app[bot] wants to merge 1 commit into
Conversation
…tdata-plugin-netflow' error. In installation.md a note callout after the Debian/RPM/openSUSE install blocks explains the package is not published for every distribution release and links to the static install and source build sections. In troubleshooting.md a new 'The package can't be installed' section (before 'The plugin doesn't start') covers repo codename verification and the static/source fallbacks with cross-links to installation.md and the native packages reference.
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
Cover netflow plugin package-not-found install failures. Files changed: docs/npm/network-flows/installation.md, docs/npm/network-flows/troubleshooting.md.
User Request
root@toolbox:/opt# sudo apt update sudo apt install netdata-plugin-netflow sudo systemctl restart netdata Hit:1 http://deb.debian.org/debian trixie InRelease Hit:2 http://deb.debian.org/debian trixie-updates InRelease Hit:3 http://security.debian.org trixie-security InRelease...
Prompt (English)
How to install the netflow plugin on Debian when apt cannot find netdata-plugin-netflow package
Reason for Change
This change applies the specific user request using repository-truth evidence from the audit execution workspace.
Summary by cubic
Documented how to install the Netflow plugin when
apt,dnf, orzyppercan’t findnetdata-plugin-netflow, and added clear fallbacks.Clarifies the plugin isn’t published for every distro release, links to static kickstart and source builds, notes supported architectures, and adds a repo codename check in troubleshooting.
Written for commit 61c6e7d. Summary will update on new commits.