Hi everyone,
I am trying to monitor a DELL Idrac and i'm able to receive the size of physical disks and volume with the regular template.
But I would like to see the used space on each of them (in Bytes and percentage)
I tried to modify key on the item but I can't display the data.
The original is just :
DiskSize.[#Disknumber]
Here is some of my attempts :
DiskSize[#Disknumber,used]
DiskSize.size[#Disknumber,used]
But I always get the total size of the disk
And I tried with the percentage fonction pused and the result in not realistic (95264682% or something like that)
Did someone has a solution or an idea of the key that I can use ? Is it possible to do it this way ?
Thanks and regards.
Jeff
I am trying to monitor a DELL Idrac and i'm able to receive the size of physical disks and volume with the regular template.
But I would like to see the used space on each of them (in Bytes and percentage)
I tried to modify key on the item but I can't display the data.
The original is just :
DiskSize.[#Disknumber]
Here is some of my attempts :
DiskSize[#Disknumber,used]
DiskSize.size[#Disknumber,used]
But I always get the total size of the disk
And I tried with the percentage fonction pused and the result in not realistic (95264682% or something like that)
Did someone has a solution or an idea of the key that I can use ? Is it possible to do it this way ?
Thanks and regards.
Jeff
Comment