Hi guys,
I already created 2 LLD items which will discover the used & free memory.
I tried to create a calculated item to create the percentage but it seems failed.
Below is the syntax of my calculated item.
(last(cpmCPUMemoryUsed.[{#SNMPINDEX}],0)/(last(cpmCPUMemoryUsed.[{#SNMPINDEX}],0)+last(cpmCPUMemoryFree.[{#SNMPINDEX}],0)))*100
Can anyone help me to check which part goes wrong?
Thank you very much in advance.
I already created 2 LLD items which will discover the used & free memory.
I tried to create a calculated item to create the percentage but it seems failed.
Below is the syntax of my calculated item.
(last(cpmCPUMemoryUsed.[{#SNMPINDEX}],0)/(last(cpmCPUMemoryUsed.[{#SNMPINDEX}],0)+last(cpmCPUMemoryFree.[{#SNMPINDEX}],0)))*100
Can anyone help me to check which part goes wrong?
Thank you very much in advance.