Werk #18495: storcli_pdisks: improve support for storcli2
| Component | Checks & agents | ||||
| Title | storcli_pdisks: improve support for storcli2 | ||||
| Date | Jun 23, 2026 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Incompatible - Manual interaction might be required | ||||
| Checkmk versions & editions |
|
This Werk may change the state of existing storcli_pdisks services that use
storcli2 to gather their data.
Werk #15353 introduced support for storcli2,
but incorrectly assumed that the state information of v1 could be read from
the state field of the v2 output. This turned out not to be the case: in v2,
status holds the information about the health of the disks, while state
holds the configuration state of the disk.
With this werk, the check is extended to evaluate the status information and
the rule configuration is extended to also include the newly introduced status
information.