Hello:
I would like to add a couple of calculated items to my "Template Virt VMware Hypervisor" template. The items are memory and cpu as averages. For memory some thing like this.
(vmware.hv.memory.used[<url>,<uuid>]/vmware.hv.memory[<url>,<uuid>])*100
I have also tried
(last("vmware.hv.memory.used[<url>,<uuid>")/last("vmware.hv.memory[<url>,<uuid>]"))*100
When I try to do either I get the message Incorrect key: "Invalid item key format.".
I am using zabbix 2.2.1
Can any one tell me what I am doing wrong? Thank you.
I would like to add a couple of calculated items to my "Template Virt VMware Hypervisor" template. The items are memory and cpu as averages. For memory some thing like this.
(vmware.hv.memory.used[<url>,<uuid>]/vmware.hv.memory[<url>,<uuid>])*100
I have also tried
(last("vmware.hv.memory.used[<url>,<uuid>")/last("vmware.hv.memory[<url>,<uuid>]"))*100
When I try to do either I get the message Incorrect key: "Invalid item key format.".
I am using zabbix 2.2.1
Can any one tell me what I am doing wrong? Thank you.
Comment