Hello guys ! I'm trying to add some items and triggers for the default Vmware Guest template.I've managed to get memory and disk usage as percentage but can't get it for cpu.I've tried
and
However,I get "Unknown hypervisor uuid" error.
Is there any way to create an item to get cpu usage as percentage ?
Code:
vmware.hv.perfcounter[{$URL},{HOST.HOST},"cpu/usage[average]"]
Code:
vmware.hv.perfcounter[{$URL},{HOST.HOST},"cpu/utilization[average]"]
Is there any way to create an item to get cpu usage as percentage ?
Comment