cisco_ucs: detect standalone CIMC and newer UCS C-series servers#927
Open
Bastian-Kuhn wants to merge 1 commit into
Open
cisco_ucs: detect standalone CIMC and newer UCS C-series servers#927Bastian-Kuhn wants to merge 1 commit into
Bastian-Kuhn wants to merge 1 commit into
Conversation
The cisco_ucs_* checks were gated behind a fixed whitelist of sysObjectIDs (.1.3.6.1.2.1.1.2.0). Standalone Cisco IMC (CIMC) appliances and newer UCS C-series models -- e.g. SNS-8355-K9 / UCS C225 M8 (sysObjectID .1.3.6.1.4.1.9.1.2820) -- are not on that list, so none of the cisco_ucs_* services were discovered although the device fully serves the CISCO-UNIFIED-COMPUTING-MIB (.1.3.6.1.4.1.9.9.719). Broaden DETECT to additionally match any device exposing the UCS compute rack-unit operability column (cucsComputeRackUnitOperability, .1.3.6.1.4.1.9.9.719.1.9.35.1.43), covering standalone CIMC / C-series appliances.
4bfb3a8 to
ec08c45
Compare
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.
What
Broaden the
cisco_ucsSNMP detection so standalone Cisco IMC (CIMC) appliances and newer UCS C‑series servers are detected and theircisco_ucs_*services get discovered.Why
cmk/plugins/cisco/lib_ucs.pygates allcisco_ucs_*checks behind a fixed whitelist ofsysObjectIDvalues (.1.3.6.1.2.1.1.2.0). Standalone CIMC appliances and newer C‑series models — e.g. SNS‑8355‑K9 / UCS C225 M8, which reportsysObjectID .1.3.6.1.4.1.9.1.2820— are not on that list, so none of thecisco_ucs_*services are discovered even though the device fully serves theCISCO-UNIFIED-COMPUTING-MIB(.1.3.6.1.4.1.9.9.719).