Werk #18142: smart_posix: Add service labels
Component | Checks & agents | ||||
Title | smart_posix: Add service labels | ||||
Date | May 21, 2025 | ||||
Level | Trivial Change | ||||
Class | New Feature | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
With this change, the new SMART services have labels. The following plugins are affected:
smart_ata_temp
smart_ata_stats
smart_nvme_temp
smart_nvme_stats
smart_scsi_temp
The new service labels are:
cmk/smart/type
- the device type reported bysmartctl
, see-d TYPE
in thesmartctl
helpcmk/smart/device
- the device name as passed tosmartctl --json --all <device>
cmk/smart/model
- the model as seen in the itemcmk/smart/serial
- the serial number as seen in the item
These plug-ins require the smart_posix
plug-in to be deployed.
Additionally, you must rediscover to benefit from this change.