-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
feat(inputs.nsdp): Add plugin #16392
base: master
Are you sure you want to change the base?
Conversation
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.
Thanks @hdecarne for your contribution. I do have some comments in the code. For your other PR of the same structure, please also apply the comments there (if applicable) to save some review rounds!
@srebhan, I have incorporated your comments and also re-worked overall to match the comments from the other PR. |
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.
Thanks for the rework @hdecarne! Some smaller comments in the code...
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.
@hdecarne almost. :-) Two more minor comments in the code and the request to error out on invalid timeouts rather than overriding them.
@srebhan, updated as suggested. |
Summary
This PR provides the inputs.nsdp plugin for collecting statistics from from NSDP
(Netgear Switch Discovery Protocol) capable devices.
I previously contributed this plugin as an external one. As part of the latest reworks I also converted it into an internal one.
Checklist
Related issues
resolves #16391