-
Notifications
You must be signed in to change notification settings - Fork 6.3k
improve(go.d/snmp): Add APC PowerNet-MIB sysObjectID mappings and categories #21104
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
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.
Pull Request Overview
This PR improves APC device support in SNMP profiles by adding comprehensive sysObjectID mappings and device categorization. It addresses issue #21103 by providing more specific device identification and categorization for various APC PowerNet-MIB devices.
- Reorganized APC device profiles with specific sysObjectID patterns instead of wildcards
- Added metadata categorization for different APC device types (Power, Cooling, Security, etc.)
- Consolidated vendor information in the main APC profile to avoid duplication
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| apc.yaml | Added comprehensive device metadata and category mappings for various APC device types |
| apc-ups.yaml | Updated to use specific sysObjectID patterns and removed duplicate vendor field |
| apc-pdu.yaml | Updated to use specific sysObjectID patterns and removed duplicate vendor field |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
src/go/plugin/go.d/config/go.d/snmp.profiles/default/apc-pdu.yaml
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <[email protected]>
…egories # Conflicts: # src/go/plugin/go.d/config/go.d/snmp.profiles/default/apc-pdu.yaml
0fa230c to
5a74bad
Compare
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.
Pull Request Overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…egories (netdata#21104) Co-authored-by: Copilot <[email protected]> (cherry picked from commit b16f359)
…egories (#21104) Co-authored-by: Copilot <[email protected]> (cherry picked from commit b16f359)
Summary
Fixes: #21103
Test Plan
Additional Information
For users: How does this change affect me?