Hello,
maybe it will help someone.
At the moment i am testing zabbix with vmware.
There are some missing items. So i configured some new calculated items.
CPU Total Ghz of VMware Host
Key: vmware.hv.hw.cpu.total[{$URL},{HOST.HOST}]
Formula: last("vmware.hv.hw.cpu.num[{$URL},{HOST.HOST}]")*last("vmware.hv.hw.cpu.freq[{$URL},{HOST.HOST}]")
Type of information: Numeric (unsigned)
Units: Hz
CPU Usage percent of Total
Key: vmware.hv.hw.cpu.total.percent[{$URL},{HOST.HOST}]
100*last("vmware.hv.cpu.usage[{$URL},{HOST.HOST}]")/last("vmware.hv.hw.cpu.total[{$URL},{HOST.HOST}]")
Type of information: Numeric (float)
Units: %
maybe it will help someone.
At the moment i am testing zabbix with vmware.
There are some missing items. So i configured some new calculated items.
CPU Total Ghz of VMware Host
Key: vmware.hv.hw.cpu.total[{$URL},{HOST.HOST}]
Formula: last("vmware.hv.hw.cpu.num[{$URL},{HOST.HOST}]")*last("vmware.hv.hw.cpu.freq[{$URL},{HOST.HOST}]")
Type of information: Numeric (unsigned)
Units: Hz
CPU Usage percent of Total
Key: vmware.hv.hw.cpu.total.percent[{$URL},{HOST.HOST}]
100*last("vmware.hv.cpu.usage[{$URL},{HOST.HOST}]")/last("vmware.hv.hw.cpu.total[{$URL},{HOST.HOST}]")
Type of information: Numeric (float)
Units: %

Comment