-
Notifications
You must be signed in to change notification settings - Fork 543
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
[conntrackd] Support Debian/Ubuntu and capture conntrack info #2049
Comments
"conntrack" is a separate package (on Ubuntu), so perhaps the cleanest way forward is to add a plugin for conntrack itself, and capture -L, -S, etc, via the separate plugin. |
@TurboTurtle I'm thinking just add to current plugin makes sense. It could also be separated as two plugins |
Wow, this excerpt from the manual really hits the nail on the head
At any rate, since both utilities are at least logically coupled together I'd be in favor of adding this to the current plugin, rather than splitting out a new one. |
sosreport is fault tolerant (if cmd doesn't exist, it will continue) so I personally would simply add the |
+1 to have just one plugin, and rename it to |
The plugin conntrackd is renamed to conntrack. Added the following conntrack commands to the plugin. conntrack -L -o extended conntrack -S Closes: sosreport#2049 Signed-off-by: Hemanth Nakkina hemanth.nakkina@canonical.com
The plug-in checks for "conntrack-tools" but doesn't capture any debug information from the
conntrack
utility. On Debian/Ubuntu the tools package is simply named "conntrack" which should be included.Recommend adding the following command output:
conntrack -L -o extended
conntrack -S
The text was updated successfully, but these errors were encountered: