-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[SNMP] Add profile for IBM Lenovo servers #15377
Conversation
# Conflicts: # snmp/metadata.csv
name: diskTable | ||
OID: 1.3.6.1.4.1.2.3.51.3.1.12.2 | ||
symbols: | ||
- name: ibm.disk |
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.
ibm.disk
seems very generic even with ibm
prefix. It might conflicts with other ibm
.
I think we should prefix everything ibm.imm.
to:
- avoid conflicts
- can make it easier for user to search for metrics related to IMM (Integrated Management Module) related things.
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.
Makes sense, changed prefix to ibm.imm
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.
LGTM overall, one comment on the prefix.
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.
Do you know if the IMM-MIB
is specific for just Lenovo servers ? and in this case should the metrics be prefixed with lenovo/imm
as well (for example ibm.lenovo/lenovo.server/imm.tempReading
instead of ibm.tempReading
?
@@ -0,0 +1,156 @@ | |||
extends: | |||
- _base.yaml |
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.
no need for this since ibm.yaml
already extends _base.yaml
- _base.yaml |
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.
Good catch!
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.
Changed prefix to ibm.imm
as suggested by @AlexandreYang
What does this PR do?
Add profile for IBM Lenovo servers
Depends on #15371
Motivation
Additional Notes
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attachedqa/skip-qa
label.