Release : 9.0.2
Component : UIM - CDM WITH IOSTAT
If you don't need or want that alarm, you could disable it via the Admin Console. In UIM, you un-check/deselect the given selection box in the Infrastructure Manager(IM) or in the Admin Console, to turn off/disable alarm(s).
Alternatively, you can safely disable the alarm by editing the cdm.cfg using Raw Configure or editing the cdm.cfg file:
...
...
active = no
active = yes
threshold = 20
description = Total cpu above error threshold
message = CpuErrorProcesses
active = no
threshold = 1
description = Total cpu above warning threshold
message = CpuWarningProcesses
...
...