Hi,
I have two values that I retrieve from UserParameters in the Zabbix Agent. The items store total disk space from a LUN on a SAN. I would like to add the disk space per LUN to form a total diskspace used value.
I believe this can be achieved using a calculated item. I have tried this, but I get no values returned. My key is called san.total.capacity, my formulate is as follows:
last("ds5100.lun.size[EWS_DEV_Array_300GB_LUN6]")+
last("ds5100.lun.size[EWS_DEV_Array_450GB_LUN7]")
I get no errors in the agent or server log....See attached screenshot of the actual calculated item.
Am I doing something wrong above?
Any help will be appreciated.
Regards,
Dawid
I have two values that I retrieve from UserParameters in the Zabbix Agent. The items store total disk space from a LUN on a SAN. I would like to add the disk space per LUN to form a total diskspace used value.
I believe this can be achieved using a calculated item. I have tried this, but I get no values returned. My key is called san.total.capacity, my formulate is as follows:
last("ds5100.lun.size[EWS_DEV_Array_300GB_LUN6]")+
last("ds5100.lun.size[EWS_DEV_Array_450GB_LUN7]")
I get no errors in the agent or server log....See attached screenshot of the actual calculated item.
Am I doing something wrong above?
Any help will be appreciated.
Regards,
Dawid
Comment