vmware.vmware_rest.appliance_monitoring_info 模块 – 获取监控项信息

注意

此模块是 vmware.vmware_rest 集合 (版本 4.3.0) 的一部分。

如果您使用的是 ansible 包,则可能已经安装了此集合。它不包含在 ansible-core 中。要检查它是否已安装,请运行 ansible-galaxy collection list

要安装它,请使用: ansible-galaxy collection install vmware.vmware_rest。您需要其他要求才能使用此模块,请参阅 需求了解详情。

要在 playbook 中使用它,请指定: vmware.vmware_rest.appliance_monitoring_info

vmware.vmware_rest 2.0.0 中的新增功能

概要

  • 获取监控项信息

需求

在执行此模块的主机上需要以下需求。

  • vSphere 7.0.3 或更高版本

  • python >= 3.6

  • aiohttp

参数

参数

注释

session_timeout

浮点数

vmware.vmware_rest 2.1.0 中新增

客户端会话的超时设置。

整个操作(包括连接建立、请求发送和响应)的最大秒数。

默认值为 300 秒。

stat_id

字符串

统计项 ID

此参数必须是 vmware.vmware_rest.appliance_monitoring_info 返回的资源 ID。在 state=[‘get’] 时为必填参数。

vcenter_hostname

字符串 / 必填

vSphere vCenter 的主机名或 IP 地址

如果任务中未指定此值,则将使用环境变量 VMWARE_HOST 的值。

vcenter_password

字符串 / 必填

vSphere vCenter 密码

如果任务中未指定此值,则将使用环境变量 VMWARE_PASSWORD 的值。

vcenter_rest_log_file

字符串

您可以使用此可选参数设置日志文件的位置。

此文件将用于记录 HTTP REST 交互。

该文件将存储在运行模块的主机上。

如果任务中未指定此值,则将使用

环境变量 VMWARE_REST_LOG_FILE 的值。

vcenter_username

字符串 / 必填

vSphere vCenter 用户名

如果任务中未指定此值,则将使用环境变量 VMWARE_USER 的值。

vcenter_validate_certs

布尔值

允许在 SSL 证书无效时连接。当证书不受信任时,将其设置为 false

如果任务中未指定此值,则将使用环境变量 VMWARE_VALIDATE_CERTS 的值。

选项

  • false

  • true ← (默认)

注释

注意

  • 在 vSphere 7.0.3 上测试

示例

- name: Get the list of the monitored items
  vmware.vmware_rest.appliance_monitoring_info:
  register: result

返回值

常见的返回值已在 此处记录,以下是此模块特有的字段

描述

列表 / 元素=字符串

获取监控项列表

返回:成功时

Sample: [{"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.read.rate.dm-1", "id": "disk.read.rate.dm-1", "instance": "dm-1", "name": "com.vmware.applmgmt.mon.name.disk.read.rate.dm-1", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.read.rate.dm-10", "id": "disk.read.rate.dm-10", "instance": "dm-10", "name": "com.vmware.applmgmt.mon.name.disk.read.rate.dm-10", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.read.rate.dm-11", "id": "disk.read.rate.dm-11", "instance": "dm-11", "name": "com.vmware.applmgmt.mon.name.disk.read.rate.dm-11", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.read.rate.dm-12", "id": "disk.read.rate.dm-12", "instance": "dm-12", "name": "com.vmware.applmgmt.mon.name.disk.read.rate.dm-12", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.read.rate.dm-13", "id": "disk.read.rate.dm-13", "instance": "dm-13", "name": "com.vmware.applmgmt.mon.name.disk.read.rate.dm-13", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.read.rate.dm-14", "id": "disk.read.rate.dm-14", "instance": "dm-14", "name": "com.vmware.applmgmt.mon.name.disk.read.rate.dm-14", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.read.rate.dm-15", "id": "disk.read.rate.dm-15", "instance": "dm-15", "name": "com.vmware.applmgmt.mon.name.disk.read.rate.dm-15", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.read.rate.dm-2", "id": "disk.read.rate.dm-2", "instance": "dm-2", "name": "com.vmware.applmgmt.mon.name.disk.read.rate.dm-2", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.read.rate.dm-3", "id": "disk.read.rate.dm-3", "instance": "dm-3", "name": "com.vmware.applmgmt.mon.name.disk.read.rate.dm-3", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.read.rate.dm-4", "id": "disk.read.rate.dm-4", "instance": "dm-4", "name": "com.vmware.applmgmt.mon.name.disk.read.rate.dm-4", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.read.rate.dm-5", "id": "disk.read.rate.dm-5", "instance": "dm-5", "name": "com.vmware.applmgmt.mon.name.disk.read.rate.dm-5", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.read.rate.dm-6", "id": "disk.read.rate.dm-6", "instance": "dm-6", "name": "com.vmware.applmgmt.mon.name.disk.read.rate.dm-6", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.read.rate.dm-7", "id": "disk.read.rate.dm-7", "instance": "dm-7", "name": "com.vmware.applmgmt.mon.name.disk.read.rate.dm-7", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.read.rate.dm-8", "id": "disk.read.rate.dm-8", "instance": "dm-8", "name": "com.vmware.applmgmt.mon.name.disk.read.rate.dm-8", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.read.rate.dm-9", "id": "disk.read.rate.dm-9", "instance": "dm-9", "name": "com.vmware.applmgmt.mon.name.disk.read.rate.dm-9", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.write.rate.dm-1", "id": "disk.write.rate.dm-1", "instance": "dm-1", "name": "com.vmware.applmgmt.mon.name.disk.write.rate.dm-1", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.write.rate.dm-10", "id": "disk.write.rate.dm-10", "instance": "dm-10", "name": "com.vmware.applmgmt.mon.name.disk.write.rate.dm-10", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.write.rate.dm-11", "id": "disk.write.rate.dm-11", "instance": "dm-11", "name": "com.vmware.applmgmt.mon.name.disk.write.rate.dm-11", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.write.rate.dm-12", "id": "disk.write.rate.dm-12", "instance": "dm-12", "name": "com.vmware.applmgmt.mon.name.disk.write.rate.dm-12", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.write.rate.dm-13", "id": "disk.write.rate.dm-13", "instance": "dm-13", "name": "com.vmware.applmgmt.mon.name.disk.write.rate.dm-13", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.write.rate.dm-14", "id": "disk.write.rate.dm-14", "instance": "dm-14", "name": "com.vmware.applmgmt.mon.name.disk.write.rate.dm-14", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.write.rate.dm-15", "id": "disk.write.rate.dm-15", "instance": "dm-15", "name": "com.vmware.applmgmt.mon.name.disk.write.rate.dm-15", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.write.rate.dm-2", "id": "disk.write.rate.dm-2", "instance": "dm-2", "name": "com.vmware.applmgmt.mon.name.disk.write.rate.dm-2", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.write.rate.dm-3", "id": "disk.write.rate.dm-3", "instance": "dm-3", "name": "com.vmware.applmgmt.mon.name.disk.write.rate.dm-3", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.write.rate.dm-4", "id": "disk.write.rate.dm-4", "instance": "dm-4", "name": "com.vmware.applmgmt.mon.name.disk.write.rate.dm-4", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.write.rate.dm-5", "id": "disk.write.rate.dm-5", "instance": "dm-5", "name": "com.vmware.applmgmt.mon.name.disk.write.rate.dm-5", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.write.rate.dm-6", "id": "disk.write.rate.dm-6", "instance": "dm-6", "name": "com.vmware.applmgmt.mon.name.disk.write.rate.dm-6", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.write.rate.dm-7", "id": "disk.write.rate.dm-7", "instance": "dm-7", "name": "com.vmware.applmgmt.mon.name.disk.write.rate.dm-7", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.write.rate.dm-8", "id": "disk.write.rate.dm-8", "instance": "dm-8", "name": "com.vmware.applmgmt.mon.name.disk.write.rate.dm-8", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.write.rate.dm-9", "id": "disk.write.rate.dm-9", "instance": "dm-9", "name": "com.vmware.applmgmt.mon.name.disk.write.rate.dm-9", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.latency.rate.dm-1", "id": "disk.latency.rate.dm-1", "instance": "dm-1", "name": "com.vmware.applmgmt.mon.name.disk.latency.rate.dm-1", "units": "com.vmware.applmgmt.mon.unit.msec_per_io"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.latency.rate.dm-10", "id": "disk.latency.rate.dm-10", "instance": "dm-10", "name": "com.vmware.applmgmt.mon.name.disk.latency.rate.dm-10", "units": "com.vmware.applmgmt.mon.unit.msec_per_io"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.latency.rate.dm-11", "id": "disk.latency.rate.dm-11", "instance": "dm-11", "name": "com.vmware.applmgmt.mon.name.disk.latency.rate.dm-11", "units": "com.vmware.applmgmt.mon.unit.msec_per_io"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.latency.rate.dm-12", "id": "disk.latency.rate.dm-12", "instance": "dm-12", "name": "com.vmware.applmgmt.mon.name.disk.latency.rate.dm-12", "units": "com.vmware.applmgmt.mon.unit.msec_per_io"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.latency.rate.dm-13", "id": "disk.latency.rate.dm-13", "instance": "dm-13", "name": "com.vmware.applmgmt.mon.name.disk.latency.rate.dm-13", "units": "com.vmware.applmgmt.mon.unit.msec_per_io"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.latency.rate.dm-14", "id": "disk.latency.rate.dm-14", "instance": "dm-14", "name": "com.vmware.applmgmt.mon.name.disk.latency.rate.dm-14", "units": "com.vmware.applmgmt.mon.unit.msec_per_io"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.latency.rate.dm-15", "id": "disk.latency.rate.dm-15", "instance": "dm-15", "name": "com.vmware.applmgmt.mon.name.disk.latency.rate.dm-15", "units": "com.vmware.applmgmt.mon.unit.msec_per_io"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.latency.rate.dm-2", "id": "disk.latency.rate.dm-2", "instance": "dm-2", "name": "com.vmware.applmgmt.mon.name.disk.latency.rate.dm-2", "units": "com.vmware.applmgmt.mon.unit.msec_per_io"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.latency.rate.dm-3", "id": "disk.latency.rate.dm-3", "instance": "dm-3", "name": "com.vmware.applmgmt.mon.name.disk.latency.rate.dm-3", "units": "com.vmware.applmgmt.mon.unit.msec_per_io"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.latency.rate.dm-4", "id": "disk.latency.rate.dm-4", "instance": "dm-4", "name": "com.vmware.applmgmt.mon.name.disk.latency.rate.dm-4", "units": "com.vmware.applmgmt.mon.unit.msec_per_io"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.latency.rate.dm-5", "id": "disk.latency.rate.dm-5", "instance": "dm-5", "name": "com.vmware.applmgmt.mon.name.disk.latency.rate.dm-5", "units": "com.vmware.applmgmt.mon.unit.msec_per_io"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.latency.rate.dm-6", "id": "disk.latency.rate.dm-6", "instance": "dm-6", "name": "com.vmware.applmgmt.mon.name.disk.latency.rate.dm-6", "units": "com.vmware.applmgmt.mon.unit.msec_per_io"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.latency.rate.dm-7", "id": "disk.latency.rate.dm-7", "instance": "dm-7", "name": "com.vmware.applmgmt.mon.name.disk.latency.rate.dm-7", "units": "com.vmware.applmgmt.mon.unit.msec_per_io"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.latency.rate.dm-8", "id": "disk.latency.rate.dm-8", "instance": "dm-8", "name": "com.vmware.applmgmt.mon.name.disk.latency.rate.dm-8", "units": "com.vmware.applmgmt.mon.unit.msec_per_io"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.latency.rate.dm-9", "id": "disk.latency.rate.dm-9", "instance": "dm-9", "name": "com.vmware.applmgmt.mon.name.disk.latency.rate.dm-9", "units": "com.vmware.applmgmt.mon.unit.msec_per_io"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.swap.util", "id": "swap.util", "instance": "", "name": "com.vmware.applmgmt.mon.name.swap.util", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.used.filesystem.swap", "id": "storage.used.filesystem.swap", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.used.filesystem.swap", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.swap", "id": "swap", "instance": "", "name": "com.vmware.applmgmt.mon.name.swap", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.filesystem.swap", "id": "storage.totalsize.filesystem.swap", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.filesystem.swap", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.cpu", "description": "com.vmware.applmgmt.mon.descr.cpu.totalfrequency", "id": "cpu.totalfrequency", "instance": "", "name": "com.vmware.applmgmt.mon.name.cpu.totalfrequency", "units": "com.vmware.applmgmt.mon.unit.mhz"}, {"category": "com.vmware.applmgmt.mon.cat.cpu", "description": "com.vmware.applmgmt.mon.descr.cpu.systemload", "id": "cpu.systemload", "instance": "", "name": "com.vmware.applmgmt.mon.name.cpu.systemload", "units": "com.vmware.applmgmt.mon.unit.load_per_min"}, {"category": "com.vmware.applmgmt.mon.cat.memory", "description": "com.vmware.applmgmt.mon.descr.mem.util", "id": "mem.util", "instance": "", "name": "com.vmware.applmgmt.mon.name.mem.util", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.memory", "description": "com.vmware.applmgmt.mon.descr.mem.total", "id": "mem.total", "instance": "", "name": "com.vmware.applmgmt.mon.name.mem.total", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.memory", "description": "com.vmware.applmgmt.mon.descr.mem.usage", "id": "mem.usage", "instance": "", "name": "com.vmware.applmgmt.mon.name.mem.usage", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.network", "description": "com.vmware.applmgmt.mon.descr.net.rx.error.eth0", "id": "net.rx.error.eth0", "instance": "eth0", "name": "com.vmware.applmgmt.mon.name.net.rx.error.eth0", "units": "com.vmware.applmgmt.mon.unit.errors_per_sample"}, {"category": "com.vmware.applmgmt.mon.cat.network", "description": "com.vmware.applmgmt.mon.descr.net.rx.error.lo", "id": "net.rx.error.lo", "instance": "lo", "name": "com.vmware.applmgmt.mon.name.net.rx.error.lo", "units": "com.vmware.applmgmt.mon.unit.errors_per_sample"}, {"category": "com.vmware.applmgmt.mon.cat.network", "description": "com.vmware.applmgmt.mon.descr.net.tx.error.eth0", "id": "net.tx.error.eth0", "instance": "eth0", "name": "com.vmware.applmgmt.mon.name.net.tx.error.eth0", "units": "com.vmware.applmgmt.mon.unit.errors_per_sample"}, {"category": "com.vmware.applmgmt.mon.cat.network", "description": "com.vmware.applmgmt.mon.descr.net.tx.error.lo", "id": "net.tx.error.lo", "instance": "lo", "name": "com.vmware.applmgmt.mon.name.net.tx.error.lo", "units": "com.vmware.applmgmt.mon.unit.errors_per_sample"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.directory.vcdb_hourly_stats", "id": "storage.totalsize.directory.vcdb_hourly_stats", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.directory.vcdb_hourly_stats", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.directory.vcdb_daily_stats", "id": "storage.totalsize.directory.vcdb_daily_stats", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.directory.vcdb_daily_stats", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.directory.vcdb_monthly_stats", "id": "storage.totalsize.directory.vcdb_monthly_stats", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.directory.vcdb_monthly_stats", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.directory.vcdb_yearly_stats", "id": "storage.totalsize.directory.vcdb_yearly_stats", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.directory.vcdb_yearly_stats", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.directory.vcdb_stats", "id": "storage.totalsize.directory.vcdb_stats", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.directory.vcdb_stats", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.filesystem.seat", "id": "storage.totalsize.filesystem.seat", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.filesystem.seat", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.directory.vcdb_stats", "id": "storage.util.directory.vcdb_stats", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.util.directory.vcdb_stats", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.directory.vcdb_events", "id": "storage.totalsize.directory.vcdb_events", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.directory.vcdb_events", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.directory.vcdb_events", "id": "storage.util.directory.vcdb_events", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.util.directory.vcdb_events", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.directory.vcdb_alarms", "id": "storage.totalsize.directory.vcdb_alarms", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.directory.vcdb_alarms", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.directory.vcdb_alarms", "id": "storage.util.directory.vcdb_alarms", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.util.directory.vcdb_alarms", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.directory.vcdb_tasks", "id": "storage.totalsize.directory.vcdb_tasks", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.directory.vcdb_tasks", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.directory.vcdb_tasks", "id": "storage.util.directory.vcdb_tasks", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.util.directory.vcdb_tasks", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.used.filesystem.seat", "id": "storage.used.filesystem.seat", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.used.filesystem.seat", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.filesystem.seat", "id": "storage.util.filesystem.seat", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.util.filesystem.seat", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.used.filesystem.db", "id": "storage.used.filesystem.db", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.used.filesystem.db", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.filesystem.db", "id": "storage.totalsize.filesystem.db", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.filesystem.db", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.filesystem.db", "id": "storage.util.filesystem.db", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.util.filesystem.db", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.used.filesystem.dblog", "id": "storage.used.filesystem.dblog", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.used.filesystem.dblog", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.filesystem.dblog", "id": "storage.totalsize.filesystem.dblog", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.filesystem.dblog", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.filesystem.dblog", "id": "storage.util.filesystem.dblog", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.util.filesystem.dblog", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.filesystem.root", "id": "storage.totalsize.filesystem.root", "instance": "/", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.filesystem.root", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.filesystem.root", "id": "storage.util.filesystem.root", "instance": "/", "name": "com.vmware.applmgmt.mon.name.storage.util.filesystem.root", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.filesystem.boot", "id": "storage.totalsize.filesystem.boot", "instance": "/boot", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.filesystem.boot", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.filesystem.boot", "id": "storage.util.filesystem.boot", "instance": "/boot", "name": "com.vmware.applmgmt.mon.name.storage.util.filesystem.boot", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.filesystem.archive", "id": "storage.totalsize.filesystem.archive", "instance": "/storage/archive", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.filesystem.archive", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.filesystem.archive", "id": "storage.util.filesystem.archive", "instance": "/storage/archive", "name": "com.vmware.applmgmt.mon.name.storage.util.filesystem.archive", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.filesystem.autodeploy", "id": "storage.totalsize.filesystem.autodeploy", "instance": "/storage/autodeploy", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.filesystem.autodeploy", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.filesystem.autodeploy", "id": "storage.util.filesystem.autodeploy", "instance": "/storage/autodeploy", "name": "com.vmware.applmgmt.mon.name.storage.util.filesystem.autodeploy", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.filesystem.core", "id": "storage.totalsize.filesystem.core", "instance": "/storage/core", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.filesystem.core", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.filesystem.core", "id": "storage.util.filesystem.core", "instance": "/storage/core", "name": "com.vmware.applmgmt.mon.name.storage.util.filesystem.core", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.filesystem.imagebuilder", "id": "storage.totalsize.filesystem.imagebuilder", "instance": "/storage/imagebuilder", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.filesystem.imagebuilder", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.filesystem.imagebuilder", "id": "storage.util.filesystem.imagebuilder", "instance": "/storage/imagebuilder", "name": "com.vmware.applmgmt.mon.name.storage.util.filesystem.imagebuilder", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.filesystem.lifecycle", "id": "storage.totalsize.filesystem.lifecycle", "instance": "/storage/lifecycle", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.filesystem.lifecycle", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.filesystem.lifecycle", "id": "storage.util.filesystem.lifecycle", "instance": "/storage/lifecycle", "name": "com.vmware.applmgmt.mon.name.storage.util.filesystem.lifecycle", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.filesystem.log", "id": "storage.totalsize.filesystem.log", "instance": "/storage/log", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.filesystem.log", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.filesystem.log", "id": "storage.util.filesystem.log", "instance": "/storage/log", "name": "com.vmware.applmgmt.mon.name.storage.util.filesystem.log", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.filesystem.lvm_snapshot", "id": "storage.totalsize.filesystem.lvm_snapshot", "instance": "/storage/lvm_snapshot", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.filesystem.lvm_snapshot", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.filesystem.lvm_snapshot", "id": "storage.util.filesystem.lvm_snapshot", "instance": "/storage/lvm_snapshot", "name": "com.vmware.applmgmt.mon.name.storage.util.filesystem.lvm_snapshot", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.filesystem.netdump", "id": "storage.totalsize.filesystem.netdump", "instance": "/storage/netdump", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.filesystem.netdump", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.filesystem.netdump", "id": "storage.util.filesystem.netdump", "instance": "/storage/netdump", "name": "com.vmware.applmgmt.mon.name.storage.util.filesystem.netdump", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.filesystem.updatemgr", "id": "storage.totalsize.filesystem.updatemgr", "instance": "/storage/updatemgr", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.filesystem.updatemgr", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.filesystem.updatemgr", "id": "storage.util.filesystem.updatemgr", "instance": "/storage/updatemgr", "name": "com.vmware.applmgmt.mon.name.storage.util.filesystem.updatemgr", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.filesystem.vtsdb", "id": "storage.totalsize.filesystem.vtsdb", "instance": "/storage/vtsdb", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.filesystem.vtsdb", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.filesystem.vtsdb", "id": "storage.util.filesystem.vtsdb", "instance": "/storage/vtsdb", "name": "com.vmware.applmgmt.mon.name.storage.util.filesystem.vtsdb", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.totalsize.filesystem.vtsdblog", "id": "storage.totalsize.filesystem.vtsdblog", "instance": "/storage/vtsdblog", "name": "com.vmware.applmgmt.mon.name.storage.totalsize.filesystem.vtsdblog", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.filesystem.vtsdblog", "id": "storage.util.filesystem.vtsdblog", "instance": "/storage/vtsdblog", "name": "com.vmware.applmgmt.mon.name.storage.util.filesystem.vtsdblog", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.used.filesystem.root", "id": "storage.used.filesystem.root", "instance": "/", "name": "com.vmware.applmgmt.mon.name.storage.used.filesystem.root", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.used.filesystem.boot", "id": "storage.used.filesystem.boot", "instance": "/boot", "name": "com.vmware.applmgmt.mon.name.storage.used.filesystem.boot", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.used.filesystem.archive", "id": "storage.used.filesystem.archive", "instance": "/storage/archive", "name": "com.vmware.applmgmt.mon.name.storage.used.filesystem.archive", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.used.filesystem.autodeploy", "id": "storage.used.filesystem.autodeploy", "instance": "/storage/autodeploy", "name": "com.vmware.applmgmt.mon.name.storage.used.filesystem.autodeploy", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.used.filesystem.core", "id": "storage.used.filesystem.core", "instance": "/storage/core", "name": "com.vmware.applmgmt.mon.name.storage.used.filesystem.core", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.used.filesystem.imagebuilder", "id": "storage.used.filesystem.imagebuilder", "instance": "/storage/imagebuilder", "name": "com.vmware.applmgmt.mon.name.storage.used.filesystem.imagebuilder", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.used.filesystem.lifecycle", "id": "storage.used.filesystem.lifecycle", "instance": "/storage/lifecycle", "name": "com.vmware.applmgmt.mon.name.storage.used.filesystem.lifecycle", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.used.filesystem.log", "id": "storage.used.filesystem.log", "instance": "/storage/log", "name": "com.vmware.applmgmt.mon.name.storage.used.filesystem.log", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.used.filesystem.lvm_snapshot", "id": "storage.used.filesystem.lvm_snapshot", "instance": "/storage/lvm_snapshot", "name": "com.vmware.applmgmt.mon.name.storage.used.filesystem.lvm_snapshot", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.used.filesystem.netdump", "id": "storage.used.filesystem.netdump", "instance": "/storage/netdump", "name": "com.vmware.applmgmt.mon.name.storage.used.filesystem.netdump", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.used.filesystem.updatemgr", "id": "storage.used.filesystem.updatemgr", "instance": "/storage/updatemgr", "name": "com.vmware.applmgmt.mon.name.storage.used.filesystem.updatemgr", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.used.filesystem.vtsdb", "id": "storage.used.filesystem.vtsdb", "instance": "/storage/vtsdb", "name": "com.vmware.applmgmt.mon.name.storage.used.filesystem.vtsdb", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.used.filesystem.vtsdblog", "id": "storage.used.filesystem.vtsdblog", "instance": "/storage/vtsdblog", "name": "com.vmware.applmgmt.mon.name.storage.used.filesystem.vtsdblog", "units": "com.vmware.applmgmt.mon.unit.kb"}, {"category": "com.vmware.applmgmt.mon.cat.cpu", "description": "com.vmware.applmgmt.mon.descr.cpu.util", "id": "cpu.util", "instance": "", "name": "com.vmware.applmgmt.mon.name.cpu.util", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.cpu", "description": "com.vmware.applmgmt.mon.descr.cpu.steal", "id": "cpu.steal", "instance": "", "name": "com.vmware.applmgmt.mon.name.cpu.steal", "units": "com.vmware.applmgmt.mon.unit.percent"}, {"category": "com.vmware.applmgmt.mon.cat.memory", "description": "com.vmware.applmgmt.mon.descr.swap.pageRate", "id": "swap.pageRate", "instance": "", "name": "com.vmware.applmgmt.mon.name.swap.pageRate", "units": "com.vmware.applmgmt.mon.unit.pages_per_sec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.read.rate.dm-0", "id": "disk.read.rate.dm-0", "instance": "dm-0", "name": "com.vmware.applmgmt.mon.name.disk.read.rate.dm-0", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.write.rate.dm-0", "id": "disk.write.rate.dm-0", "instance": "dm-0", "name": "com.vmware.applmgmt.mon.name.disk.write.rate.dm-0", "units": "com.vmware.applmgmt.mon.unit.num_of_io_per_msec"}, {"category": "com.vmware.applmgmt.mon.cat.disk", "description": "com.vmware.applmgmt.mon.descr.disk.latency.rate.dm-0", "id": "disk.latency.rate.dm-0", "instance": "dm-0", "name": "com.vmware.applmgmt.mon.name.disk.latency.rate.dm-0", "units": "com.vmware.applmgmt.mon.unit.msec_per_io"}, {"category": "com.vmware.applmgmt.mon.cat.network", "description": "com.vmware.applmgmt.mon.descr.net.rx.activity.eth0", "id": "net.rx.activity.eth0", "instance": "eth0", "name": "com.vmware.applmgmt.mon.name.net.rx.activity.eth0", "units": "com.vmware.applmgmt.mon.unit.kb_per_sec"}, {"category": "com.vmware.applmgmt.mon.cat.network", "description": "com.vmware.applmgmt.mon.descr.net.rx.activity.lo", "id": "net.rx.activity.lo", "instance": "lo", "name": "com.vmware.applmgmt.mon.name.net.rx.activity.lo", "units": "com.vmware.applmgmt.mon.unit.kb_per_sec"}, {"category": "com.vmware.applmgmt.mon.cat.network", "description": "com.vmware.applmgmt.mon.descr.net.rx.packetRate.eth0", "id": "net.rx.packetRate.eth0", "instance": "eth0", "name": "com.vmware.applmgmt.mon.name.net.rx.packetRate.eth0", "units": "com.vmware.applmgmt.mon.unit.packets_per_sec"}, {"category": "com.vmware.applmgmt.mon.cat.network", "description": "com.vmware.applmgmt.mon.descr.net.rx.packetRate.lo", "id": "net.rx.packetRate.lo", "instance": "lo", "name": "com.vmware.applmgmt.mon.name.net.rx.packetRate.lo", "units": "com.vmware.applmgmt.mon.unit.packets_per_sec"}, {"category": "com.vmware.applmgmt.mon.cat.network", "description": "com.vmware.applmgmt.mon.descr.net.rx.drop.eth0", "id": "net.rx.drop.eth0", "instance": "eth0", "name": "com.vmware.applmgmt.mon.name.net.rx.drop.eth0", "units": "com.vmware.applmgmt.mon.unit.drops_per_sample"}, {"category": "com.vmware.applmgmt.mon.cat.network", "description": "com.vmware.applmgmt.mon.descr.net.rx.drop.lo", "id": "net.rx.drop.lo", "instance": "lo", "name": "com.vmware.applmgmt.mon.name.net.rx.drop.lo", "units": "com.vmware.applmgmt.mon.unit.drops_per_sample"}, {"category": "com.vmware.applmgmt.mon.cat.network", "description": "com.vmware.applmgmt.mon.descr.net.tx.activity.eth0", "id": "net.tx.activity.eth0", "instance": "eth0", "name": "com.vmware.applmgmt.mon.name.net.tx.activity.eth0", "units": "com.vmware.applmgmt.mon.unit.kb_per_sec"}, {"category": "com.vmware.applmgmt.mon.cat.network", "description": "com.vmware.applmgmt.mon.descr.net.tx.activity.lo", "id": "net.tx.activity.lo", "instance": "lo", "name": "com.vmware.applmgmt.mon.name.net.tx.activity.lo", "units": "com.vmware.applmgmt.mon.unit.kb_per_sec"}, {"category": "com.vmware.applmgmt.mon.cat.network", "description": "com.vmware.applmgmt.mon.descr.net.tx.packetRate.eth0", "id": "net.tx.packetRate.eth0", "instance": "eth0", "name": "com.vmware.applmgmt.mon.name.net.tx.packetRate.eth0", "units": "com.vmware.applmgmt.mon.unit.packets_per_sec"}, {"category": "com.vmware.applmgmt.mon.cat.network", "description": "com.vmware.applmgmt.mon.descr.net.tx.packetRate.lo", "id": "net.tx.packetRate.lo", "instance": "lo", "name": "com.vmware.applmgmt.mon.name.net.tx.packetRate.lo", "units": "com.vmware.applmgmt.mon.unit.packets_per_sec"}, {"category": "com.vmware.applmgmt.mon.cat.network", "description": "com.vmware.applmgmt.mon.descr.net.tx.drop.eth0", "id": "net.tx.drop.eth0", "instance": "eth0", "name": "com.vmware.applmgmt.mon.name.net.tx.drop.eth0", "units": "com.vmware.applmgmt.mon.unit.drops_per_sample"}, {"category": "com.vmware.applmgmt.mon.cat.network", "description": "com.vmware.applmgmt.mon.descr.net.tx.drop.lo", "id": "net.tx.drop.lo", "instance": "lo", "name": "com.vmware.applmgmt.mon.name.net.tx.drop.lo", "units": "com.vmware.applmgmt.mon.unit.drops_per_sample"}, {"category": "com.vmware.applmgmt.mon.cat.storage", "description": "com.vmware.applmgmt.mon.descr.storage.util.filesystem.swap", "id": "storage.util.filesystem.swap", "instance": "", "name": "com.vmware.applmgmt.mon.name.storage.util.filesystem.swap", "units": "com.vmware.applmgmt.mon.unit.percent"}]

作者

  • Ansible 云团队 (@ansible-collections)