Allow deprecation message for power_state#882
Closed
mayrstefan wants to merge 1 commit intoCheckmk:masterfrom
Closed
Allow deprecation message for power_state#882mayrstefan wants to merge 1 commit intoCheckmk:masterfrom
mayrstefan wants to merge 1 commit intoCheckmk:masterfrom
Conversation
Contributor
Author
|
Any updates? When can we expect this issue being addressed? |
|
Hi @mayrstefan , thanks for checking in. Apologies that it took some time to get back to you; mainly it was due to the end of year and vacation period. A developer will take a look at this PR in the upcoming sprint and we will get back to you with an update. |
CheckmkCI
pushed a commit
that referenced
this pull request
Jan 21, 2026
NVIDIA is deprecating the power_state XML Element in its nvidia-smi output. This allows the deprecation message as a valid input when parsing the the nvidia_smi section. Closes: #882 CMK-28473 Change-Id: Ib5b982d5c39017c6f6c6b4f3cbac44f4f60725be
CheckmkCI
pushed a commit
that referenced
this pull request
Jan 21, 2026
NVIDIA is deprecating the power_state XML Element in its nvidia-smi output. This allows the deprecation message as a valid input when parsing the the nvidia_smi section. Closes: #882 CMK-28473 Change-Id: Ib5b982d5c39017c6f6c6b4f3cbac44f4f60725be
Contributor
|
Changes have been merged into master, 2.5.0 and 2.4.0. You can check on the release status here: https://checkmk.com/werk/19132 |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
General information
It looks like NVIDIA is deprecating the power_state XML-Element in it's nvidia-smi output. We need to allow the deprecation message as a valid input when parsing the the nvidia_smi section.
Bug reports
See report in https://forum.checkmk.com/t/parsing-of-section-nvidia-smi-failed/56724)
From the crash file:
cat nvidia_smi_plugin_out.txtLooks like nvsmi_device_v13.dtd allows a deprecation message for the power_state element:
<power_state>Requested functionality has been deprecated</power_state>This is unexpected for Checkmk which causes a crash when parsing the section.
Proposed changes