# VMware

# Introduction

This document aims to describe the monitoring of datacenters, datastores, exsi hosts and virtual machines with Pandora FMS using the pandora Vmware plugin through discovery.

VMware architecture monitoring

With this system, it is possible to monitor architectures such as the following.

[![image.png](https://pandorafms.com/guides/public/uploads/images/gallery/2023-09/scaled-1680-/24rimage.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2023-09/24rimage.png)

Pandora FMS can monitor VCenter, ESXi servers and the components that virtualize Datastores and Virtual Machines. Pandora FMS is based on the API provided by the pyvm library and one of the official Vmware SDKs for data collection.

The monitoring of a VMware environment can be divided into several important aspects to have a complete view of the performance and health of the environment.

**Main aspects of monitoring a VMware environment**

<span style="text-decoration: underline;">Monitoring of virtual machines (VMs)</span>

Virtual machines are the foundation of the VMware virtualization environment. Monitoring VMs is important to gain insight into VM resource usage, availability and performance. Some of the important metrics to monitor are CPU, memory, storage and network usage.

<span style="text-decoration: underline;">ESXi Monitoring</span>

ESXi is the VMware hypervisor that runs on the physical server and provides the virtualization capability. ESXi monitoring is important to gain insight into resource utilization, host health and performance capability. Some of the important metrics to monitor are CPU, memory, storage, network, and host load utilization.

<span style="text-decoration: underline;">Datastores Monitoring</span>

Datastores are the storage spaces on the ESXi hypervisor that store VM images and configuration files. Monitoring datastores is important to gain insight into storage usage, storage health, and performance capacity. Some of the important metrics to monitor are space usage, read and write transfer rate, and CPU and memory usage on storage.

<span style="text-decoration: underline;">Datacenter Monitoring</span>

Datacenters are logical groups of virtualization resources that include ESXi hosts, clusters, networks and storage. Datacenter monitoring is important to gain insight into resource utilization, environment health and performance capacity. Some of the important metrics to monitor are resource availability, CPU, memory, storage and network utilization in the datacenter.

**Advanced Statistics**

By installing VMware Tools on a virtual machine, you enable the collection of advanced VM statistics. VMware Tools are a set of drivers and services that are installed on a virtual machine to improve its performance and manageability in a VMware virtualization environment.

Advanced VM statistics are detailed metrics that can be collected to monitor and optimize virtual machine performance. Some of the advanced statistics that can be collected include:

<span style="text-decoration: underline;">Hardware information.</span>

VM hardware information includes details about the virtual machine's processor, memory, storage, and network. These details can be useful for identifying resource bottlenecks and optimizing VM configuration.

Performance information: Performance statistics include detailed metrics about the VM's CPU, memory, disk and network usage. These metrics can be useful for identifying performance bottlenecks and optimizing the VM configuration.

<span style="text-decoration: underline;">Event information</span>

Event statistics include detailed information about events occurring in the VM, such as starts and stops, reboots, hardware and software errors, and more. This information can be useful for troubleshooting VM problems and improving VM stability and reliability.

**To enable advanced VM statistics, VMware Tools must be installed on the virtual machine.** Once VMware Tools are installed, you can enable advanced statistics in the VM configuration. To do this, follow the steps below:

Right-click on the virtual machine and select "Edit Settings".  
Select "Advanced options" and click "Edit settings".  
Select "Enable advanced statistics collection" and click "OK".  
   
Once advanced VM statistics are enabled, you can view and analyze these statistics using VMware monitoring tools such as vCenter Server, vRealize Operations Manager, among others. This will allow you to gain a better understanding of VM performance and health and help you make informed decisions on how to optimize VM configuration to maximize VM performance and efficiency.

**Configuring vCenter for monitoring**

**Discovery Applications VMware** makes use of the metrics provided by the vCenter® and ESXi VMware® API. The availability of these metrics depends on the levels configured for statistics collection.

These levels can be changed in the vCenter Server Settings menu and in the Statistics option. For each time option and each level you will get the description of the counters collected by vCenter. The minimum level to monitor with the Pandora FMS plugin is Level 2.

Depending on the vCenter configuration, it is possible that some modules do not report data in Pandora FMS. This could be because:

Some plugin is missing to be installed in the vCenter.  
It is necessary to install a VMware® agent (vmware-tools) in the entity.  
Simply because the entity is turned off (virtual machine or ESXi).

  
**To solve these problems you should consult the VMware documentation.**

Some solutions, such as Hardware Status monitoring, may require advanced configuration of both vCenter and ESX-supporting hosts.

# Compatibility matrix

<table border="1" id="bkmrk-sistemas-donde-se-ha-0" style="width: 869px; height: 71px;"><tbody><tr style="height: 46.5938px;"><td style="width: 210.5px; height: 46.5938px;">**Environments where it has been tested**</td><td style="width: 657.469px; height: 46.5938px;">Version **6.5.0**</td></tr><tr style="height: 46.5938px;"><td style="width: 210.5px; height: 46.5938px;">**Environments where it should work**</td><td style="width: 657.469px; height: 46.5938px;">Any VMWare environment</td></tr></tbody></table>

<table border="1" id="bkmrk-sistemas-donde-se-ha-1" style="width: 863px; height: 76.3907px;"><tbody><tr style="height: 46.5938px;"><td style="width: 210px; height: 46.5938px;">**Environments where it has been tested**</td><td style="width: 652.986px; height: 46.5938px;">Rocky linux, Fedora 34</td></tr><tr style="height: 29.7969px;"><td style="width: 210px; height: 29.7969px;">**Environments where it should work**</td><td style="width: 652.986px; height: 29.7969px;">Any Linux system</td></tr></tbody></table>

# Prerrequisites

The plugin is a binary that contains the packaged dependencies so it is not necessary to install any dependencies to use it.

The only requirement for the plugin to work is that the lib folder, attached with the plugin, is located in the same path as the binary.

However, for the monitoring of some advanced statistics, it does require the installation of VMware Tools on the machines on which it is required to obtain these statistics.

By default, the vSphere API uses TCP port 443 for communication, so make sure that this port is accessible.

<p class="callout info align-center">With VMware Tools you can obtain several advanced performance metrics and statistics of the virtual machines</p>

# Parameters and configuration

**Parameters**

<table border="1" id="bkmrk---generate_password-" style="width: 100%;"><tbody><tr><td style="width: 22.359%;">--generate\_password</td><td style="width: 77.641%;">To generate an encrypted password (if this password is to be used later for connection, it must be entered in the configuration option "password" and the option "use\_encrypted\_password" must also be activated in the configuration file with 1.</td></tr><tr><td style="width: 22.359%;">--as\_discovery\_plugin</td><td style="width: 77.641%;">Option to use it in discovery mode.</td></tr></tbody></table>

**Configuration blocks**

The configuration file is divided into the following blocks

- Configuration
- Datacenter
- Datastore
- ESX
- VM
- Rename
- Reject
- Header

Each of the blocks is specified in the configuration file by entering its parameters below these blocks, for example :

```
Configuration
server 192.168.100.105
user pandorafms
pass P@$5w0rd!
datacenter ha-datacenter
```

Each block and its options are detailed below:

**Configuration**

Under the configuration block you can specify the following parameters

<span style="text-decoration: underline;">Global configuration</span>

<table border="1" id="bkmrk-server-name-or-ip-of" style="border-collapse: collapse; width: 100%; height: 907.282px;"><colgroup><col style="width: 50.0618%;"></col><col style="width: 50.0618%;"></col></colgroup><tbody><tr style="height: 29.7969px;"><td style="height: 29.7969px;">server</td><td style="height: 29.7969px;">Name or IP of the server to monitor</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">user</td><td style="height: 29.7969px;">Account user</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">pass</td><td style="height: 29.7969px;">Account password</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">datacenter</td><td style="height: 29.7969px;"> Datacenter where the plugin will point to</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">temporal</td><td style="height: 29.7969px;">Path where temporary files will be stored</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">logfile</td><td style="height: 29.7969px;">Path where the log file will be stored</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">entities\_list</td><td style="height: 46.5938px;">Path where the entities\_list file will be created (more information about this file below)</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">transfer\_mode</td><td style="height: 29.7969px;">Execution mode, the two possible options are local or tentacle</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">local\_folder</td><td style="height: 46.5938px;">Path of the folder where the XML of the agents will be created for the local transfer mode (transfer\_mode = local)</td></tr><tr style="height: 57.7812px;"><td style="height: 57.7812px;">pandora\_url</td><td style="height: 57.7812px;">pandora URL (only if required to use the event mode of the plugin)

</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">api\_pass</td><td style="height: 46.5938px;">pandora api password (only if required to use the plugin event mode)</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">api\_user</td><td style="height: 29.7969px;">pandora api user (only if required to use plugin events mode)</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">api\_user\_pass</td><td style="height: 46.5938px;">Pandora api user password (only if required to use plugin event mode)</td></tr><tr style="height: 80.1875px;"><td style="height: 80.1875px;">event\_mode</td><td style="height: 80.1875px;">To activate the vCenter event monitoring, it is activated with 1. The events are copied to the Pandora FMS event list and become part of its normal flow (requires connectivity with the Pandora FMS console API). This option is only available for vCenter.</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">event\_pointer\_file</td><td style="height: 29.7969px;">Path where the event\_pointer\_file file will be saved.</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">tentacle\_ip</td><td style="height: 46.5938px;">tentacle IP, required if the plugin is executed in transfer\_mode tentacle</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">tentacle\_port</td><td style="height: 29.7969px;">Tentacle port, default is 41121</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">tentacle\_opts</td><td style="height: 29.7969px;">Additional options for file transfer to the specified Tentacle server</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">virtual\_network\_monitoring</td><td style="height: 29.7969px;">Enables monitoring of virtual switches with value 1</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">use\_encrypted\_password</td><td style="height: 29.7969px;">Enables use of an encrypted password with value 1</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">threads</td><td style="height: 29.7969px;">Number of threads to be used by the plugin in agent creation</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">interval</td><td style="height: 29.7969px;">Interval in seconds in which the plugin agents are created</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">recon\_interval</td><td style="height: 29.7969px;">Interval in seconds after which the temporary entity cache file will be automatically deleted to rescan the VMware® infrastructure.</td></tr><tr><td>enable\_recon\_interval</td><td>Set recon\_interval to 1.</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">group</td><td style="height: 29.7969px;">Group where the agents will be created</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">use\_ds\_alias\_as\_name</td><td style="height: 29.7969px;">Triggers the use of datastore agent alias as agent name with value 1</td></tr><tr><td>statsinterval</td><td>Interval in seconds for statistics taken using the "custom\_performance" option  
</td></tr><tr><td>flat\_datastore\_agents</td><td>Triggers creation of a single agent for datastores with name "VMWareDatastores" with value 1</td></tr><tr><td>use\_ds\_entity\_name</td><td>Enables use of Datastore name as agent name with value 1</td></tr><tr><td>discard\_empty\_adapters</td><td>If set to 1, monitoring of ESX HBAs with destinations, devices, and paths set to 0 will be disabled.</td></tr></tbody></table>

<span style="text-decoration: underline;">Control parameters of monitorable elements</span>

<table border="1" id="bkmrk-monitor_exclusive_ag" style="border-collapse: collapse; width: 100%; height: 418.567px;"><colgroup><col style="width: 50.0618%;"></col><col style="width: 50.0618%;"></col></colgroup><tbody><tr style="height: 46.4333px;"><td style="height: 46.4333px;">monitor\_exclusive\_agents</td><td style="height: 46.4333px;">Enable the monitoring of specific agents (these are specified in the parameters below) with value 1</td></tr><tr style="height: 63.2333px;"><td style="height: 63.2333px;">exclusive\_esx</td><td style="height: 63.2333px;">If monitor\_exclusive\_agent is enabled, it is used to specify the esxi to monitor. Its value will be an array JSON with the agents to monitor</td></tr><tr style="height: 63.2333px;"><td style="height: 63.2333px;">exclusive\_datastores</td><td style="height: 63.2333px;"> If monitor\_exclusive\_agent is enabled, it is used to specify the datastores to monitor. Its value will be an array type JSON with the agents to monitor</td></tr><tr style="height: 63.2333px;"><td style="height: 63.2333px;">exclusive\_vm</td><td style="height: 63.2333px;">If monitor\_exclusive\_agent is enabled, it is used to specify the vm to monitor. Its value will be an array type JSON with the agents to monitor</td></tr><tr style="height: 63.2333px;"><td style="height: 63.2333px;">exclusive\_rp</td><td style="height: 63.2333px;">If `monitor\_exclusive\_agent` is enabled, it is used to specify the resource groups to be monitored. Its value will be a JSON array containing the agents to be monitored</td></tr><tr style="height: 29.8px;"><td style="height: 29.8px;">scan\_datastore</td><td style="height: 29.8px;">Activates datastore scanning with value 1</td></tr><tr style="height: 29.8px;"><td style="height: 29.8px;">scan\_datacenter</td><td style="height: 29.8px;">Triggers datacenter scan with value 1</td></tr><tr style="height: 29.8px;"><td style="height: 29.8px;">scan\_esx</td><td style="height: 29.8px;">Triggers esx scan with value 1</td></tr><tr style="height: 29.8px;"><td style="height: 29.8px;">scan\_vm</td><td style="height: 29.8px;">Triggers virtual machine scan with value 1</td></tr><tr><td>scan\_rp</td><td>Triggers resource pools scan with value 1</td></tr></tbody></table>

**Datacenter**

<span style="text-decoration: underline;">Module activation or deactivation parameters</span>

The following modules can be enabled or disabled in the configuration file using "enabled" or "disabled".

<table border="1" id="bkmrk-ping-checking-ping-t" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 50.0618%;"></col><col style="width: 50.0618%;"></col></colgroup><tbody><tr><td>ping</td><td>Checking ping to the machine that supports vCenter</td></tr><tr><td>check443</td><td>Checking port 443 on the machine that supports vCenter</td></tr></tbody></table>

**Datastore**

<span style="text-decoration: underline;">Module activation or deactivation parameters</span>

The following modules can be enabled or disabled in the configuration file using "enabled" or "disabled".

<table border="1" id="bkmrk-capacity-maximum-cap" style="border-collapse: collapse; width: 100%; height: 148.984px;"><colgroup><col style="width: 50.0618%;"></col><col style="width: 50.0618%;"></col></colgroup><tbody><tr style="height: 29.7969px;"><td style="height: 29.7969px;">capacity</td><td style="height: 29.7969px;">Maximum capacity of the datastore in bytes</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">freeSpace</td><td style="height: 29.7969px;">Percentage of free space on the datastore</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">overallocation</td><td style="height: 29.7969px;">Percentage of disk overallocation</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">freeSpaceBytes</td><td style="height: 29.7969px;">Amount of free disk space in bytes</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">dsPathStatus</td><td style="height: 29.7969px;">Datastore path status</td></tr></tbody></table>

  
 **ESX**

Module activation or deactivation parameters

The following modules can be enabled or disabled in the configuration file using "enabled" or "disabled".

<table border="1" id="bkmrk-diskread-kb%2Fs-disk-r" style="border-collapse: collapse; width: 100%; height: 625.735px;"><colgroup><col style="width: 50.0618%;"></col><col style="width: 50.0618%;"></col></colgroup><tbody><tr style="height: 29.7969px;"><td style="height: 29.7969px;">diskRead</td><td style="height: 29.7969px;">Kb/s disk read rate</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">diskWrite</td><td style="height: 29.7969px;">Rate of Kb/s written from disk</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">kernelReadLatency</td><td style="height: 29.7969px;">Disk read latency in milliseconds</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">kernelWriteLatency</td><td style="height: 29.7969px;">Disk write latency in milliseconds</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">deviceReadLatency</td><td style="height: 29.7969px;">Time it takes for a storage device to respond to a data read request</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">deviceWriteLatency</td><td style="height: 29.7969px;">Time it takes for a storage device to respond to a data write request</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">cpuInfo</td><td style="height: 29.7969px;">General CPU information (creates a module for each ESXi CPU)</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">pciDevice</td><td style="height: 29.7969px;">Number of assigned PCI devices</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">hbaDevice</td><td style="height: 29.7969px;">Number of HBA (Host Bus Adapter) devices assigned to a virtual machine</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">pnicInfo</td><td style="height: 29.7969px;">Information related to the physical network adapters (PNICs) that are configured on the ESXi host</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">vnicInfo</td><td style="height: 29.7969px;">Information about the virtual network interfaces of the host</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">cpuUsagePercent</td><td style="height: 29.7969px;">Percentage of current CPU usage on the host</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">memoryUsagePercent</td><td style="height: 29.7969px;">Percentage of current RAM usage on the host</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">diskRate</td><td style="height: 29.7969px;">Read and write data transfer rate on the host virtual disk</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">maxDiskLatency</td><td style="height: 29.7969px;">Maximum I/O latency time on the virtual disk of the host</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">netUsage</td><td style="height: 29.7969px;">Network data transfer rate on host virtual disk</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">systemHealthInfo</td><td style="height: 29.7969px;">Information about the general health status of the system</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">netReceived</td><td style="height: 29.7969px;">Amount of data received through the host network interface. netTransmitted Amount of transmitted data</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">netTransmitted</td><td style="height: 29.7969px;">Amount of data transmitted over the host network interface</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">netPkgRx</td><td style="height: 29.7969px;">Number of network packets received over the host network interface. netPkgTx Number of network packets received over the host network interface</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">netPkgTx</td><td style="height: 29.7969px;">Number of network packets transmitted over the host network interface</td></tr><tr><td>pathStatus</td><td>Paths state</td></tr></tbody></table>

**VM**

<span style="text-decoration: underline;">Module activation or deactivation parameters</span>

The following modules can be enabled or disabled in the configuration file using "enabled" or "disabled".

<table border="1" id="bkmrk-virtualimagepath-pat" style="border-collapse: collapse; width: 100%; height: 1576.02px;"><colgroup><col style="width: 50.0618%;"></col><col style="width: 50.0618%;"></col></colgroup><tbody><tr style="height: 46.5938px;"><td style="height: 46.5938px;">virtualImagePath</td><td style="height: 46.5938px;">Path of the virtual disk image associated with a particular virtual machine</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">toolsRunningStatus</td><td style="height: 29.7969px;">Running status of VMware Tools on a virtual machine</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">host</td><td style="height: 29.7969px;">hosting the virtual machines in a virtualization environment</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">connectionState</td><td style="height: 46.5938px;">Connection status between a virtual machine and its ESXi host in a virtualization environment</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">guestState</td><td style="height: 46.5938px;">State of the virtual machine in terms of its operating system and running applications</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">guestOS</td><td style="height: 29.7969px;">Operating system running on the virtual machine</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">hostName</td><td style="height: 46.5938px;">Name of the physical host on which the virtual machine is running</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">powerState</td><td style="height: 29.7969px;">Displays whether the virtual machine is powered on or off</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">triggeredAlarmState</td><td style="height: 46.5938px;">Displays the status of the alarms triggered in the virtual machine</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">bootTime</td><td style="height: 29.7969px;">Displays the date and time the virtual machine started</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">vcpuAllocation</td><td style="height: 29.7969px;">Number of virtual CPUs allocated to the virtual machine</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">cpuAllocation</td><td style="height: 29.7969px;">Number of CPU resources assigned to the virtual machine</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">consumedOverheadMemory</td><td style="height: 46.5938px;">Amount of memory used by the host to perform tasks related to the virtual machine</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">hostMemoryUsage</td><td style="height: 46.5938px;">Amount of memory used by the host to perform tasks related to the virtual machine</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">maxCpuUsage</td><td style="height: 29.7969px;">Maximum CPU usage in the virtual machine</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">maxMemoryUsage</td><td style="height: 29.7969px;">Maximum memory usage in the virtual machine</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">memoryMBAllocation</td><td style="height: 29.7969px;">Amount of RAM memory allocated to the virtual machine</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">memoryAllocation</td><td style="height: 29.7969px;">Amount of memory allocated to the virtual machine</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">uptimeSeconds</td><td style="height: 29.7969px;">Total time that the virtual machine has been running</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">memoryOverhead</td><td style="height: 46.5938px;">Amount of memory used by the host for monitoring and management tasks of the virtual machine</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">overallCpuDemand</td><td style="height: 46.5938px;">Total number of CPU resources requested by the virtual machine</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">overallCpuUsage</td><td style="height: 29.7969px;">Total amount of CPU resources used by the virtual machine</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">privateMemory</td><td style="height: 46.5938px;">Amount of memory used by the virtual machine for its private processes</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">sharedMemory</td><td style="height: 46.5938px;">Amount of memory shared between the virtual machine and the host</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">diskUsed</td><td style="height: 46.5938px;">Amount of space used on the virtual disk of the virtual machine</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">provisioningUsed</td><td style="height: 46.5938px;">Amount of space used in the virtual machine's provisioning storage</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">macAddress</td><td style="height: 46.5938px;">MAC address assigned to the virtual machine's network interface</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">ipAddress</td><td style="height: 29.7969px;">IP address assigned to the virtual machine's network interface</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">heartbeat</td><td style="height: 29.7969px;">State of the virtual machine's heartbeat</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">cpuReady</td><td style="height: 29.7969px;">Amount of time the virtual machine is waiting for the CPU</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">snapshotCounter</td><td style="height: 29.7969px;">Number of snapshots created for the virtual machine</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">totalReadLatency</td><td style="height: 29.7969px;">Total latency time for reading the virtual disk of the virtual machine</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">totalWriteLatency</td><td style="height: 29.7969px;">Total write latency time of the virtual disk of the virtual machine</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">cpuUsagePercent</td><td style="height: 29.7969px;">Percentage of current CPU usage in the virtual machine</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">memoryUsagePercent</td><td style="height: 29.7969px;">Percentage of current RAM memory usage in the virtual machine</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">diskRate</td><td style="height: 29.7969px;">Data transfer rate of reading and writing data on the virtual disk of the virtual machine</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">maxDiskLatency</td><td style="height: 29.7969px;">Maximum I/O latency time on the virtual disk of the virtual machine</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">netUsage</td><td style="height: 29.7969px;">Network data transfer rate in the virtual machine</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">systemHealthInfo</td><td style="height: 29.7969px;">Information about the overall system health status</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">netReceived</td><td style="height: 29.7969px;">Amount of data received through the virtual machine's network interface</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">netTransmitted</td><td style="height: 29.7969px;">Amount of data transmitted through the virtual machine's network interface</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">netPkgRx</td><td style="height: 29.7969px;">Number of network packets received through the virtual machine's network interface</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">netPkgTx</td><td style="height: 29.7969px;">Number of network packets transmitted over the virtual machine's network interface</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">snapshotCounter</td><td style="height: 29.7969px;">Number of snapshots of the virtual machine</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">snapshotDate</td><td style="height: 29.7969px;">Date of each snapshot</td></tr></tbody></table>

**RP**

Module activation or deactivation parameters

The following modules can be enabled or disabled in the configuration file using "enabled" or "disabled".

<table border="1" id="bkmrk--1" style="border-collapse: collapse; width: 100%; height: 209.417px;"><colgroup><col style="width: 49.8765%;"></col><col style="width: 49.8765%;"></col></colgroup><tbody><tr style="height: 29.9167px;"><td style="height: 29.9167px;">cpuUsageMhz</td><td style="height: 29.9167px;">CPU usage in MHz of the Resource Pool.</td></tr><tr style="height: 29.9167px;"><td style="height: 29.9167px;">memActive</td><td style="height: 29.9167px;">Active memory in use.</td></tr><tr style="height: 29.9167px;"><td style="height: 29.9167px;">memGranted</td><td style="height: 29.9167px;">Memory assigned to the Resource Pool.</td></tr><tr style="height: 29.9167px;"><td style="height: 29.9167px;">memShared</td><td style="height: 29.9167px;">Memory shared between virtual machines.</td></tr><tr style="height: 29.9167px;"><td style="height: 29.9167px;">memSwapped</td><td style="height: 29.9167px;">Memory swapped to disk.</td></tr><tr style="height: 29.9167px;"><td style="height: 29.9167px;">memVmmemctl</td><td style="height: 29.9167px;">Memory reclaimed through ballooning.</td></tr><tr style="height: 29.9167px;"><td style="height: 29.9167px;">memOverhead</td><td style="height: 29.9167px;">Memory used by VMware for management.</td></tr></tbody></table>

**Rename**

The renaming of entities is done through the RENAME token and allows to rename the entities discovered by the plugin. When using this functionality, the agents created in Pandora FMS will appear with the new assigned name. The structure of this section is as follows:

```
<current name> TO <new name>
```

An example of a configuration in this section could be the following:

```
 #Rename entities
 Rename
 Debian 11 TO Virtual Machine 1
 RedHat 12 TO Web server
 ESX Workstation TO Host Work Sales
```

**Header**

In header you can add a prefix to each agent name, which can be useful for a faster identification of these in pandora. The syntax of each block is :

```
dc <prefix>
ds <prefix>
esx <prefix>
vm <prefix>
rp <prefix>
```

An example may be the following :

```
dc DC_
ds DS_
esx ESXi_
vm VM_
rp RP_
```

In this example, all virtual machine agents would have a name with the following structure:

```
VM_<agent_name>
```

**Reject**

It is used to discard the monitoring of specific virtual machines or ESX, each entity to disable monitoring must be specified in the configuration file, below this block, in a different line for each entity.

An example can be the following:

```
Reject
gridNode
Vm_apx
Vm_acr
```

It is also used to disable the IP scanning of the agents, it is used with this parameter.

<table border="1" id="bkmrk-all_ipaddresses-disa" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 50%;"></col><col style="width: 50%;"></col></colgroup><tbody><tr><td>all\_ipaddresses</td><td>Disables scanning of IP addresses with value 1</td></tr></tbody></table>

**Example configuration file**

```
Configuration
server 192.168.80.36
datacenter ha-datacenter
user pandora
group Applications
use_encrypted_password 0
interval 300
pass HhVGFJk!H
threads 5
event_mode 0
retry_send 0
virtual_network_monitoring 0
recon_interval 300

monitor_exclusive_agents 0
exclusive_esx []
exclusive_datastores []
exclusive_vm []
exclusive_rp []

scan_datastore 1
scan_datacenter 1
scan_esx 1
scan_vm 1
scan_rp 1

logfile /tmp/tmp_discovery.taskMD5.log
entities_list /tmp/tmp_discovery.taskMD5.entities
event_pointer_file /tmp/tmp_discovery.taskMD5.events
temporal /tmp
transfer_mode tentacle
tentacle_ip 127.0.0.1
tentacle_port 41121
tentacle_opts 
local_folder /var/spool/pandora/data_in
pandora_url http://127.0.0.1/pandora_console/
api_pass pandora
api_user admin
apipandorapass 1234

Rename
venger TO esx_venger
SSD100GB TO disk_store_1

Reject
gridNode
Vm_apx
Vm_acr
```

**About monitoring:**

<span style="text-decoration: underline;">Entity scan</span>

Due to the size of the VMware® infrastructures of the enterprise client, a general scan of all available entities in each run could trigger performance issues.

To avoid this situation, the VMware monitoring plug-in has the entity file ( entities\_list)where it stores the list of entities scanned in the first run).

As long as this file exists, monitoring will be limited to the entities indicated in the file.

<span style="text-decoration: underline;">Monitoring configuration</span>

The following sections of the file configure the modules created for each type of entity. These sections use the Datacenter, Datastore, ESX and VM sections. In these sections you can enable and disable the modules to be monitored. The following example contains a configuration according to the modules that would be created for ESX and virtual machines.

```
 ...
 #ESX Modules
 ESX
 cpuUsagePercent disabled
 diskRead enabled
 diskWrite enabled

 #VM Modules
 VM
 diskReadLatency disabled
 diskWriteLatency disabled
 diskRate enabled
 ...
```

Each configuration line is a module. Although in the example above, all modules are created with default values. You can configure the following values: 'Name', 'description' and 'limits' for the 'warning' and 'critical' states. An example of this type of configuration would look like the following:

```
 ...
 #VM Modules
 VM
 diskReadLatency disabled
 diskWriteLatency disabled
 diskRate name = Disk Rate; desc = Lec Rate/Esc disk; limits_warn = 5 10; limits_crit = 0 4
 ...
```

The available options for the module configuration are these:

&lt;module&gt; disabled: The module will NOT be created.  
&lt;module&gt; enabled: The module WILL be created (with default values)  
&lt;module&gt; name = &lt;name&gt;; desc = &lt;description&gt;; limits\_warn &lt;lim\_warn&gt;; limits\_crit &lt;lim\_crit&gt;"

Some modules when enabled in the plugin can generate multiple modules within their agents. For those cases when specifying a custom name for the module you can use the string "%s" to be replaced by an identifier of the element in each case. These modules and their identifiers are:

- ESX: 
    - cpuInfo: Index.
    - pciDevice:Device name
    - hbaDevice: Device name
    - pnicInfo: Device name
    - vnicInfo: Index.
    - systemHealthInfo: Sensor type and name
    - disksState: Device name
- VM: 
    - diskUsed: Disk name (if any) or index
    - macAddress: Index.
    - ipAddress: Index.
    - snapshotDate: Snapshot name.

**Use example**

```
#VM Modules
VM
diskUsed name = Disk %s Used Percentage ; desc = Disk Used %; limits_warn = 80 90; limits_crit = 90 100
```

The module will be created with the given name and description. The module will define thresholds for 'maximum' and 'minimum' for critical and warning states.

It is also possible to configure text strings for the limits of the Warning and Critical states of the Modules. The configuration would look like the following:

```
powerState name = Operating Status; desc = Operating Status VM; limits_warn = .*suspended.*; limits_crit = .*poweredOff.*
```

<span style="text-decoration: underline;">Custom Performance Metrics</span>

It is possible to configure new modules related to Performance Counters for virtual machines and ESX. To configure a new performance module you will need to use the following structure within the ESC or VM blocks of the configuration file:

```
custom_performance type = mem; metric = swapinRate; module_type = generic_data; name = Swap In Rate; desc = Swap In Rate for host; limits_warn = 0 0; limits_crit = 0 0
```

The parameters to be configured are:

[![image.png](https://pandorafms.com/guides/public/uploads/images/gallery/2023-09/scaled-1680-/uyvimage.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2023-09/uyvimage.png)

To see the complete list of all metrics according to their type you should click on the Advanced button and then on the Char option button. You will see a list with all the metric types and the respective metrics of each type:

[![image.png](https://pandorafms.com/guides/public/uploads/images/gallery/2023-09/scaled-1680-/52dimage.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2023-09/52dimage.png)

For each type of metric, a series of counters will appear, which are the variables that can be monitored with Pandora FMS. To monitor a variable we need its Internal Name. You should also make sure that the statistics level, configured in the vCenter, allows to show the variable we are looking for, comparing it with the Collection Level field of the metric.

[![image.png](https://pandorafms.com/guides/public/uploads/images/gallery/2023-09/scaled-1680-/KIUimage.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2023-09/KIUimage.png)

For example, if you need to see the CPU usage of an ESX host, we will look for the cpu type variables for an ESX and from the available ones we will choose utilization. The line you have to add to the configuration file (in this case inside the ESX section) will be the following:

```
custom_performance type = cpu; metric = utilization; module_type = generic_data; name = CPU Utilization; desc = CPU Utilization for ESX; limits_warn = 0 0; limits_crit = 0 0
```

**VMware® virtual architecture management and visualization**

Two extensions are distributed together with the VMware® plug-in: VMware Manager® and VMware View®. VMware View® allows you to visualize all components of the VMware® architecture in a convenient way. In addition, with VMware Manager® you will be able to manage virtual machines by stopping, starting, resetting or suspending their activity from the Pandora FMS Console.

**Using VMware View**

To start using the VMware® architecture viewer go to Monitoring → VMware view.

If you do not have any device to monitor or you have not configured the vCenter® and ESXi VMware® API you will get something similar to the following image:

If the plugin is in operational state you will get this message (click the Show button):

   
The VMware View® extension will show you a map similar to the one below with the entire VMware® architecture.

The map contains the elements of the VMware® architecture (virtual machines, ESX, DataStores and DataCenters) with different icons that identify them, as well as the status of the Pandora FMS Agents that represent each element. In addition, the relationship between virtual machines, ESX and DataCenter is shown. In this way, at a glance you can see the status of the VMware® architecture in a simple way.

This extension has some options that help to improve the visualization of the architecture by hiding elements, increasing the font size and allowing to zoom in to see the elements in more detail.

Using the above options you can show only the DataCenter and ESX.

**VMware View Dashboards**

VMware View® provides two additional views in addition to the topology map view of the virtual architecture. The new tabs allow you to switch between the different views of the VMware View®.

The first view is a general dashboard where you can see at a glance the overall status of the virtual architecture in numbers, i.e. how many virtual machines, ESXi hosts or DataStores have problems. You will also be able to see general performance parameters thanks to graphs showing the 5 virtual machines that consume the most memory, CPU, disk and network of the entire virtual architecture.

The second view allows you to see the performance parameters of each ESX host. In this view you can choose an ESX host for which a dashboard will be loaded showing the status of the host and virtual machines, as well as performance metrics related to CPU, memory, disk and network usage of the ESXi host. In addition, this view also provides graphs showing the virtual machines that consume the most resources (CPU, memory, disk and network) on the selected host.

**VMware View Options Tab**

The VMWare extension is included together with Pandora FMS Console Enterprise. It has a configuration panel to set dashboard and map options:

You will be able to adjust the view thresholds (minimum - maximum) of the dashboard graphs.  
You can adjust the default map view settings.  
Contains a link to the configuration management system.  
Accessible from the VMWare View® options tab:

**Using the VMware Manager extension from Agents**

To use the VMware® Manager extension you must go to the operation view of an Agent that corresponds to a virtual machine in that architecture. Within this view you will see an icon with the VMware® symbol that corresponds to the extension.

The VMware® Manager extension allows to manage virtual machines from the Pandora FMS Console. The extension shows the current status of the virtual machine with a color code:

Green = On (virtual machine running).  
Orange = Suspended (virtual machine whose execution is paused).  
Gray = Stopped (virtual machine is not running).  
In addition, in a combo box it shows the available statuses and allows you to change the virtual machine status to the selected one by clicking on the Change Status button.

Selecting the Stop status and pressing Change status:

This will cause the virtual machine execution to stop and the VMware Manage extension view will change, thus showing that the virtual machine is now stopped:

  
   
If you have configured monitoring using RENAME this utility will not work against renamed targets.

# Events monitoring

This functionality makes a copy of the events present in the VMware® vCenter to the Pandora FMS event list.

These events become part of the Pandora FMS normal event flow and are automatically associated to the Agent that represents the vCenter they come from (if the Agent exists at the time the event is created).

[![image-1684314855677.png](https://pandorafms.com/guides/public/uploads/images/gallery/2023-05/scaled-1680-/image-1684314855677.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2023-05/image-1684314855677.png)

In the event dump process, the information and severity that VMware® indicates in the creation of the event is respected, so that the events with a critical, warning or informative severity level will keep these levels in Pandora FMS. The following image shows an example of the detailed information of an event dumped from VMware to Pandora FMS.

[![image-1684314893073.png](https://pandorafms.com/guides/public/uploads/images/gallery/2023-05/scaled-1680-/image-1684314893073.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2023-05/image-1684314893073.png)

With all the events present in Pandora FMS you will be able to perform all the available actions for event management, such as: creating alerts, configuring filters, opening incidences, etc.

#### Table of events

<p class="callout info align-center">This list of events is provided to make easier the task of configuring event alerts in Pandora FMS. To obtain a complete and updated reference of all the possible events, you should consult the documentation that VMware® has about it.</p>

<table class="inline" id="bkmrk-evento-severidad-tip" style="height: 19913px; width: 1166px;" width="5"><thead><tr class="row0" style="height: 46px;"><th class="col0 leftalign align-center" style="width: 605.969px; height: 46px;">Event</th><th class="col1 leftalign align-center" style="width: 139.125px; height: 46px;">Severity</th><th class="col2 align-center" style="width: 63.9062px; height: 46px;">Event type</th></tr></thead><tbody><tr class="row1" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">An account was created on host {host.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row2" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Account {account} was removed on host {host.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row3" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">An account was updated on host {host.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row4" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The default password for the root user on the host {host.name} has not been changed</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row5" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Alarm '{alarm.name}' on {entity.name} triggered an action</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row6" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Created alarm '{alarm.name}' on {entity.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row7" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Alarm '{alarm.name}' on {entity.name} sent email to {to}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row8" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Alarm '{alarm.name}' on {entity.name} cannot send email to {to}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row9" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Reconfigured alarm '{alarm.name}' on {entity.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row10" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Removed alarm '{alarm.name}' on {entity.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row11" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Alarm '{alarm.name}' on {entity.name} ran script {script}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row12" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Alarm '{alarm.name}' on {entity.name} did not complete script: {reason.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row13" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Alarm '{alarm.name}': an SNMP trap for entity {entity.name} was sent</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row14" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Alarm '{alarm.name}' on entity {entity.name} did not send SNMP trap: {reason.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row15" style="height: 63px;"><td class="col0 leftalign" style="width: 605.969px; height: 63px;">Alarm '{alarm.name}' on {entity.name} changed from {from.@enum.ManagedEntity.Status} to {to.@enum.ManagedEntity.Status}</td><td class="col1 leftalign" style="width: 139.125px; height: 63px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row16" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">All running virtual machines are licensed</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row17" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">User cannot logon since the user is already logged on</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row18" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Cannot login {userName}@{ipAddress}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row19" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The operation performed on host {host.name} in {datacenter.name} was canceled</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row20" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Changed ownership of file name {filename} from {oldOwner} to {newOwner} on {host.name} in {datacenter.name}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row21" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot change ownership of file name {filename} from {owner} to {attemptedOwner} on {host.name} in {datacenter.name}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row22" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Checked cluster for compliance</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row23" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Created cluster {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row24" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Removed cluster {computeResource.name} in datacenter {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row25" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Insufficient capacity in cluster {computeResource.name} to satisfy resource configuration in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row26" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Reconfigured cluster {computeResource.name} in datacenter {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row27" style="height: 63px;"><td class="col0 leftalign" style="width: 605.969px; height: 63px;">Configuration status on cluster {computeResource.name} changed from {oldStatus.@enum.ManagedEntity.Status} to {newStatus.@enum.ManagedEntity.Status} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 63px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row28" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Created new custom field definition {name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row29" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Removed field definition {name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row30" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Renamed field definition from {name} to {newName}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row31" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Changed custom field {name} on {entity.name} in {datacenter.name} to {value}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row32" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot complete customization of VM {vm.name}. See customization log at {logLocation} on the guest <abbr title="Operating System">OS</abbr> for details.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row33" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">An error occurred while setting up Linux identity. See log file '{logLocation}' on guest <abbr title="Operating System">OS</abbr> for details.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row34" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">An error occurred while setting up network properties of the guest <abbr title="Operating System">OS</abbr>. See the log file {logLocation} in the guest <abbr title="Operating System">OS</abbr> for details.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row35" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Started customization of VM {vm.name}. Customization log located at {logLocation} in the guest <abbr title="Operating System">OS</abbr>.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row36" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Customization of VM {vm.name} succeeded. Customization log located at {logLocation} in the guest <abbr title="Operating System">OS</abbr>.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row37" style="height: 63px;"><td class="col0 leftalign" style="width: 605.969px; height: 63px;">The version of Sysprep {sysprepVersion} provided for customizing VM {vm.name} does not match the version of guest <abbr title="Operating System">OS</abbr> {systemVersion}. See the log file {logLocation} in the guest <abbr title="Operating System">OS</abbr> for more information.</td><td class="col1 leftalign" style="width: 139.125px; height: 63px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row38" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">An error occurred while customizing VM {vm.name}. For details reference the log file {logLocation} in the guest <abbr title="Operating System">OS</abbr>.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row39" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">dvPort group {net.name} in {datacenter.name} was added to switch {dvs.name}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row40" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">dvPort group {net.name} in {datacenter.name} was deleted.</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row41" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;"> </td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row42" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">dvPort group {net.name} in {datacenter.name} was reconfigured.</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row43" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">dvPort group {oldName} in {datacenter.name} was renamed to {newName}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row44" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">HA admission control disabled on cluster {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row45" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">HA admission control enabled on cluster {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row46" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Re-established contact with a primary host in this HA cluster</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row47" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Unable to contact a primary HA agent in cluster {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row48" style="height: 80px;"><td class="col0 leftalign" style="width: 605.969px; height: 80px;">All hosts in the HA cluster {computeResource.name} in {datacenter.name} were isolated from the network. Check the network configuration for proper network redundancy in the management network.</td><td class="col1 leftalign" style="width: 139.125px; height: 80px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 80px;">System</td></tr><tr class="row49" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">HA disabled on cluster {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row50" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">HA enabled on cluster {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row51" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">A possible host failure has been detected by HA on {failedHost.name} in cluster {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row52" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Host {isolatedHost.name} has been isolated from cluster {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row53" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Created datacenter {datacenter.name} in folder {parent.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row54" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Renamed datacenter from {oldName} to {newName}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row55" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Datastore {datastore.name} increased in capacity from {oldCapacity} bytes to {newCapacity} bytes in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row56" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Removed unconfigured datastore {datastore.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row57" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Discovered datastore {datastore.name} on {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row58" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Multiple datastores named {datastore} detected on host {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row59" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">&lt;internal&gt;</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row60" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">File or directory {sourceFile} copied from {sourceDatastore.name} to {datastore.name} as {targetFile}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row61" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">File or directory {targetFile} deleted from {datastore.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row62" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">File or directory {sourceFile} moved from {sourceDatastore.name} to {datastore.name} as {targetFile}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row63" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Reconfigured Storage I/O Control on datastore {datastore.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row64" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Configured datastore principal {datastorePrincipal} on host {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row65" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Removed datastore {datastore.name} from {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row66" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Renamed datastore from {oldName} to {newName} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row67" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Renamed datastore from {oldName} to {newName} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row68" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Disabled DRS on cluster {computeResource.name} in datacenter {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row69" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Enabled DRS on {computeResource.name} with automation level {behavior} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row70" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">DRS put {host.name} into standby mode</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row71" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">DRS is putting {host.name} into standby mode</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row72" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">DRS cannot move {host.name} out of standby mode</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row73" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">DRS moved {host.name} out of standby mode</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row74" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">DRS is moving {host.name} out of standby mode</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row75" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">DRS invocation not completed</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row76" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">DRS has recovered from the failure</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row77" style="height: 63px;"><td class="col0 leftalign" style="width: 605.969px; height: 63px;">Unable to apply DRS resource settings on host {host.name} in {datacenter.name}. {reason.msg}. This can significantly reduce the effectiveness of DRS.</td><td class="col1 leftalign" style="width: 139.125px; height: 63px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row78" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Resource configuration specification returns to synchronization from previous failure on host '{host.name}' in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row79" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">{vm.name} on {host.name} in {datacenter.name} is now compliant with DRS VM-Host affinity rules</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row80" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">{vm.name} on {host.name} in {datacenter.name} is violating a DRS VM-Host affinity rule</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row81" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">DRS migrated {vm.name} from {sourceHost.name} to {host.name} in cluster {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row82" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">DRS powered On {vm.name} on {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row83" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Virtual machine {macAddress} on host {host.name} has a duplicate IP {duplicateIP}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row84" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">A vNetwork Distributed Switch {dvs.name} was created in {datacenter.name}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row85" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">vNetwork Distributed Switch {dvs.name} in {datacenter.name} was deleted.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row86" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">vNetwork Distributed Switch event</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row87" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The vNetwork Distributed Switch {dvs.name} configuration on the host was synchronized with that of the vCenter Server.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row88" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The host {hostJoined.name} joined the vNetwork Distributed Switch {dvs.name} in {datacenter.name}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row89" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The host {hostLeft.name} left the vNetwork Distributed Switch {dvs.name} in {datacenter.name}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row90" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The host {hostMember.name} changed status on the vNetwork Distributed Switch {dvs.name} in {datacenter.name}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row91" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The vNetwork Distributed Switch {dvs.name} configuration on the host differed from that of the vCenter Server.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row92" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">vNetwork Distributed Switch {srcDvs.name} was merged into {dstDvs.name} in {datacenter.name}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row93" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">dvPort {portKey} was blocked in the vNetwork Distributed Switch {dvs.name} in {datacenter.name}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row94" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The port {portKey} was connected in the vNetwork Distributed Switch {dvs.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row95" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">New ports were created in the vNetwork Distributed Switch {dvs.name} in {datacenter.name}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row96" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Deleted ports in the vNetwork Distributed Switch {dvs.name} in {datacenter.name}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row97" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The dvPort {portKey} was disconnected in the vNetwork Distributed Switch {dvs.name} in {datacenter.name}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row98" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">dvPort {portKey} entered passthrough mode in the vNetwork Distributed Switch {dvs.name} in {datacenter.name}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row99" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">dvPort {portKey} exited passthrough mode in the vNetwork Distributed Switch {dvs.name} in {datacenter.name}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row100" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">dvPort {portKey} was moved into the dvPort group {portgroupName} in {datacenter.name}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row101" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">dvPort {portKey} was moved out of the dvPort group {portgroupName} in {datacenter.name}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row102" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The port {portKey} link was down in the vNetwork Distributed Switch {dvs.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row103" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The port {portKey} link was up in the vNetwork Distributed Switch {dvs.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row104" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Reconfigured ports in the vNetwork Distributed Switch {dvs.name} in {datacenter.name}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row105" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">dvPort {portKey} was unblocked in the vNetwork Distributed Switch {dvs.name} in {datacenter.name}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row106" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The vNetwork Distributed Switch {dvs.name} in {datacenter.name} was reconfigured.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row107" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The vNetwork Distributed Switch {oldName} in {datacenter.name} was renamed to {newName}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row108" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">An upgrade for the vNetwork Distributed Switch {dvs.name} in datacenter {datacenter.name} is available.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row109" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">An upgrade for the vNetwork Distributed Switch {dvs.name} in datacenter {datacenter.name} is in progress.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row110" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot complete an upgrade for the vNetwork Distributed Switch {dvs.name} in datacenter {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row111" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">vNetwork Distributed Switch {dvs.name} in datacenter {datacenter.name} was upgraded.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row112" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Host {host.name} in {datacenter.name} has entered maintenance mode</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row113" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">The host {host.name} is in standby mode</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row114" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Host {host.name} in {datacenter.name} has started to enter maintenance mode</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row115" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">The host {host.name} is entering standby mode</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row116" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">{message}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row117" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Host {host.name} in {datacenter.name} has exited maintenance mode</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row118" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">The host {host.name} could not exit standby mode</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row119" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">The host {host.name} is no longer in standby mode</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row120" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">The host {host.name} is exiting standby mode</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row121" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Sufficient resources are available to satisfy HA failover level in cluster {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row122" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">General event: {message}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row123" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Error detected on {host.name} in {datacenter.name}: {message}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row124" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Issue detected on {host.name} in {datacenter.name}: {message}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row125" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Issue detected on {host.name} in {datacenter.name}: {message}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row126" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">User logged event: {message}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row127" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Error detected for {vm.name} on {host.name} in {datacenter.name}: {message}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row128" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Issue detected for {vm.name} on {host.name} in {datacenter.name}: {message}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row129" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Issue detected for {vm.name} on {host.name} in {datacenter.name}: {message}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row130" style="height: 63px;"><td class="col0 leftalign" style="width: 605.969px; height: 63px;">The vNetwork Distributed Switch corresponding to the proxy switches {switchUuid} on the host {host.name} does not exist in vCenter Server or does not contain this host.</td><td class="col1 leftalign" style="width: 139.125px; height: 63px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row131" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">A ghost proxy switch {switchUuid} on the host {host.name} was resolved.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row132" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">The message changed: {message}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row133" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">{componentName} status changed from {oldStatus} to {newStatus}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row134" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Cannot add host {hostname} to datacenter {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row135" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Added host {host.name} to datacenter {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row136" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Administrator access to the host {host.name} is disabled</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row137" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Administrator access to the host {host.name} has been restored</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row138" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot connect {host.name} in {datacenter.name}: cannot configure management account</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row139" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot connect {host.name} in {datacenter.name}: already managed by {serverName}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row140" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot connect host {host.name} in {datacenter.name} : server agent is not responding</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row141" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot connect {host.name} in {datacenter.name}: incorrect user name or password</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row142" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Cannot connect {host.name} in {datacenter.name}: incompatible version</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row143" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot connect host {host.name} in {datacenter.name}. Did not install or upgrade vCenter agent service.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row144" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot connect {host.name} in {datacenter.name}: error connecting to host</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row145" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Cannot connect {host.name} in {datacenter.name}: network error</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row146" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot connect host {host.name} in {datacenter.name}: account has insufficient privileges</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row147" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Cannot connect host {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row148" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot connect {host.name} in {datacenter.name}: not enough CPU licenses</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row149" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Cannot connect {host.name} in {datacenter.name}: incorrect host name</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row150" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot connect {host.name} in {datacenter.name}: time-out waiting for host response</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row151" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Host {host.name} checked for compliance.</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row152" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Host {host.name} is in compliance with the attached profile</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row153" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Host configuration changes applied.</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row154" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Connected to {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row155" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Host {host.name} in {datacenter.name} is not responding</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row156" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">dvPort connected to host {host.name} in {datacenter.name} changed status</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row157" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">HA agent disabled on {host.name} in cluster {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row158" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">HA is being disabled on {host.name} in cluster {computeResource.name} in datacenter {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row159" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">HA agent enabled on {host.name} in cluster {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row160" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Enabling HA agent on {host.name} in cluster {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row161" style="height: 63px;"><td class="col0 leftalign" style="width: 605.969px; height: 63px;">HA agent on {host.name} in cluster {computeResource.name} in {datacenter.name} has an error {message}: {reason.@enum.HostDasErrorEvent.HostDasErrorReason}</td><td class="col1 leftalign" style="width: 139.125px; height: 63px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row162" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">HA agent on host {host.name} in cluster {computeResource.name} in {datacenter.name} is configured correctly</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row163" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Disconnected from {host.name} in {datacenter.name}. Reason: {reason.@enum.HostDisconnectedEvent.ReasonCode}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row164" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Cannot restore some administrator permissions to the host {host.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row165" style="height: 63px;"><td class="col0 leftalign" style="width: 605.969px; height: 63px;">Host {host.name} has the following extra networks not used by other hosts for HA communication:{ips}. Consider using HA advanced option das.allowNetwork to control network usage</td><td class="col1 leftalign" style="width: 139.125px; height: 63px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row166" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot complete command 'hostname -s' on host {host.name} or returned incorrect name format</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row167" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Maximum ({capacity}) number of hosts allowed for this edition of vCenter Server has been reached</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row168" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The virtual machine inventory file on host {host.name} is damaged or unreadable.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row169" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">IP address of the host {host.name} changed from {oldIP} to {newIP}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row170" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Configuration of host IP address is inconsistent on host {host.name}: address resolved to {ipAddress} and {ipAddress2}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row171" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Cannot resolve IP address to short name on host {host.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row172" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Host {host.name} could not reach isolation address: {isolationIp}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row173" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">A host license for {host.name} has expired</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row174" style="height: 63px;"><td class="col0 leftalign" style="width: 605.969px; height: 63px;">Host {host.name} does not have the following networks used by other hosts for HA communication:{ips}. Consider using HA advanced option das.allowNetwork to control network usage</td><td class="col1 leftalign" style="width: 139.125px; height: 63px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row175" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Host monitoring state in {computeResource.name} in {datacenter.name} changed to {state.@enum.DasConfigInfo.ServiceState}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row176" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Host {host.name} currently has no available networks for HA Communication. The following networks are currently used by HA: {ips}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row177" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Host {host.name} has no port groups enabled for HA communication.</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row178" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Host {host.name} currently has no management network redundancy</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row179" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Host {host.name} is not in compliance with the attached profile</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row180" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Host {host.name} is not a cluster member in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row181" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Insufficient capacity in host {computeResource.name} to satisfy resource configuration in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row182" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Primary agent {primaryAgent} was not specified as a short name to host {host.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row183" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Profile is applied on the host {host.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row184" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Cannot reconnect to {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row185" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Removed host {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row186" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Host names {shortName} and {shortName2} both resolved to the same IP address. Check the host's network configuration and <abbr title="Domain Name System">DNS</abbr> entries</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row187" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot resolve short name {shortName} to IP address on host {host.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row188" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Shut down of {host.name} in {datacenter.name}: {reason}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row189" style="height: 63px;"><td class="col0 leftalign" style="width: 605.969px; height: 63px;">Configuration status on host {computeResource.name} changed from {oldStatus.@enum.ManagedEntity.Status} to {newStatus.@enum.ManagedEntity.Status} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 63px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row190" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Cannot synchronize host {host.name}. {reason.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row191" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot install or upgrade vCenter agent service on {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row192" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">The userworld swap is not enabled on the host {host.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row193" style="height: 63px;"><td class="col0 leftalign" style="width: 605.969px; height: 63px;">Host {host.name} vNIC {vnic.vnic} was reconfigured to use dvPort {vnic.port.portKey} with port level configuration, which might be different from the dvPort group.</td><td class="col1 leftalign" style="width: 139.125px; height: 63px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row194" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">WWNs are changed for {host.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row195" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The WWN ({wwn}) of {host.name} conflicts with the currently registered WWN</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row196" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Host {host.name} did not provide the information needed to acquire the correct set of licenses</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row197" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">{message}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row198" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Insufficient resources to satisfy HA failover level on cluster {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row199" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">The license edition '{feature}' is invalid</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row200" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">License {feature.featureName} has expired</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row201" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">License inventory is not compliant. Licenses are overused</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row202" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Unable to acquire licenses due to a restriction in the option file on the license server.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row203" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">License server {licenseServer} is available</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row204" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">License server {licenseServer} is unavailable</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row205" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Created local datastore {datastore.name} on {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row206" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The Local Tech Support Mode for the host {host.name} has been enabled</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row207" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Datastore {datastore} which is configured to back the locker does not exist</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row208" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Locker was reconfigured from {oldDatastore} to {newDatastore} datastore</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row209" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Unable to migrate {vm.name} from {host.name} in {datacenter.name}: {fault.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row210" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Unable to migrate {vm.name} from {host.name} to {dstHost.name} in {datacenter.name}: {fault.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row211" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Migration of {vm.name} from {host.name} to {dstHost.name} in {datacenter.name}: {fault.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row212" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot migrate {vm.name} from {host.name} to {dstHost.name} and resource pool {dstPool.name} in {datacenter.name}: {fault.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row213" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Migration of {vm.name} from {host.name} to {dstHost.name} and resource pool {dstPool.name} in {datacenter.name}: {fault.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row214" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Migration of {vm.name} from {host.name} in {datacenter.name}: {fault.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row215" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Created NAS datastore {datastore.name} on {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row216" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Cannot login user {userName}@{ipAddress}: no permission</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row217" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">No datastores have been configured on the host {host.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row218" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">A required license {feature.featureName} is not reserved</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row219" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Unable to automatically migrate {vm.name} from {host.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row220" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Non-VI workload detected on datastore {datastore.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row221" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Not enough resources to failover {vm.name} in {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row222" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The vNetwork Distributed Switch configuration on some hosts differed from that of the vCenter Server.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row223" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Permission created for {principal} on {entity.name}, role is {role.name}, propagation is {propagate.@enum.auth.Permission.propagate}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row224" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Permission rule removed for {principal} on {entity.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row225" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Permission changed for {principal} on {entity.name}, role is {role.name}, propagation is {propagate.@enum.auth.Permission.propagate}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row226" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Profile {profile.name} attached.</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row227" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Profile {profile.name} was changed.</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row228" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Profile is created.</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row229" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Profile {profile.name} detached.</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row230" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Profile {profile.name} reference host changed.</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row231" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Profile was removed.</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row232" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Remote Tech Support Mode (<abbr title="Secure Shell Protocol">SSH</abbr>) for the host {host.name} has been enabled</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row233" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Created resource pool {resourcePool.name} in compute-resource {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row234" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Removed resource pool {resourcePool.name} on {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row235" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Moved resource pool {resourcePool.name} from {oldParent.name} to {newParent.name} on {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row236" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Updated configuration for {resourcePool.name} in compute-resource {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row237" style="height: 63px;"><td class="col0 leftalign" style="width: 605.969px; height: 63px;">Resource usage exceeds configuration for resource pool {resourcePool.name} in compute-resource {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 63px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row238" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">New role {role.name} created</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row239" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Role {role.name} removed</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row240" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Modifed role {role.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row241" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Task {scheduledTask.name} on {entity.name} in {datacenter.name} completed successfully</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row242" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Created task {scheduledTask.name} on {entity.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row243" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Task {scheduledTask.name} on {entity.name} in {datacenter.name} sent email to {to}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row244" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Task {scheduledTask.name} on {entity.name} in {datacenter.name} cannot send email to {to}: {reason.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row245" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Task {scheduledTask.name} on {entity.name} in {datacenter.name} cannot be completed: {reason.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row246" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Reconfigured task {scheduledTask.name} on {entity.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row247" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Removed task {scheduledTask.name} on {entity.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row248" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Running task {scheduledTask.name} on {entity.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row249" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">A vCenter Server license has expired</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row250" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">vCenter started</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row251" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">A session for user '{terminatedUsername}' has stopped</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row252" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Task: {info.descriptionId}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row253" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Task: {info.descriptionId} time-out</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row254" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Upgrading template {legacyTemplate}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row255" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Cannot upgrade template {legacyTemplate} due to: {reason.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row256" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Template {legacyTemplate} upgrade completed</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row257" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The operation performed on {host.name} in {datacenter.name} timed out</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row258" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">There are {unlicensed} unlicensed virtual machines on host {host} - there are only {available} licenses available</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row259" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">{unlicensed} unlicensed virtual machines found on host {host}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row260" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">The agent on host {host.name} is updated and will soon restart</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row261" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">User {userLogin} was added to group {group}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row262" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">User {userName}@{ipAddress} logged in</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row263" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">User {userName} logged out</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row264" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Password was changed for account {userLogin} on host {host.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row265" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">User {userLogin} removed from group {group}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row266" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">{message}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row267" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Created VMFS datastore {datastore.name} on {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row268" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Expanded VMFS datastore {datastore.name} on {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row269" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Extended VMFS datastore {datastore.name} on {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row270" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">A vMotion license for {host.name} has expired</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row271" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot uninstall vCenter agent from {host.name} in {datacenter.name}. {reason.@enum.fault.AgentInstallFailed.Reason}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row272" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">vCenter agent has been uninstalled from {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row273" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot upgrade vCenter agent on {host.name} in {datacenter.name}. {reason.@enum.fault.AgentInstallFailed.Reason}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row274" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">vCenter agent has been upgraded on {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row275" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">VIM account password was changed on host {host.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row276" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Remote console to {vm.name} on {host.name} in {datacenter.name} has been opened</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row277" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">A ticket for {vm.name} of type {ticketType} on {host.name} in {datacenter.name} has been acquired</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row278" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Invalid name for {vm.name} on {host.name} in {datacenter.name}. Renamed from {oldName} to {newName}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row279" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cloning {vm.name} on host {host.name} in {datacenter.name} to {destName} on host {destHost.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row280" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cloning {vm.name} on host {host.name} in {datacenter.name} to {destName} on host {destHost.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row281" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Creating {vm.name} on host {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row282" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Deploying {vm.name} on host {host.name} in {datacenter.name} from template {srcTemplate.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row283" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Migrating {vm.name} from {host.name} to {destHost.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row284" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Relocating {vm.name} from {host.name} to {destHost.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row285" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Relocating {vm.name} in {datacenter.name} from {host.name} to {destHost.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row286" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Cannot clone {vm.name}: {reason.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row287" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Clone of {sourceVm.name} completed</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row288" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Configuration file for {vm.name} on {host.name} in {datacenter.name} cannot be found</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row289" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Virtual machine {vm.name} is connected</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row290" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Created virtual machine {vm.name} on {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row291" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">dvPort connected to VM {vm.name} on {host.name} in {datacenter.name} changed status</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row292" style="height: 63px;"><td class="col0 leftalign" style="width: 605.969px; height: 63px;">{vm.name} on {host.name} in cluster {computeResource.name} in {datacenter.name} reset by HA. Reason: {reason.@enum.VmDasBeingResetEvent.ReasonCode}</td><td class="col1 leftalign" style="width: 139.125px; height: 63px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row293" style="height: 80px;"><td class="col0 leftalign" style="width: 605.969px; height: 80px;">{vm.name} on {host.name} in cluster {computeResource.name} in {datacenter.name} reset by HA. Reason: {reason.@enum.VmDasBeingResetEvent.ReasonCode}. A screenshot is saved at {screenshotFilePath}.</td><td class="col1 leftalign" style="width: 139.125px; height: 80px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 80px;">System</td></tr><tr class="row294" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot reset {vm.name} on {host.name} in cluster {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row295" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Unable to update HA agents given the state of {vm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row296" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">HA agents have been updated with the current state of the virtual machine</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row297" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Disconnecting all hosts as the date of virtual machine {vm.name} has been rolled back</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row298" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Cannot deploy template: {reason.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row299" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Template {srcTemplate.name} deployed on host {host.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row300" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">{vm.name} on host {host.name} in {datacenter.name} is disconnected</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row301" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Discovered {vm.name} on {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row302" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Cannot create virtual disk {disk}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row303" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Migrating {vm.name} off host {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row304" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">End a recording session on {vm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row305" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">End a replay session on {vm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row306" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot migrate {vm.name} from {host.name} to {destHost.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row307" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot complete relayout {vm.name} on {host.name} in {datacenter.name}: {reason.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row308" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot complete relayout for virtual machine {vm.name} which has disks on a VMFS2 volume.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row309" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">vCenter cannot start the Secondary VM {vm.name}. Reason: {reason.@enum.VmFailedStartingSecondaryEvent.FailureReason}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row310" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot power Off {vm.name} on {host.name} in {datacenter.name}: {reason.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row311" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot power On {vm.name} on {host.name} in {datacenter.name}. {reason.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row312" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot reboot the guest <abbr title="Operating System">OS</abbr> for {vm.name} on {host.name} in {datacenter.name}. {reason.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row313" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot suspend {vm.name} on {host.name} in {datacenter.name}: {reason.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row314" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">{vm.name} cannot shut down the guest <abbr title="Operating System">OS</abbr> on {host.name} in {datacenter.name}: {reason.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row315" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">{vm.name} cannot standby the guest <abbr title="Operating System">OS</abbr> on {host.name} in {datacenter.name}: {reason.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row316" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Cannot suspend {vm.name} on {host.name} in {datacenter.name}: {reason.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row317" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">vCenter cannot update the Secondary VM {vm.name} configuration</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row318" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Failover unsuccessful for {vm.name} on {host.name} in cluster {computeResource.name} in {datacenter.name}. Reason: {reason.msg}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row319" style="height: 63px;"><td class="col0 leftalign" style="width: 605.969px; height: 63px;">Fault Tolerance state on {vm.name} changed from {oldState.@enum.VirtualMachine.FaultToleranceState} to {newState.@enum.VirtualMachine.FaultToleranceState}</td><td class="col1 leftalign" style="width: 139.125px; height: 63px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row320" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Fault Tolerance protection has been turned off for {vm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row321" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The Fault Tolerance VM ({vm.name}) has been terminated. {reason.@enum.VmFaultToleranceVmTerminatedEvent.TerminateReason}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row322" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Guest <abbr title="Operating System">OS</abbr> reboot for {vm.name} on {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row323" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Guest <abbr title="Operating System">OS</abbr> shut down for {vm.name} on {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row324" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Guest <abbr title="Operating System">OS</abbr> standby for {vm.name} on {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row325" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">VM monitoring state in {computeResource.name} in {datacenter.name} changed to {state.@enum.DasConfigInfo.VmMonitoringState}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row326" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Assign a new instance UUID ({instanceUuid}) to {vm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row327" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The instance UUID of {vm.name} has been changed from ({oldInstanceUuid}) to ({newInstanceUuid})</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row328" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The instance UUID ({instanceUuid}) of {vm.name} conflicts with the instance UUID assigned to {conflictedVm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row329" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">New MAC address ({mac}) assigned to adapter {adapter} for {vm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row330" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Changed MAC address from {oldMac} to {newMac} for adapter {adapter} for {vm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row331" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The MAC address ({mac}) of {vm.name} conflicts with MAC assigned to {conflictedVm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row332" style="height: 63px;"><td class="col0 leftalign" style="width: 605.969px; height: 63px;">Reached maximum Secondary VM (with FT turned On) restart count for {vm.name} on {host.name} in cluster {computeResource.name} in {datacenter.name}.</td><td class="col1 leftalign" style="width: 139.125px; height: 63px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row333" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Reached maximum VM restart count for {vm.name} on {host.name} in cluster {computeResource.name} in {datacenter.name}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row334" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Error message on {vm.name} on {host.name} in {datacenter.name}: {message}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row335" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Message on {vm.name} on {host.name} in {datacenter.name}: {message}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row336" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Warning message on {vm.name} on {host.name} in {datacenter.name}: {message}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row337" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Migration of virtual machine {vm.name} from {sourceHost.name} to {host.name} completed</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row338" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">No compatible host for the Secondary VM {vm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row339" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Not all networks for {vm.name} are accessible by {destHost.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row340" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">{vm.name} does not exist on {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row341" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">{vm.name} was powered Off on the isolated host {isolatedHost.name} in cluster {computeResource.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row342" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">{vm.name} on {host.name} in {datacenter.name} is powered off</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row343" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">{vm.name} on {host.name} in {datacenter.name} is powered on</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row344" style="height: 63px;"><td class="col0 leftalign" style="width: 605.969px; height: 63px;">Virtual machine {vm.name} powered On with vNICs connected to dvPorts that have a port level configuration, which might be different from the dvPort group configuration.</td><td class="col1 leftalign" style="width: 139.125px; height: 63px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row345" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">VM ({vm.name}) failed over to {host.name}. {reason.@enum.VirtualMachine.NeedSecondaryReason}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row346" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Reconfigured {vm.name} on {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row347" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Registered {vm.name} on {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row348" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Relayout of {vm.name} on {host.name} in {datacenter.name} completed</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row349" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">{vm.name} on {host.name} in {datacenter.name} is in the correct format and relayout is not necessary</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row350" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">{vm.name} on {host.name} reloaded from new configuration {configPath}.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row351" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">{vm.name} on {host.name} could not be reloaded from {configPath}.</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row352" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Cannot relocate virtual machine '{vm.name}' in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row353" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Completed the relocation of the virtual machine</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row354" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Remote console connected to {vm.name} on host {host.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row355" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Remote console disconnected from {vm.name} on host {host.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row356" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Removed {vm.name} on {host.name} from {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row357" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Renamed {vm.name} from {oldName} to {newName} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row358" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">{vm.name} on {host.name} in {datacenter.name} is reset</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row359" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Moved {vm.name} from resource pool {oldParent.name} to {newParent.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row360" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Changed resource allocation for {vm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row361" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Virtual machine {vm.name} was restarted on {host.name} since {sourceHost.name} failed</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row362" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">{vm.name} on {host.name} in {datacenter.name} is resumed</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row363" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">A Secondary VM has been added for {vm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row364" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">vCenter disabled Fault Tolerance on VM '{vm.name}' because the Secondary VM could not be powered On.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row365" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Disabled Secondary VM for {vm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row366" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Enabled Secondary VM for {vm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row367" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Started Secondary VM for {vm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row368" style="height: 63px;"><td class="col0 leftalign" style="width: 605.969px; height: 63px;">{vm.name} was shut down on the isolated host {isolatedHost.name} in cluster {computeResource.name} in {datacenter.name}: {shutdownResult.@enum.VmShutdownOnIsolationEvent.Operation}</td><td class="col1 leftalign" style="width: 139.125px; height: 63px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row369" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Start a recording session on {vm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row370" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Start a replay session on {vm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row371" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">{vm.name} on host {host.name} in {datacenter.name} is starting</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row372" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Starting Secondary VM for {vm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row373" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The static MAC address ({mac}) of {vm.name} conflicts with MAC assigned to {conflictedVm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row374" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">{vm.name} on {host.name} in {datacenter.name} is stopping</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row375" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">{vm.name} on {host.name} in {datacenter.name} is suspended</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row376" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">{vm.name} on {host.name} in {datacenter.name} is being suspended</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row377" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Starting the Secondary VM {vm.name} timed out within {timeout} ms</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row378" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Unsupported guest <abbr title="Operating System">OS</abbr> {guestId} for {vm.name} on {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row379" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Virtual hardware upgraded to version {version}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row380" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">Cannot upgrade virtual hardware</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row381" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Upgrading virtual hardware on {vm.name} in {datacenter.name} to version {version}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row382" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Assigned new BIOS UUID ({uuid}) to {vm.name} on {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row383" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Changed BIOS UUID from {oldUuid} to {newUuid} for {vm.name} on {host.name} in {datacenter.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row384" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">BIOS ID ({uuid}) of {vm.name} conflicts with that of {conflictedVm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row385" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">New WWNs assigned to {vm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row386" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">WWNs are changed for {vm.name}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row387" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">The WWN ({wwn}) of {vm.name} conflicts with the currently registered WWN</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row388" style="height: 29px;"><td class="col0 leftalign" style="width: 605.969px; height: 29px;">{message}</td><td class="col1 leftalign" style="width: 139.125px; height: 29px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row389" style="height: 46px;"><td class="col0 leftalign" style="width: 605.969px; height: 46px;">Booting from iSCSI failed with an error. See the VMware Knowledge Base for information on configuring iBFT networking.</td><td class="col1 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col2 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row390" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">License {licenseKey} added to VirtualCenter</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row391" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">License {licenseKey} assigned to asset {entityName} with id {entityId}</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row392" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Failed to download license information from the host {hostname} due to {errorReason.@enum.com.vmware.license.DLFDownloadFailedEvent.DLFDownloadFailedReason}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row393" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">License assignment on the host fails. Reasons: {errorMessage.@enum.com.vmware.license.LicenseAssignError}.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row394" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Your host license will expire in {remainingDays} days. The host will be disconnected from VC when its license expires.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row395" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Current license usage ({currentUsage} {costUnitText}) for {edition} exceeded the user-defined threshold ({threshold} {costUnitText})</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row396" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">License {licenseKey} removed from VirtualCenter</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row397" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">License unassigned from asset {entityName} with id {entityId}</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row398" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">HA completed a failover action in cluster {computeResource.name} in datacenter {datacenter.name}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row399" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">HA initiated a failover action in cluster {computeResource.name} in datacenter {datacenter.name}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row400" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">HA Agent on host {host.name} in cluster {computeResource.name} in datacenter {datacenter.name} is running</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row401" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">HA failover host {host.name} in cluster {computeResource.name} in {datacenter.name} has failed</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row402" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">All shared datastores failed on the host {hostName} in cluster {computeResource.name} in {datacenter.name}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row403" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">All VM networks failed on the host {hostName} in cluster {computeResource.name} in {datacenter.name}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row404" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">A possible host failure has been detected by HA on host {host.name} in cluster {computeResource.name} in datacenter {datacenter.name}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row405" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">No virtual machine failover will occur until Host Monitoring is enabled in cluster {computeResource.name} in {datacenter.name}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row406" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">HA recovered from a total cluster failure in cluster {computeResource.name} in datacenter {datacenter.name}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row407" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">HA Agent on host {host.name} in cluster {computeResource.name} in datacenter {datacenter.name} is healthy</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row408" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">HA agent on {host.name} in cluster {computeResource.name} in {datacenter.name} has an error: {reason.@enum.HostDasErrorEvent.HostDasErrorReason}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row409" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">vCenter Service overall health changed from '{oldState}' to '{newState}'</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row410" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Health of \[data.group\] changed from \[data.oldState\] to \[data.newState\].</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row411" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Failed to update VM files on datastore {ds.name} using host {hostName}</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row412" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Updated VM files on datastore {ds.name} using host {hostName}</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row413" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Updating VM files on datastore {ds.name} using host {hostName}</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row414" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">VMware HA has been disabled in cluster {computeResource.name} of datacenter {datacenter.name}. HA will not restart VM {vm.name} or its Secondary VM after a failure.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row415" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Network passthrough is active on adapter {deviceLabel} of virtual machine {vm.name} on host {host.name} in {datacenter.name}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row416" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Network passthrough is inactive on adapter {deviceLabel} of virtual machine {vm.name} on host {host.name} in {datacenter.name}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row417" style="height: 63px;"><td class="col1 leftalign" style="width: 605.969px; height: 63px;">HA VM Component Protection protects virtual machine {vm.name} on {host.name} in cluster {computeResource.name} in datacenter {datacenter.name} as non-FT virtual machine because the FT state is disabled</td><td class="col2 leftalign" style="width: 139.125px; height: 63px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row418" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">FT Primary VM {vm.name} on host {host.name} in cluster {computeResource.name} in datacenter {datacenter.name} is going to fail over to Secondary VM due to component failure</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row419" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">FT virtual machine {vm.name} on host {host.name} in cluster {computeResource.name} in datacenter {datacenter.name} failed to failover to secondary</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row420" style="height: 63px;"><td class="col1 leftalign" style="width: 605.969px; height: 63px;">HA VM Component Protection is restarting FT secondary virtual machine {vm.name} on host {host.name} in cluster {computeResource.name} in datacenter {datacenter.name} due to component failure</td><td class="col2 leftalign" style="width: 139.125px; height: 63px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row421" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">FT Secondary VM {vm.name} on host {host.name} in cluster {computeResource.name} in datacenter {datacenter.name} failed to restart</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row422" style="height: 63px;"><td class="col1 leftalign" style="width: 605.969px; height: 63px;">HA VM Component Protection protects virtual machine {vm.name} on host {host.name} in cluster {computeResource.name} in datacenter {datacenter.name} as non-FT virtual machine because it has been in the needSecondary state too long</td><td class="col2 leftalign" style="width: 139.125px; height: 63px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row423" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">VM Component Protection test ends on host {host.name} in cluster {computeResource.name} in datacenter {datacenter.name}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row424" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">VM Component Protection test starts on host {host.name} in cluster {computeResource.name} in datacenter {datacenter.name}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row425" style="height: 63px;"><td class="col1 leftalign" style="width: 605.969px; height: 63px;">HA VM Component Protection did not take action on virtual machine {vm.name} on host {host.name} in cluster {computeResource.name} in datacenter {datacenter.name} due to the feature configuration setting</td><td class="col2 leftalign" style="width: 139.125px; height: 63px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row426" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Virtual machine {vm.name} on host {host.name} in cluster {computeResource.name} in datacenter {datacenter.name} lost access to {datastore}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row427" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Virtual machine {vm.name} on host {host.name} in cluster {computeResource.name} in datacenter {datacenter.name} lost access to {network}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row428" style="height: 63px;"><td class="col1 leftalign" style="width: 605.969px; height: 63px;">HA VM Component Protection could not power off virtual machine {vm.name} on host {host.name} in cluster {computeResource.name} in datacenter {datacenter.name} successfully after trying {numTimes} times and will keep trying</td><td class="col2 leftalign" style="width: 139.125px; height: 63px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row429" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">HA VM Component Protection is restarting virtual machine {vm.name} due to component failure on host {host.name} in cluster {computeResource.name} in datacenter {datacenter.name}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row430" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Virtual machine {vm.name} affected by component failure on host {host.name} in cluster {computeResource.name} in datacenter {datacenter.name} failed to restart</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row431" style="height: 63px;"><td class="col1 leftalign" style="width: 605.969px; height: 63px;">HA VM Component Protection could not find a destination host for virtual machine {vm.name} on host {host.name} in cluster {computeResource.name} in datacenter {datacenter.name} after waiting {numSecWait} seconds and will keep trying</td><td class="col2 leftalign" style="width: 139.125px; height: 63px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row432" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Application monitoring is not supported on {host.name} in cluster {computeResource.name} in {datacenter.name}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row433" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Application heartbeat status changed to {status} for {vm.name} on {host.name} in cluster {computeResource.name} in {datacenter.name}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row434" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Application heartbeat failed for {vm.name} on {host.name} in cluster {computeResource.name} in {datacenter.name}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row435" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Network connectivity restored on virtual switch {1}, portgroups: {2}. Physical NIC {3} is up.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row436" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Network connectivity restored on DVPorts: {1}. Physical NIC {2} is up.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row437" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Uplink redundancy restored on DVPorts: {1}. Physical NIC {2} is up.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row438" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Uplink redundancy restored on virtual switch {1}, portgroups: {2}. Physical NIC {3} is up.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row439" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Physical NIC {1} linkstate is up.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row440" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Connectivity to storage device {1} (Datastores: {2}) restored. Path {3} is active again.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row441" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Path redundancy to storage device {1} (Datastores: {2}) restored. Path {3} is active again.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row442" style="height: 63px;"><td class="col1 leftalign" style="width: 605.969px; height: 63px;">A corrected memory error occurred in last boot. The following details were reported. Physical Addr: {1}, Physical Addr Mask: {2}, Node: {3}, Card: {4}, Module: {5}, Bank: {6}, Device: {7}, Row: {8}, Column: {9} Error type: {10}</td><td class="col2 leftalign" style="width: 139.125px; height: 63px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row443" style="height: 63px;"><td class="col1 leftalign" style="width: 605.969px; height: 63px;">A fatal memory error occurred in the last boot. The following details were reported. Physical Addr: {1}, Physical Addr Mask: {2}, Node: {3}, Card: {4}, Module: {5}, Bank: {6}, Device: {7}, Row: {8}, Column: {9} Error type: {10}</td><td class="col2 leftalign" style="width: 139.125px; height: 63px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row444" style="height: 63px;"><td class="col1 leftalign" style="width: 605.969px; height: 63px;">A recoverable memory error occurred in last boot. The following details were reported. Physical Addr: {1}, Physical Addr Mask: {2}, Node: {3}, Card: {4}, Module: {5}, Bank: {6}, Device: {7}, Row: {8}, Column: {9} Error type: {10}</td><td class="col2 leftalign" style="width: 139.125px; height: 63px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row445" style="height: 63px;"><td class="col1 leftalign" style="width: 605.969px; height: 63px;">A corrected PCIe error occurred in last boot. The following details were reported. Port Type: {1}, Device: {2}, Bus #: {3}, Function: {4}, Slot: {5}, Device Vendor: {6}, Version: {7}, Command Register: {8}, Status Register: {9}.</td><td class="col2 leftalign" style="width: 139.125px; height: 63px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row446" style="height: 63px;"><td class="col1 leftalign" style="width: 605.969px; height: 63px;">Platform encounterd a fatal PCIe error in last boot. The following details were reported. Port Type: {1}, Device: {2}, Bus #: {3}, Function: {4}, Slot: {5}, Device Vendor: {6}, Version: {7}, Command Register: {8}, Status Register: {9}.</td><td class="col2 leftalign" style="width: 139.125px; height: 63px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row447" style="height: 63px;"><td class="col1 leftalign" style="width: 605.969px; height: 63px;">A recoverable PCIe error occurred in last boot. The following details were reported. Port Type: {1}, Device: {2}, Bus #: {3}, Function: {4}, Slot: {5}, Device Vendor: {6}, Version: {7}, Command Register: {8}, Status Register: {9}.</td><td class="col2 leftalign" style="width: 139.125px; height: 63px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 63px;">System</td></tr><tr class="row448" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">An external I/O activity is detected on datastore {1}, this is an unsupported configuration. Consult the Resource Management Guide or follow the Ask VMware link for more information.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row449" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Lost network connectivity on virtual switch {1}. Physical NIC {2} is down. Affected portgroups:{3}.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row450" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Lost network connectivity on DVPorts: {1}. Physical NIC {2} is down.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row451" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Uplink redundancy degraded on DVPorts: {1}. Physical NIC {2} is down.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row452" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Lost uplink redundancy on DVPorts: {1}. Physical NIC {2} is down.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row453" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Guest-initiated IPv6 TCP Segmentation Offload (TSO) packets ignored. Manually disable TSO inside the guest operating system in virtual machine {1}, or use a different virtual adapter.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row454" style="height: 80px;"><td class="col1 leftalign" style="width: 605.969px; height: 80px;">The ESX advanced configuration option /Migrate/Vmknic is set to an invalid vmknic: {1}. /Migrate/Vmknic specifies a vmknic that vMotion binds to for improved performance. Update the configuration option with a valid vmknic. Alternatively, if you do not want vMotion to bind to a specific vmknic, remove the invalid vmknic and leave the option blank.</td><td class="col2 leftalign" style="width: 139.125px; height: 80px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 80px;">System</td></tr><tr class="row455" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Virtual NIC with hardware address {1} failed to connect to distributed virtual port {2} on switch {3}. There are no more ports available on the host proxy switch.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row456" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Uplink redundancy degraded on virtual switch {1}. Physical NIC {2} is down. Affected portgroups:{3}.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row457" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Lost uplink redundancy on virtual switch {1}. Physical NIC {2} is down. Affected portgroups:{3}.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row458" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">VMkernel failed to set the MTU value {1} on the uplink {2}.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row459" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">A duplicate IP address was detected for {1} on the interface {2}. The current owner is {3}.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row460" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Physical NIC {1} linkstate is down.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row461" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Uplink {1} has recovered from a transient failure due to watchdog timeout</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row462" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">The maximum number of supported devices of {1} has been reached. A device from plugin {2} could not be created.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row463" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Space utilization on thin-provisioned device {1} exceeded configured threshold. Affected datastores (if any): {2}.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row464" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">The maximum number of supported paths of {1} has been reached. Path {2} could not be added.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row465" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Frequent PowerOn Reset Unit Attentions are occurring on device {1}. This might indicate a storage problem. Affected datastores: {2}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row466" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Lost connectivity to storage device {1}. Path {2} is down. Affected datastores: {3}.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row467" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Frequent PowerOn Reset Unit Attentions are occurring on path {1}. This might indicate a storage problem. Affected device: {2}. Affected datastores: {3}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row468" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Frequent path state changes are occurring for path {1}. This might indicate a storage problem. Affected device: {2}. Affected datastores: {3}</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row469" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Path redundancy to storage device {1} degraded. Path {2} is down. Affected datastores: {3}.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row470" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Lost path redundancy to storage device {1}. Path {2} is down. Affected datastores: {3}.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row471" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Successfully restored access to volume {1} ({2}) following connectivity issues.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row472" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Lost access to volume {1} ({2}) due to connectivity issues. Recovery attempt is in progress and outcome will be reported shortly.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row473" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Lost connectivity to volume {1} ({2}) and subsequent recovery attempts have failed.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row474" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">No space for journal on volume {1} ({2}). Opening volume in read-only metadata mode with limited write support.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row475" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">At least one corrupt on-disk lock was detected on volume {1} ({2}). Other regions of the volume might be damaged too.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row476" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Failed to mount to the server {1} mount point {2}. {3}</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row477" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Failed to mount to the server {1} mount point {2}. {3}</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row478" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Lost connection to server {1} mount point {2} mounted as {3} ({4}).</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row479" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Restored connection to server {1} mount point {2} mounted as {3} ({4}).</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row480" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">At least one corrupt resource metadata region was detected on volume {1} ({2}). Other regions of the volume might be damaged too.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row481" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Volume on device {1} locked, possibly because remote host {2} encountered an error during a volume operation and could not recover.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row482" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">License downgrade: {licenseKey} removes the following features: {lostFeatures}</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row483" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Lost network connectivity on virtual switch {1}. Physical NIC {2} is down. Affected portgroups:{3}.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row484" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Guest-initiated IPv6 TCP Segmentation Offload (TSO) packets ignored. Manually disable TSO inside the guest operating system in virtual machine {1}, or use a different virtual adapter.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row485" style="height: 80px;"><td class="col1 leftalign" style="width: 605.969px; height: 80px;">The ESX advanced config option /Migrate/Vmknic is set to an invalid vmknic: {1}. /Migrate/Vmknic specifies a vmknic that vMotion binds to for improved performance. Please update the config option with a valid vmknic or, if you do not want vMotion to bind to a specific vmknic, remove the invalid vmknic and leave the option blank.</td><td class="col2 leftalign" style="width: 139.125px; height: 80px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 80px;">System</td></tr><tr class="row486" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Virtual NIC with hardware address {1} failed to connect to distributed virtual port {2} on switch {3}. There are no more ports available on the host proxy switch.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row487" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Uplink redundancy degraded on virtual switch {1}. Physical NIC {2} is down. {3} uplinks still up. Affected portgroups:{4}.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row488" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Lost uplink redundancy on virtual switch {1}. Physical NIC {2} is down. Affected portgroups:{3}.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row489" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Space utilization on thin-provisioned device {1} exceeded configured threshold.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row490" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Lost connectivity to storage device {1}. Path {2} is down. Affected datastores: {3}.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row491" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Path redundancy to storage device {1} degraded. Path {2} is down. {3} remaining active paths. Affected datastores: {4}.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row492" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Lost path redundancy to storage device {1}. Path {2} is down. Affected datastores: {3}.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Warning</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row493" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Successfully restored access to volume {1} ({2}) following connectivity issues.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row494" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Lost access to volume {1} ({2}) due to connectivity issues. Recovery attempt is in progress and outcome will be reported shortly.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row495" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Lost connectivity to volume {1} ({2}) and subsequent recovery attempts have failed.</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row496" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">No space for journal on volume {1} ({2}). Opening volume in read-only metadata mode with limited write support.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row497" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">At least one corrupt on-disk lock was detected on volume {1} ({2}). Other regions of the volume may be damaged too.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row498" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Lost connection to server {1} mount point {2} mounted as {3} ({4}).</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row499" style="height: 29px;"><td class="col1 leftalign" style="width: 605.969px; height: 29px;">Restored connection to server {1} mount point {2} mounted as {3} ({4}).</td><td class="col2 leftalign" style="width: 139.125px; height: 29px;">Informational</td><td class="col3 leftalign" style="width: 63.9062px; height: 29px;">System</td></tr><tr class="row500" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">At least one corrupt resource metadata region was detected on volume {1} ({2}). Other regions of the volume might be damaged too.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr><tr class="row501" style="height: 46px;"><td class="col1 leftalign" style="width: 605.969px; height: 46px;">Volume on device {1} locked, possibly because remote host {2} encountered an error during a volume operation and could not recover.</td><td class="col2 leftalign" style="width: 139.125px; height: 46px;">Critical</td><td class="col3 leftalign" style="width: 63.9062px; height: 46px;">System</td></tr></tbody></table>

# Manual execution

**Manual execution**

```
./pandora_vmware <conf_path>
```

[![image.png](https://pandorafms.com/guides/public/uploads/images/gallery/2023-09/scaled-1680-/6l7image.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2023-09/6l7image.png)

**Generate encrypted password**

```
./pandora_vmware <conf_path> --generate_password
```

[![image.png](https://pandorafms.com/guides/public/uploads/images/gallery/2023-09/scaled-1680-/wPOimage.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2023-09/wPOimage.png)

<p class="callout info">Remember that the password must be specified in the "password" section of the configuration file.</p>

# Discovery

This plugin can be integrated with Pandora FMS Discovery.

To do so, you must load the ".disco" package that you can download from the Pandora FMS library:

[https://pandorafms.com/library/](https://pandorafms.com/library/)

[![image-1687944646474.png](https://pandorafms.com/guides/public/uploads/images/gallery/2023-06/scaled-1680-/image-1687944646474.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2023-06/image-1687944646474.png)

Once loaded, VMware environments can be monitored by creating Discovery tasks from the Management &gt; Discovery &gt; Applications section.

[![image-1687944781176.png](https://pandorafms.com/guides/public/uploads/images/gallery/2023-06/scaled-1680-/image-1687944781176.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2023-06/image-1687944781176.png)

The following minimum data will be requested for each task:

- **V-Center IP**: IP address of the V-Center to monitor.
- **Datacenter name**: Name of the datacenter to monitor in the indicated V-Center.
- **Datacenter user**: V-Center connection user.
- **Password:** Password of the indicated user.
- **Encrypt passwords:** If enabled, the indicated password will be encrypted for the executions, thus masking it.
- **Tentacle IP:** IP of the Tentacle server to which the agents' data will be sent. Normally this parameter will not be modified.
- **Tentacle port:** Tentacle server port to send the data to. Normally this parameter will not be modified.
- **Tentacle extra options:** Additional options for sending data through the Tentacle client. Normally this parameter will not be modified.

[![image-1684314162047.png](https://pandorafms.com/guides/public/uploads/images/gallery/2023-05/scaled-1680-/image-1684314162047.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2023-05/image-1684314162047.png)

If the connection data provided is correct and the Pandora FMS server is able to connect, you will be able to see a tree with the ESX, datastores and VMs of the environment. In this tree you could, if you want, indicate specific agents to be monitored by the task. If you do not activate the exclusive agent monitoring, the task will by default scan the environment in each execution looking for new agents (this can be adjusted in the next configuration step).

- Monitor exclusive agents: If enabled, the task will monitor exclusively the elements of the selected tree, instead of performing the agent scan it would normally do. This option takes precedence over the scanning options in subsequent steps.

[![image.png](https://pandorafms.com/guides/public/uploads/images/gallery/2026-04/scaled-1680-/l6Wimage.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2026-04/l6Wimage.png)

It is also possible to adjust the task configuration to customize the desired monitoring:

- **Max threads**: To optimize the execution time, multiple threads can be configured to monitor the task agents. Keep in mind that configuring multiple threads may increase the CPU usage of the task.
- **Re-scan interval**: Search interval for new agents in the VMware environment. This parameter only takes effect if agent-only monitoring is disabled. It should not be confused with the task execution interval.
- **Retry send**: When enabled, the sending of XML files by Tentacle is reattempted in case of failure.
- **Event mode**: When it is activated, the V-Center event monitoring is performed. This makes the VMware events to be shown in the Pandora FMS event console, entering in its normal operation flow. It is necessary to configure the console API in the server configuration file for this mode to work. This option is only available for vCenter.
- **Virtual network monitoring**:When it is activated, agents will be generated for the virtual switches of the VMware environment.
- **Scan datastores**: When enabled, agents will be generated for each datastore found in the environment. This parameter only has effect if the exclusive monitoring of agents is disabled.
- **Scan datacenters**: When enabled, an agent will be generated for the datacenter indicated in the task.
- **Scan ESXs**: When enabled, agents will be generated for each ESX found in the environment. This parameter only has effect if the exclusive monitoring of agents is disabled.
- **Scan VMs**: When enabled, agents will be generated for each VM found in the environment. This parameter only has effect if the exclusive monitoring of agents is disabled.
- **Scan Resource Pools**: When enabled, agents will be generated for each Resource Pool found in the environment. This parameter only has effect if the exclusive monitoring of agents is disabled.
- **Extra settings**: Optional additional configuration block. Here you can include all the plugin configuration parameters you want, such as the Rename block.

[![image.png](https://pandorafms.com/guides/public/uploads/images/gallery/2026-04/scaled-1680-/iXqimage.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2026-04/iXqimage.png)

Tasks that are successfully completed will have an execution summary with the following information:

- **Datacenter**: Name of the datacenter monitored in the execution.
- **ESXs**: Number of ESXs monitored by the task.
- **Datastores**: Number of datastores monitored by the task.
- **Vms**: Number of VMs monitored by the task.
- **ResourcePools:** Number of Resource Pools monitored by the task.

[![image.png](https://pandorafms.com/guides/public/uploads/images/gallery/2026-04/scaled-1680-/fcgimage.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2026-04/fcgimage.png)

Tasks that are not completed successfully will have an execution summary recording the errors that occurred.

# Agents generated by the plugin

The execution of this plugin will create several agents, depending on the configuration that has been implemented in the configuration file. In total the plugin can create the following agent types with the following modules:

**Datacenter**

An agent will be created for the datacenter specified in the configuration file, with the following modules

<table border="1" id="bkmrk-m%C3%B3dulo-%C2%A0-descripci%C3%B3n" style="border-collapse: collapse; width: 100%; height: 87px;"><tbody><tr style="height: 29px;"><td style="width: 20%; height: 29px;">Module</td><td style="width: 20%; height: 29px;">Name</td><td style="width: 20%; height: 29px;">Description</td><td style="width: 20%; height: 29px;">API version</td><td style="width: 20%; height: 29px;">Disponibility</td></tr><tr style="height: 29px;"><td style="width: 20%; height: 29px;">Ping</td><td style="width: 20%; height: 29px;">ping</td><td style="width: 20%; height: 29px;">ping to the machine that supports vCenter</td><td class="col2 leftalign" style="width: 20%;">All</td><td class="col3 leftalign" style="width: 20%;">Anytime</td></tr><tr style="height: 29px;"><td style="width: 20%; height: 29px;">Check 443 port</td><td style="width: 20%; height: 29px;">check443</td><td class="col1 leftalign" style="width: 20%;">Check to port 443 of the machine that supports vCenter</td><td style="width: 20%; height: 29px;">All</td><td class="col3 leftalign" style="width: 20%;">Anytime</td></tr></tbody></table>

**Datastores**

An agent will be created for each datastore to be monitored, according to the specified configuration, with the following modules

<table border="1" id="bkmrk-m%C3%B3dulo-%C2%A0-descripci%C3%B3n-0" style="border-collapse: collapse; width: 100%;"><tbody><tr><td style="width: 20%;">Module</td><td style="width: 20%;">Name</td><td style="width: 20%;">Description</td><th class="col2 leftalign" style="width: 20%;">Versión <abbr title="Application Programming Interface">API</abbr></th><td style="width: 20%;">Disponibility</td></tr><tr><td style="width: 20%;">Capacity</td><td style="width: 20%;">capacity</td><td class="col1 leftalign" style="width: 20%;">Maximum Datastore capacity in bytes</td><td class="col2 leftalign" style="width: 20%;">All</td><td class="col3 leftalign" style="width: 20%;">Anytime</td></tr><tr class="row2"><td class="col0 leftalign" style="width: 20%;">Free Space</td><td style="width: 20%;">freeSpace</td><td class="col1 leftalign" style="width: 20%;">Percentage of free space in the Datastore</td><td class="col2 leftalign" style="width: 20%;">All</td><td class="col3 leftalign" style="width: 20%;">Anytime</td></tr><tr class="row3"><td class="col0 leftalign" style="width: 20%;">Disk Overallocation</td><td style="width: 20%;">overallocation</td><td class="col1 leftalign" style="width: 20%;">Percentage of disk over-allocation</td><td class="col2 leftalign" style="width: 20%;">≥v4.0</td><td class="col3 leftalign" style="width: 20%;">Anytime</td></tr><tr class="row4"><td class="col0 leftalign" style="width: 20%;">Free Space Bytes</td><td style="width: 20%;">freeSpaceBytes</td><td class="col1 leftalign" style="width: 20%;">Amount of free space in bytes</td><td class="col2 leftalign" style="width: 20%;">All</td><td class="col3 leftalign" style="width: 20%;">Anytime</td></tr><tr><td style="width: 20%;">ESX-DS Paths Status</td><td style="width: 20%;">dsPathStatus</td><td style="width: 20%;">Datastore is accessible for all the configured ESXs</td><td style="width: 20%;">All  
</td><td style="width: 20%;">Anytime  
</td></tr></tbody></table>

**ESX**

An agent will be created for each ESXI host to be monitored, according to the specific configuration.

<table border="1" id="bkmrk-m%C3%B3dulo-%C2%A0-descripci%C3%B3n-1" style="border-collapse: collapse; width: 100%; height: 1375.61px;"><tbody><tr class="row0" style="height: 29.7969px;"><th class="col0 leftalign" style="width: 20%; height: 29.7969px;">Module</th><td style="width: 20%; height: 29.7969px;">Name</td><td style="width: 20%; height: 29.7969px;">Description</td><th class="col2 leftalign" style="width: 20%; height: 29.7969px;"><abbr title="Application Programming Interface">API version</abbr></th><td style="width: 20%; height: 29.7969px;">Disponibility</td></tr><tr class="row1" style="height: 46.5938px;"><td class="col0 leftalign" style="width: 20%; height: 46.5938px;">Boot Time</td><td style="width: 20%; height: 46.5938px;">bootTime</td><td class="col1 leftalign" style="width: 20%; height: 46.5938px;">Last date on which the host was turned on</td><td style="width: 20%; height: 46.5938px;">All</td><td style="width: 20%; height: 46.5938px;">Anytime</td></tr><tr class="row2" style="height: 80.1875px;"><td class="col0 leftalign" style="width: 20%; height: 80.1875px;">CPU Info \[x\]</td><td style="width: 20%; height: 80.1875px;">cpuInfo</td><td class="col1 leftalign" style="width: 20%; height: 80.1875px;">CPU overview (one module is created per ESXi CPU)</td><td style="width: 20%; height: 80.1875px;">All</td><td class="col3 leftalign" style="width: 20%; height: 80.1875px;">If connected</td></tr><tr class="row3" style="height: 63.3906px;"><td class="col0 leftalign" style="width: 20%; height: 63.3906px;">Memory Size</td><td style="width: 20%; height: 63.3906px;">memorySize</td><td class="col1 leftalign" style="width: 20%; height: 63.3906px;">Total amount of host physical memory in Bytes</td><td style="width: 20%; height: 63.3906px;">All</td><td class="col3 leftalign" style="width: 20%; height: 63.3906px;">If connected</td></tr><tr class="row4" style="height: 46.5938px;"><td class="col0 leftalign" style="width: 20%; height: 46.5938px;">Overall CPU Usage</td><td style="width: 20%; height: 46.5938px;">overallCpuUsage</td><td class="col1 leftalign" style="width: 20%; height: 46.5938px;">Sum of all CPUs usage in Mhz</td><td style="width: 20%; height: 46.5938px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46.5938px;">If connected</td></tr><tr class="row5" style="height: 46.5938px;"><td class="col0 leftalign" style="width: 20%; height: 46.5938px;">Overall Memory Usage</td><td style="width: 20%; height: 46.5938px;">overallMemoryUsage</td><td class="col1 leftalign" style="width: 20%; height: 46.5938px;">Overall Memory Usage of VMware Hosts</td><td style="width: 20%; height: 46.5938px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46.5938px;">If connected</td></tr><tr class="row6" style="height: 46.5938px;"><td class="col0 leftalign" style="width: 20%; height: 46.5938px;">Power State</td><td class="col1 leftalign" style="width: 20%; height: 46.5938px;">powerState</td><td style="width: 20%; height: 46.5938px;">Host power status</td><td class="col2 leftalign" style="width: 20%; height: 46.5938px;">≥v2.5</td><td style="width: 20%; height: 46.5938px;">Anytime</td></tr><tr class="row7" style="height: 29.7969px;"><td class="col0 leftalign" style="width: 20%; height: 29.7969px;"><abbr title="Secure Sockets Layer">SSL</abbr> Thumbprint</td><td style="width: 20%; height: 29.7969px;">sslThumbprint</td><td class="col1 leftalign" style="width: 20%; height: 29.7969px;">Host SSL fingerprint</td><td class="col2 leftalign" style="width: 20%; height: 29.7969px;">≥v4.0</td><td class="col3 leftalign" style="width: 20%; height: 29.7969px;">If configured</td></tr><tr style="height: 46.5938px;"><td style="width: 20%; height: 46.5938px;">Uptime</td><td style="width: 20%; height: 46.5938px;">uptime</td><td class="col1 leftalign" style="width: 20%; height: 46.5938px;">Host Uptime in seconds</td><td class="col2 leftalign" style="width: 20%; height: 46.5938px;">≥v4.1</td><td class="col3 leftalign" style="width: 20%; height: 46.5938px;">If connected</td></tr><tr class="row9" style="height: 63.3906px;"><td class="col0 leftalign" style="width: 20%; height: 63.3906px;">VNIC Info \[x\]</td><td style="width: 20%; height: 63.3906px;">vnicInfo</td><td class="col1 leftalign" style="width: 20%; height: 63.3906px;">Information on host virtual network interfaces</td><td class="col2 leftalign" style="width: 20%; height: 63.3906px;">All</td><td class="col3 leftalign" style="width: 20%; height: 63.3906px;">If configured and connected</td></tr><tr class="row10" style="height: 63.3906px;"><td class="col0 leftalign" style="width: 20%; height: 63.3906px;">Host Alive</td><td style="width: 20%; height: 63.3906px;">hostAlive</td><td class="col1 leftalign" style="width: 20%; height: 63.3906px;">Module that is worth 1 if the ESX is connected and 0 otherwise</td><td style="width: 20%; height: 63.3906px;">All</td><td style="width: 20%; height: 63.3906px;">Anytime</td></tr><tr class="row11" style="height: 46.5938px;"><td class="col0 leftalign" style="width: 20%; height: 46.5938px;">Connection State</td><td style="width: 20%; height: 46.5938px;">connectionState</td><td class="col1 leftalign" style="width: 20%; height: 46.5938px;">Host connection status</td><td style="width: 20%; height: 46.5938px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46.5938px;">Anytime</td></tr><tr class="row12" style="height: 46.5938px;"><td class="col0 leftalign" style="width: 20%; height: 46.5938px;">Disk Read</td><td style="width: 20%; height: 46.5938px;">diskRead</td><td class="col1 leftalign" style="width: 20%; height: 46.5938px;">Kbps rate read from disk</td><td class="col2 leftalign" style="width: 20%; height: 46.5938px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46.5938px;">Nivel stats ≥2</td></tr><tr class="row13" style="height: 46.5938px;"><td class="col0 leftalign" style="width: 20%; height: 46.5938px;">Disk Write</td><td style="width: 20%; height: 46.5938px;">diskWrite</td><td class="col1 leftalign" style="width: 20%; height: 46.5938px;">Disk written Kbps rate</td><td class="col2 leftalign" style="width: 20%; height: 46.5938px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46.5938px;">Nivel stats ≥2</td></tr><tr class="row14" style="height: 46.5938px;"><td class="col0 leftalign" style="width: 20%; height: 46.5938px;">Disk Read Latency</td><td style="width: 20%; height: 46.5938px;">diskReadLatency</td><td class="col1 leftalign" style="width: 20%; height: 46.5938px;">Disk read latency in milliseconds</td><td class="col2 leftalign" style="width: 20%; height: 46.5938px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46.5938px;">Nivel stats ≥2</td></tr><tr class="row15" style="height: 63.3906px;"><td class="col0 leftalign" style="width: 20%; height: 63.3906px;">Disk Write Latency</td><td style="width: 20%; height: 63.3906px;">diskWriteLatency</td><td class="col1 leftalign" style="width: 20%; height: 63.3906px;">Disk write latency in milliseconds</td><td class="col2 leftalign" style="width: 20%; height: 63.3906px;">All</td><td class="col3 leftalign" style="width: 20%; height: 63.3906px;">Nivel stats ≥2</td></tr><tr class="row16" style="height: 46.5938px;"><td class="col0 leftalign" style="width: 20%; height: 46.5938px;">Data received</td><td style="width: 20%; height: 46.5938px;">netReceived</td><td class="col1 leftalign" style="width: 20%; height: 46.5938px;">Kbps rate received from host</td><td style="width: 20%; height: 46.5938px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46.5938px;">Nivel stats ≥2</td></tr><tr class="row17" style="height: 46.5938px;"><td class="col0 leftalign" style="width: 20%; height: 46.5938px;">Data transmitted</td><td style="width: 20%; height: 46.5938px;">netTransmitted</td><td class="col1 leftalign" style="width: 20%; height: 46.5938px;">Rate of Kbps sent from host</td><td style="width: 20%; height: 46.5938px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46.5938px;">Nivel stats ≥2</td></tr><tr class="row18" style="height: 63.3906px;"><td class="col0 leftalign" style="width: 20%; height: 63.3906px;">Packages Received</td><td style="width: 20%; height: 63.3906px;">netPkgRx</td><td class="col1 leftalign" style="width: 20%; height: 63.3906px;">Number of packets received in the interval</td><td style="width: 20%; height: 63.3906px;">All</td><td class="col3 leftalign" style="width: 20%; height: 63.3906px;">Nivel stats ≥2</td></tr><tr class="row19" style="height: 63.3906px;"><td class="col0 leftalign" style="width: 20%; height: 63.3906px;">Packages Transmitted</td><td style="width: 20%; height: 63.3906px;">netPkgTx</td><td class="col1 leftalign" style="width: 20%; height: 63.3906px;">Number of packets sent in the interval</td><td style="width: 20%; height: 63.3906px;">All</td><td class="col3 leftalign" style="width: 20%; height: 63.3906px;">Nivel stats ≥2</td></tr><tr class="row20" style="height: 46.5938px;"><td class="col0 leftalign" style="width: 20%; height: 46.5938px;">CPU Usage</td><td style="width: 20%; height: 46.5938px;">cpuUsagePercent</td><td class="col1 leftalign" style="width: 20%; height: 46.5938px;">Percentage of CPU usage</td><td style="width: 20%; height: 46.5938px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46.5938px;">Nivel stats ≥2</td></tr><tr class="row21" style="height: 46.5938px;"><td class="col0 leftalign" style="width: 20%; height: 46.5938px;">Memory Usage</td><td class="col1 leftalign" style="width: 20%; height: 46.5938px;">memoryUsagePercent</td><td class="col1 leftalign" style="width: 20%; height: 46.5938px;">Percentage of RAM usage</td><td style="width: 20%; height: 46.5938px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46.5938px;">Nivel stats ≥2</td></tr><tr class="row22" style="height: 63.3906px;"><td class="col0 leftalign" style="width: 20%; height: 63.3906px;">Net Usage</td><td style="width: 20%; height: 63.3906px;">netUsage</td><td class="col1 leftalign" style="width: 20%; height: 63.3906px;">Network data received and sent from all NICs</td><td style="width: 20%; height: 63.3906px;">All</td><td class="col3 leftalign" style="width: 20%; height: 63.3906px;">Nivel stats ≥2</td></tr><tr class="row23" style="height: 46.5938px;"><td class="col0 leftalign" style="width: 20%; height: 46.5938px;">Disk Rate</td><td style="width: 20%; height: 46.5938px;">diskRate</td><td class="col1 leftalign" style="width: 20%; height: 46.5938px;">Assaulted I/O rate in KB/sec</td><td style="width: 20%; height: 46.5938px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46.5938px;">Nivel stats ≥2</td></tr><tr class="row24" style="height: 46.5938px;"><td class="col0 leftalign" style="width: 20%; height: 46.5938px;">Max. Disk Latency</td><td style="width: 20%; height: 46.5938px;">maxDiskLatency</td><td class="col1 leftalign" style="width: 20%; height: 46.5938px;">Maximum latency of all disks</td><td style="width: 20%; height: 46.5938px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46.5938px;">Nivel stats ≥2</td></tr><tr><td style="width: 20%;">&lt; Path name &gt;</td><td style="width: 20%;">pathStatus</td><td style="width: 20%;">Path state</td><td style="width: 20%;">All</td><td style="width: 20%;">Nivel stats ≥2</td></tr><tr class="row25" style="height: 29.7969px;"><td class="col0 leftalign" style="width: 20%; height: 29.7969px;">HA Status</td><td style="width: 20%; height: 29.7969px;">haStatus</td><td class="col1 leftalign" style="width: 20%; height: 29.7969px;">Host HA status</td><td class="col2 leftalign" style="width: 20%; height: 29.7969px;">≥v5.0</td><td class="col3 leftalign" style="width: 20%; height: 29.7969px;">If configured</td></tr><tr class="row26" style="height: 63.3906px;"><td class="col0 leftalign" style="width: 20%; height: 63.3906px;">Sensor\*</td><td style="width: 20%; height: 63.3906px;">systemHealthInfo</td><td class="col1 leftalign" style="width: 20%; height: 63.3906px;">Status of hardware sensors (one module per sensor)</td><td style="width: 20%; height: 63.3906px;">All</td><td style="width: 20%; height: 63.3906px;">ESXi &gt;= 3.5</td></tr></tbody></table>

**VM**

An agent will be created for each virtual machine to be monitored, according to the specific configuration.

<table border="1" id="bkmrk-m%C3%B3dulo-%C2%A0-descripci%C3%B3n-2" style="border-collapse: collapse; width: 100%; height: 2735px;"><tbody><tr style="height: 29px;"><td style="width: 20%; height: 29px;">Module</td><td style="width: 20%; height: 29px;">Name</td><th class="col1 leftalign" style="width: 20%; height: 29px;">Description</th><td style="width: 20%; height: 29px;"><abbr title="Application Programming Interface">API version</abbr><abbr title="Application Programming Interface"></abbr></td><th class="col3 leftalign" style="width: 20%; height: 29px;">Disponibility</th></tr><tr class="row1" style="height: 63px;"><td class="col0 leftalign" style="width: 20%; height: 63px;">Boot Time</td><td style="width: 20%; height: 63px;">bootTime</td><td class="col1 leftalign" style="width: 20%; height: 63px;">Last date on which the virtual machine was powered on</td><td style="width: 20%; height: 63px;">All</td><td class="col3 leftalign" style="width: 20%; height: 63px;">If connected</td></tr><tr class="row2" style="height: 29px;"><td class="col0 leftalign" style="width: 20%; height: 29px;">Connection State</td><td style="width: 20%; height: 29px;">connectionState</td><td class="col1 leftalign" style="width: 20%; height: 29px;">Connection status</td><td class="col2 leftalign" style="width: 20%; height: 29px;">All</td><td class="col3 leftalign" style="width: 20%; height: 29px;">Anytime</td></tr><tr class="row3" style="height: 63px;"><td class="col0 leftalign" style="width: 20%; height: 63px;">Consumed Overhead Memory</td><td style="width: 20%; height: 63px;">consumedOverheadMemory</td><td class="col1 leftalign" style="width: 20%; height: 63px;">Amount of memory consumed by the virtual machine in MB<abbr title="Megabyte"></abbr></td><td class="col2 leftalign" style="width: 20%; height: 63px;">≥v4.0</td><td class="col3 leftalign" style="width: 20%; height: 63px;">if configured</td></tr><tr class="row4" style="height: 80px;"><td class="col0 leftalign" style="width: 20%; height: 80px;">CPU Allocation</td><td style="width: 20%; height: 80px;">cpuAllocation</td><td class="col1 leftalign" style="width: 20%; height: 80px;">Information on the resources allocated to the virtual machine's CPU</td><td style="width: 20%; height: 80px;">All</td><td class="col3 leftalign" style="width: 20%; height: 80px;">if configured</td></tr><tr class="row5" style="height: 113px;"><td class="col0 leftalign" style="width: 20%; height: 113px;">Disk Free \[x\]</td><td style="width: 20%; height: 113px;">diskFree</td><td class="col1 leftalign" style="width: 20%; height: 113px;">Free percentage of the virtual machine's disk (there will be one module for each disk contained in the virtual machine).</td><td class="col2 leftalign" style="width: 20%; height: 113px;">All</td><td class="col3 leftalign" style="width: 20%; height: 113px;">if configured</td></tr><tr class="row6" style="height: 63px;"><td class="col0 leftalign" style="width: 20%; height: 63px;">Guest State</td><td style="width: 20%; height: 63px;">guestState</td><td class="col1 leftalign" style="width: 20%; height: 63px;">Operating mode of the host operating system</td><td style="width: 20%; height: 63px;">All</td><td class="col3 leftalign" style="width: 20%; height: 63px;">if configured</td></tr><tr class="row7" style="height: 46px;"><td class="col0 leftalign" style="width: 20%; height: 46px;">Host Info</td><td style="width: 20%; height: 46px;">host</td><td class="col1 leftalign" style="width: 20%; height: 46px;">VMware host information</td><td class="col2 leftalign" style="width: 20%; height: 46px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46px;">if configured</td></tr><tr class="row8" style="height: 80px;"><td class="col0 leftalign" style="width: 20%; height: 80px;">Host Alive</td><td style="width: 20%; height: 80px;">hostAlive</td><td class="col1 leftalign" style="width: 20%; height: 80px;">Module that is worth 1 if the virtual machine is running and 0 otherwise</td><td class="col2 leftalign" style="width: 20%; height: 80px;">All</td><td class="col3 leftalign" style="width: 20%; height: 80px;">Anytime</td></tr><tr class="row9" style="height: 63px;"><td class="col0 leftalign" style="width: 20%; height: 63px;">Host Memory Usage</td><td style="width: 20%; height: 63px;">hostMemoryUsage</td><td class="col1 leftalign" style="width: 20%; height: 63px;">Memory consumed by the virtual machine in MB<abbr title="Megabyte"></abbr></td><td style="width: 20%; height: 63px;">All</td><td class="col3 leftalign" style="width: 20%; height: 63px;">if connected</td></tr><tr class="row10" style="height: 46px;"><td class="col0 leftalign" style="width: 20%; height: 46px;">Host Name</td><td class="col1 leftalign" style="width: 20%; height: 46px;">hostName</td><td class="col1 leftalign" style="width: 20%; height: 46px;">Name of associated host</td><td class="col2 leftalign" style="width: 20%; height: 46px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46px;">if configured</td></tr><tr class="row11" style="height: 80px;"><td class="col0 leftalign" style="width: 20%; height: 80px;">IP Address \[x\]</td><td style="width: 20%; height: 80px;">ipAddress</td><td class="col1 leftalign" style="width: 20%; height: 80px;">IP address of the machine (one will be displayed per available network interface)</td><td class="col2 leftalign" style="width: 20%; height: 80px;">≥v4.1</td><td class="col3 leftalign" style="width: 20%; height: 80px;">if configured</td></tr><tr class="row12" style="height: 80px;"><td class="col0 leftalign" style="width: 20%; height: 80px;">MAC Address \[x\]</td><td style="width: 20%; height: 80px;">macAddress</td><td class="col1 leftalign" style="width: 20%; height: 80px;">MAC address of the machine (one will be displayed per available network interface)</td><td class="col2 leftalign" style="width: 20%; height: 80px;">All</td><td class="col3 leftalign" style="width: 20%; height: 80px;">if configured</td></tr><tr class="row13" style="height: 63px;"><td class="col0 leftalign" style="width: 20%; height: 63px;">Max CPU Usage</td><td style="width: 20%; height: 63px;">maxCpuUsage</td><td class="col1 leftalign" style="width: 20%; height: 63px;">Upper limit of virtual machine CPU utilization</td><td class="col2 leftalign" style="width: 20%; height: 63px;">All</td><td class="col3 leftalign" style="width: 20%; height: 63px;">If connected</td></tr><tr class="row14" style="height: 63px;"><td class="col0 leftalign" style="width: 20%; height: 63px;">Max Memory Usage</td><td style="width: 20%; height: 63px;">maxMemoryUsage</td><td class="col1 leftalign" style="width: 20%; height: 63px;">Upper limit of virtual machine RAM memory usage</td><td style="width: 20%; height: 63px;">All</td><td class="col3 leftalign" style="width: 20%; height: 63px;">If connected</td></tr><tr class="row15" style="height: 29px;"><td class="col0 leftalign" style="width: 20%; height: 29px;">Memory Allocation</td><td style="width: 20%; height: 29px;">memoryAllocation</td><td class="col1 leftalign" style="width: 20%; height: 29px;">Limit of memory resources</td><td style="width: 20%; height: 29px;">All</td><td class="col3 leftalign" style="width: 20%; height: 29px;">if configured</td></tr><tr class="row16" style="height: 113px;"><td class="col0 leftalign" style="width: 20%; height: 113px;">Memory Overhead</td><td style="width: 20%; height: 113px;">memoryOverhead</td><td class="col1 leftalign" style="width: 20%; height: 113px;">Amount of memory used by the virtual machine over and above the needs of the host operating system in bytes.</td><td style="width: 20%; height: 113px;">All</td><td class="col3 leftalign" style="width: 20%; height: 113px;">if configured</td></tr><tr class="row17" style="height: 63px;"><td class="col0 leftalign" style="width: 20%; height: 63px;">Overall CPU Demand</td><td style="width: 20%; height: 63px;">overallCpuDemand</td><td class="col1 leftalign" style="width: 20%; height: 63px;">Basic statistics on CPU performance in Mhz</td><td class="col2 leftalign" style="width: 20%; height: 63px;">≥v4.0</td><td class="col3 leftalign" style="width: 20%; height: 63px;">If connected</td></tr><tr class="row18" style="height: 29px;"><td class="col0 leftalign" style="width: 20%; height: 29px;">Overall CPU Usage</td><td style="width: 20%; height: 29px;">overallCpuUsage</td><td class="col1 leftalign" style="width: 20%; height: 29px;">Basic statistics on CPU utilization in Mhz</td><td style="width: 20%; height: 29px;">All</td><td class="col3 leftalign" style="width: 20%; height: 29px;">If connected</td></tr><tr class="row19" style="height: 46px;"><td class="col0 leftalign" style="width: 20%; height: 46px;">Power State</td><td style="width: 20%; height: 46px;">powerState</td><td class="col1 leftalign" style="width: 20%; height: 46px;">Current virtual machine status</td><td style="width: 20%; height: 46px;">All</td><td style="width: 20%; height: 46px;">Anytime</td></tr><tr class="row20" style="height: 97px;"><td class="col0 leftalign" style="width: 20%; height: 97px;">Private Memory</td><td style="width: 20%; height: 97px;">privateMemory</td><td class="col1 leftalign" style="width: 20%; height: 97px;">Amount of memory in MB that is given to the virtual machine from the unshared memory</td><td class="col2 leftalign" style="width: 20%; height: 97px;">≥v4.0</td><td class="col3 leftalign" style="width: 20%; height: 97px;">If connected</td></tr><tr class="row21" style="height: 80px;"><td class="col0 leftalign" style="width: 20%; height: 80px;">Shared Memory</td><td style="width: 20%; height: 80px;">sharedMemory</td><td class="col1 leftalign" style="width: 20%; height: 80px;">Amount of memory in MB given to the virtual machine of the shared memory</td><td class="col2 leftalign" style="width: 20%; height: 80px;">≥v4.0</td><td class="col3 leftalign" style="width: 20%; height: 80px;">If connected</td></tr><tr class="row22" style="height: 97px;"><td class="col0 leftalign" style="width: 20%; height: 97px;">Tools Running Status</td><td style="width: 20%; height: 97px;">toolsRunningStatus</td><td class="col1 leftalign" style="width: 20%; height: 97px;">Current running status of VMware Tools installed on the guest operating system</td><td class="col2 leftalign" style="width: 20%; height: 97px;">≥v4.0</td><td class="col3 leftalign" style="width: 20%; height: 97px;">if configured</td></tr><tr class="row23" style="height: 46px;"><td class="col0 leftalign" style="width: 20%; height: 46px;">Trigger Alarm State</td><td class="col1 leftalign" style="width: 20%; height: 46px;">triggeredAlarmState</td><td class="col1 leftalign" style="width: 20%; height: 46px;">VMware alarm status</td><td class="col2 leftalign" style="width: 20%; height: 46px;">≥v4.0</td><td class="col3 leftalign" style="width: 20%; height: 46px;">if configured</td></tr><tr class="row24" style="height: 46px;"><td class="col0 leftalign" style="width: 20%; height: 46px;">Uptime Seconds</td><td style="width: 20%; height: 46px;">uptimeSeconds</td><td class="col1 leftalign" style="width: 20%; height: 46px;">Virtual machine uptime in seconds</td><td class="col2 leftalign" style="width: 20%; height: 46px;">≥v4.1</td><td class="col3 leftalign" style="width: 20%; height: 46px;">If connected</td></tr><tr class="row25" style="height: 63px;"><td class="col0 leftalign" style="width: 20%; height: 63px;">Virtual Image Path</td><td style="width: 20%; height: 63px;">virtualImagePath</td><td class="col1 leftalign" style="width: 20%; height: 63px;">Virtual machine configuration file path (.vmx)</td><td class="col2 leftalign" style="width: 20%; height: 63px;">All</td><td class="col3 leftalign" style="width: 20%; height: 63px;">Anytime</td></tr><tr class="row26" style="height: 46px;"><td class="col0 leftalign" style="width: 20%; height: 46px;">Disk Read</td><td style="width: 20%; height: 46px;">diskRead</td><td class="col1 leftalign" style="width: 20%; height: 46px;">Kbps rate read from disk</td><td class="col2 leftalign" style="width: 20%; height: 46px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46px;">Nivel stats ≥2</td></tr><tr class="row27" style="height: 46px;"><td class="col0 leftalign" style="width: 20%; height: 46px;">Disk Write</td><td style="width: 20%; height: 46px;">diskWrite</td><td class="col1 leftalign" style="width: 20%; height: 46px;">Disk written Kbps rate</td><td class="col2 leftalign" style="width: 20%; height: 46px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46px;">Nivel stats ≥2</td></tr><tr class="row28" style="height: 46px;"><td class="col0 leftalign" style="width: 20%; height: 46px;">Disk Read Latency</td><td style="width: 20%; height: 46px;">diskReadLatency</td><td class="col1 leftalign" style="width: 20%; height: 46px;">Disk read latency in milliseconds</td><td class="col2 leftalign" style="width: 20%; height: 46px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46px;">Nivel stats ≥2</td></tr><tr class="row29" style="height: 63px;"><td class="col0 leftalign" style="width: 20%; height: 63px;">Disk Write Latency</td><td style="width: 20%; height: 63px;">diskWriteLatency</td><td class="col1 leftalign" style="width: 20%; height: 63px;">Disk write latency in milliseconds</td><td class="col2 leftalign" style="width: 20%; height: 63px;">All</td><td class="col3 leftalign" style="width: 20%; height: 63px;">Nivel stats ≥2</td></tr><tr class="row30" style="height: 46px;"><td class="col0 leftalign" style="width: 20%; height: 46px;">Data received</td><td style="width: 20%; height: 46px;">netReceived</td><td class="col1 leftalign" style="width: 20%; height: 46px;">Kbps rate received from host</td><td style="width: 20%; height: 46px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46px;">Nivel stats ≥2</td></tr><tr class="row31" style="height: 46px;"><td class="col0 leftalign" style="width: 20%; height: 46px;">Data transmitted</td><td style="width: 20%; height: 46px;">netTransmitted</td><td class="col1 leftalign" style="width: 20%; height: 46px;">Rate of Kbps sent from host</td><td style="width: 20%; height: 46px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46px;">Nivel stats ≥2</td></tr><tr class="row32" style="height: 63px;"><td class="col0 leftalign" style="width: 20%; height: 63px;">Packages Received</td><td style="width: 20%; height: 63px;">netPkgRx</td><td class="col1 leftalign" style="width: 20%; height: 63px;">Number of packets received in the interval</td><td style="width: 20%; height: 63px;">All</td><td class="col3 leftalign" style="width: 20%; height: 63px;">Nivel stats ≥2</td></tr><tr class="row33" style="height: 63px;"><td class="col0 leftalign" style="width: 20%; height: 63px;">Packages Transmitted</td><td style="width: 20%; height: 63px;">netPkgTx</td><td class="col1 leftalign" style="width: 20%; height: 63px;">Number of packets sent in the interval</td><td style="width: 20%; height: 63px;">All</td><td class="col3 leftalign" style="width: 20%; height: 63px;">Nivel stats ≥2</td></tr><tr class="row34" style="height: 46px;"><td class="col0 leftalign" style="width: 20%; height: 46px;">CPU Usage</td><td style="width: 20%; height: 46px;">cpuUsagePercent</td><td class="col1 leftalign" style="width: 20%; height: 46px;">Percentage of CPU usage</td><td style="width: 20%; height: 46px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46px;">Nivel stats ≥2</td></tr><tr class="row35" style="height: 46px;"><td class="col0 leftalign" style="width: 20%; height: 46px;">Memory Usage</td><td class="col1 leftalign" style="width: 20%; height: 46px;">memoryUsagePercent</td><td class="col1 leftalign" style="width: 20%; height: 46px;">Percentage of RAM usage</td><td style="width: 20%; height: 46px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46px;">Nivel stats ≥2</td></tr><tr class="row36" style="height: 63px;"><td class="col0 leftalign" style="width: 20%; height: 63px;">Net Usage</td><td style="width: 20%; height: 63px;">netUsage</td><td class="col1 leftalign" style="width: 20%; height: 63px;">Network data received and sent from all NICs</td><td style="width: 20%; height: 63px;">All</td><td class="col3 leftalign" style="width: 20%; height: 63px;">Nivel stats ≥2</td></tr><tr class="row37" style="height: 46px;"><td class="col0 leftalign" style="width: 20%; height: 46px;">Disk Rate</td><td style="width: 20%; height: 46px;">diskRate</td><td class="col1 leftalign" style="width: 20%; height: 46px;">Assaulted I/O rate in KB/sec</td><td style="width: 20%; height: 46px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46px;">Nivel stats ≥2</td></tr><tr class="row38" style="height: 46px;"><td class="col0 leftalign" style="width: 20%; height: 46px;">Max. Disk Latency</td><td style="width: 20%; height: 46px;">maxDiskLatency</td><td class="col1 leftalign" style="width: 20%; height: 46px;">Maximum latency of all disks</td><td style="width: 20%; height: 46px;">All</td><td class="col3 leftalign" style="width: 20%; height: 46px;">Nivel stats ≥2</td></tr><tr style="height: 29px;"><td style="width: 20%; height: 29px;">HeartBeat</td><td style="width: 20%; height: 29px;">heartbeat</td><td class="col1 leftalign" style="width: 20%; height: 29px;">Number of heartbeats of the virtual machine</td><td style="width: 20%; height: 29px;">All</td><td class="col3 leftalign" style="width: 20%; height: 29px;">Nivel stats ≥2</td></tr><tr class="row40" style="height: 97px;"><td class="col0 leftalign" style="width: 20%; height: 97px;">CPU Ready</td><td style="width: 20%; height: 97px;">cpuReady</td><td class="col1 leftalign" style="width: 20%; height: 97px;">Percentage of time machine is ready, but not queued to run on the physical CPU</td><td style="width: 20%; height: 97px;">All</td><td class="col3 leftalign" style="width: 20%; height: 97px;">Nivel stats ≥2</td></tr><tr class="row41" style="height: 164px;"><td class="col0 leftalign" style="width: 20%; height: 164px;">Number Snapshots</td><td style="width: 20%; height: 164px;">snapshotCounter</td><td style="width: 20%; height: 164px;">Número de snapshots para la máquina virtual (**este Módulo puede afectar al rendimiento de la monitorización**, por ello se recomienda ejecutarlo con un valor de intervalo alto, por ejemplo cada hora).</td><td style="width: 20%; height: 164px;">All</td><td class="col3 leftalign" style="width: 20%; height: 164px;">Nivel stats ≥2</td></tr><tr style="height: 63px;"><td style="width: 20%; height: 63px;">Date Snapshots</td><td style="width: 20%; height: 63px;">snapshotDate</td><td style="width: 20%; height: 63px;">Name and date of snapshots from a virtual machine</td><td style="width: 20%; height: 63px;">All</td><td style="width: 20%; height: 63px;">if configured</td></tr><tr class="row42" style="height: 46px;"><td class="col0 leftalign" style="width: 20%; height: 46px;">HA Status</td><td style="width: 20%; height: 46px;">haStatus</td><td class="col1 leftalign" style="width: 20%; height: 46px;">HA status for the virtual machine</td><td class="col2 leftalign" style="width: 20%; height: 46px;">≥v5.0</td><td style="width: 20%; height: 46px;">if configured</td></tr></tbody></table>

**RP**

An agent will be created for each resource pool to be monitored, according to the specific configuration.

<table border="1" id="bkmrk-module-name-descript" style="border-collapse: collapse; width: 100%; height: 140.15px;"><tbody><tr style="height: 29.9167px;"><td style="width: 20.0276%; height: 29.9167px;">Module</td><td style="width: 20.0276%; height: 29.9167px;">Name</td><td style="width: 20.0276%; height: 29.9167px;">Description</td><td style="width: 20.0276%; height: 29.9167px;">API version</td><td style="width: 20.0276%; height: 29.9167px;">Disponibility</td></tr><tr style="height: 46.7167px;"><td style="width: 20.0276%; height: 46.7167px;">CPU usage MHz</td><td style="width: 20.0276%; height: 46.7167px;">cpuUsageMhz</td><td style="width: 20.0276%; height: 46.7167px;">CPU consumed in MHz by the Resource Pool. Shows the current processing capacity being used by the virtual machines in the pool.</td><td class="col2 leftalign" style="width: 20.0276%; height: 46.7167px;">All</td><td class="col3 leftalign" style="width: 20.0276%; height: 46.7167px;">Anytime</td></tr><tr style="height: 63.5167px;"><td style="width: 20.0276%; height: 63.5167px;">Active memory</td><td style="width: 20.0276%; height: 63.5167px;">memActive</td><td class="col1 leftalign" style="width: 20.0276%; height: 63.5167px;">Active memory used by the Resource Pool. Represents memory that has been actively used recently by the virtual machines.</td><td style="width: 20.0276%; height: 63.5167px;">All</td><td class="col3 leftalign" style="width: 20.0276%; height: 63.5167px;">Anytime</td></tr><tr><td style="width: 20.0276%; height: 63.5167px;">Granted memory</td><td style="width: 20.0276%; height: 63.5167px;">memGranted</td><td class="col1 leftalign" style="width: 20.0276%; height: 63.5167px;">Granted memory for the Resource Pool. Indicates the amount of memory allocated to the virtual machines in the pool.</td><td style="width: 20.0276%; height: 63.5167px;">All</td><td class="col3 leftalign" style="width: 20.0276%; height: 63.5167px;">Anytime</td></tr><tr><td style="width: 20.0276%; height: 63.5167px;">Shared memory</td><td style="width: 20.0276%; height: 63.5167px;">memShared</td><td class="col1 leftalign" style="width: 20.0276%; height: 63.5167px;">Shared memory in the Resource Pool. Amount of memory saved through sharing techniques between virtual machines.</td><td style="width: 20.0276%; height: 63.5167px;">All</td><td class="col3 leftalign" style="width: 20.0276%; height: 63.5167px;">Anytime</td></tr><tr><td style="width: 20.0276%; height: 63.5167px;">Swapped memory</td><td style="width: 20.0276%; height: 63.5167px;">memSwapped</td><td class="col1 leftalign" style="width: 20.0276%; height: 63.5167px;">Swapped memory of the Resource Pool. Memory moved to disk due to insufficient available physical memory.</td><td style="width: 20.0276%; height: 63.5167px;">All</td><td class="col3 leftalign" style="width: 20.0276%; height: 63.5167px;">Anytime</td></tr><tr><td style="width: 20.0276%; height: 63.5167px;">Balloon memory</td><td style="width: 20.0276%; height: 63.5167px;">memVmmemctl</td><td class="col1 leftalign" style="width: 20.0276%; height: 63.5167px;">Balloon memory of the Resource Pool. Memory reclaimed by VMware using the balloon driver to relieve memory pressure.</td><td style="width: 20.0276%; height: 63.5167px;">All</td><td class="col3 leftalign" style="width: 20.0276%; height: 63.5167px;">Anytime</td></tr><tr><td style="width: 20.0276%; height: 63.5167px;">Overhead memory</td><td style="width: 20.0276%; height: 63.5167px;">memOverhead</td><td class="col1 leftalign" style="width: 20.0276%; height: 63.5167px;">Overhead memory of the Resource Pool. Memory used by VMware to manage the virtual machines and related infrastructure.</td><td style="width: 20.0276%; height: 63.5167px;">All</td><td class="col3 leftalign" style="width: 20.0276%; height: 63.5167px;">Anytime</td></tr></tbody></table>

**Switches**

If switch monitoring is enabled with the "virtual\_network\_monitoring" option in the configuration file, an agent will be created for each switch with the following modules:

<table border="1" id="bkmrk-%3Cnombre_switch%3E_ifop" style="border-collapse: collapse; width: 100%; height: 87px;"><tbody><tr style="height: 29px;"><td style="width: 50%; height: 29px;">&lt;nombre\_switch&gt;\_ifOperStatus</td><td style="width: 50%; height: 29px;">indicates the operational status of a physical or virtual network interface</td></tr><tr style="height: 29px;"><td style="width: 50%; height: 29px;">&lt;nombre\_switch&gt;\_overallStatus</td><td style="width: 50%; height: 29px;">indicates the general status of the switch in terms of availability and health</td></tr><tr style="height: 29px;"><td style="width: 50%; height: 29px;">&lt;nombre\_switch&gt;\_connectedVMs</td><td style="width: 50%; height: 29px;">displays the number of virtual machines that are connected</td></tr></tbody></table>