vSphere 模块编辑

vSphere 模块使用 Govmomi 库从任何 Vmware SDK URL (ESXi/VCenter) 收集指标。此库是针对 ESXi 和 vCenter 5.5、6.0 和 6.5 构建和测试的。

默认情况下,它会启用 datastorehostvirtualmachine 度量集。

仪表板编辑

vsphere 模块附带一个预定义的仪表板。例如

metricbeat vsphere dashboard
metricbeat vsphere vm dashboard

示例配置

vSphere 模块支持 模块 中描述的标准配置选项。以下是一个示例配置

metricbeat.modules:
- module: vsphere
  enabled: true
  metricsets: ["datastore", "host", "virtualmachine"]
  period: 10s
  hosts: ["https://127.0.0.1/sdk"]

  username: "user"
  password: "password"
  # If insecure is true, don't verify the server's certificate chain
  insecure: false
  # Get custom fields when using virtualmachine metric set. Default false.
  # get_custom_fields: false

度量集

以下度量集可用