vmware.vmware_rest.appliance_monitoring_info module – Get monitored item info

Note

This module is part of the vmware.vmware_rest collection (version 2.3.1).

You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install vmware.vmware_rest. You need further requirements to be able to use this module, see Requirements for details.

To use it in a playbook, specify: vmware.vmware_rest.appliance_monitoring_info.

New in vmware.vmware_rest 2.0.0

Synopsis

  • Get monitored item info

Requirements

The below requirements are needed on the host that executes this module.

  • vSphere 7.0.2 or greater

  • python >= 3.6

  • aiohttp

Parameters

Parameter

Comments

session_timeout

float

added in vmware.vmware_rest 2.1.0

Timeout settings for client session.

The maximal number of seconds for the whole operation including connection establishment, request sending and response.

The default value is 300s.

stat_id

string

statistic item id Required with state=[‘get’]

vcenter_hostname

string / required

The hostname or IP address of the vSphere vCenter

If the value is not specified in the task, the value of environment variable VMWARE_HOST will be used instead.

vcenter_password

string / required

The vSphere vCenter password

If the value is not specified in the task, the value of environment variable VMWARE_PASSWORD will be used instead.

vcenter_rest_log_file

string

You can use this optional parameter to set the location of a log file.

This file will be used to record the HTTP REST interaction.

The file will be stored on the host that run the module.

If the value is not specified in the task, the value of

environment variable VMWARE_REST_LOG_FILE will be used instead.

vcenter_username

string / required

The vSphere vCenter username

If the value is not specified in the task, the value of environment variable VMWARE_USER will be used instead.

vcenter_validate_certs

boolean

Allows connection when SSL certificates are not valid. Set to false when certificates are not trusted.

If the value is not specified in the task, the value of environment variable VMWARE_VALIDATE_CERTS will be used instead.

Choices:

  • false

  • true ← (default)

Notes

Note

  • Tested on vSphere 7.0.2

Examples

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

Return Values

Common return values are documented here, the following are the fields unique to this module:

Key

Description

value

list / elements=string

Get the list of the monitored items

Returned: On success

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"}]

Authors

  • Ansible Cloud Team (@ansible-collections)