I am polling for disk health on Dell servers. The arrayDiskState shows as 1, 2, 3, etc...
Is it possible to transform that number to a word such as Online, Degraded, Failed, etc..?
Thanks,
Skymeat
You should be able to do this by editing the properties of the poller and selecting Enumeration for the Format option under Show Advanced Options. Then click on Map Values and enter the text equivalents for the raw outputs. Of course, you will have to determine from another source what those values are, but this approach should do the trick.
Beautiful! That did the trick.
thanks,