Hi
I have to monitor the next items in a template for an ESX in vmware:
I have zabbix 2.2
The first one is % used memory:
100*(vmware.hv.memory.used[{$URL},{$UUID_MAQUINA}].last())/(vmware.hv.hw.memory[{$URL},{$UUID_MAQUINA}].last())
Can I make a calculated item with macros?
The second is % load cpu. I do not have a clue.
Thanks
I have to monitor the next items in a template for an ESX in vmware:
I have zabbix 2.2
The first one is % used memory:
100*(vmware.hv.memory.used[{$URL},{$UUID_MAQUINA}].last())/(vmware.hv.hw.memory[{$URL},{$UUID_MAQUINA}].last())
Can I make a calculated item with macros?
The second is % load cpu. I do not have a clue.
Thanks
Comment