相关:解决Performance counter is not available
关键行
/zabbix_server/poller/checks_simple_vmware.c
报错行在262行:
230
231 zabbix_log(LOG_LEVEL_DEBUG, "In %s() type:%s id:%s counterid:" ZBX_FS_UI64 " instance:%s", __func__,
232 type, id, counterid, instance);
233
234 if (NULL == (entity = zbx_vmware_service_get_perf_entity(service, type, id)))
235 {
236 /* the requested counter has not been queried yet */
237 zabbix_log(LOG_LEVEL_DEBUG, "performance data is not yet ready, ignoring request");
238 ret = SYSINFO_RET_OK;
239