Werk #13850: megaraid: new service names
Component | Checks & agents | ||||
Title | megaraid: new service names | ||||
Date | Apr 26, 2022 | ||||
Level | Trivial Change | ||||
Class | New Feature | ||||
Compatibility | Incompatible - Manual interaction might be required | ||||
Checkmk versions & editions |
|
This werk changes the items and service names of the megaraid plugins. Existing services will continue to produce correct results, but we encourage users to switch to the new services as soon as possible (see below for details).
Every service discovered by the megaraid plugins will now use the objects identifier as item. In addition, the service names have been cleaned up.
For instance:
- RAID Adapter/BBU 0 becomes RAID BBU /c0
- RAID Adapter/LDisk 0/1 becomes RAID logical disk /c0/v1
Generally, physical disks connected via RAID controllers are identified by their controller, enclosure and slot. The storcli command uses the abbreviations 'c', 'e' and 's', respectively. However, in the previos version of the plugin, the controller index had been encoded in the first letter of the item: The 'e' in the physical disks services referred to "the first controller", not to "enclosure". The second controller has been marked 'f':
- RAID Adapt/Enc/Sl e01/2 becomes RAID physical disk /c0/e01/s02
- RAID Adapt/Enc/Sl f03/4 becomes RAID physical disk /c1/e03/s04
While the new item name (e.g. /c0/e0/s1 instead of e0/1) will be used for all newly discovered services, users that upgraded from an older Checkmk version need to enable the new service description using the global sestting "Use new service descriptions".