Prerequisites for VMware VDI Monitoring
Site24x7 collects VMware VDI metrics using Windows
On-Premise Poller via the PowerShell scriptlets available in VMware, known as the
VMware PowerCLI Module.
Prerequisites
- A minimum of PowerShell major version 5 for the scripts to work optimally. Open powershell.exe in the machine, and use $PSVersionTable.PSVersion to determine the engine version.
- Enable the VMware PowerCLI Module in PowerShell for monitoring purposes.
- Finally, install the Site24x7 On-Premise Poller on a Windows machine with access to the VMware View Connection Servers.
Enabling the VMware PowerCLI Module in PowerShell
From a computer with an internet connection, open PowerShell (preferably as an administrator) and execute the following commands:
Find-Module -Name VMware.PowerCLI
Install-Module -Name VMware.PowerCLI -Scope CurrentUser
Get-Command -Module *VMWare*
Install-Module -Name VMware.PowerCLI -Scope CurrentUser
Related Articles
VMware privileges required for VMware monitoring using Site24x7
To monitor different VMware resources using Site24x7, you must have a few privileges enabled. For users with an Administrator role, all privileges will be available. If you have a Read Only role, you'll need additional privileges to perform certain ...
Comparison between Site24x7 VMware Monitoring and VM monitoring using Site24x7 server agent
Site24x7 VMware Monitoring capabilities Site24x7 VMware monitoring is agentless. An On-Premise Poller acts as a probe to collect data and sends it to Site24x7. With Site24x7 VMware Monitoring, you will be able to: Monitor vCenter Monitor VMware ...
Amount of bandwidth consumed for monitoring VMware resources
Learn the minimum bandwidth usage when monitoring VMware resources, both between your On-Premise Poller and the VMware environment and between your On-Premise Poller and Site24x7. Bandwidth consumption depends on the number of resources in the ...
Bulk action to auto-discover VMware resources
You can enable autodiscovery to monitor all the VMware virtual machines (VMs), datastores, resource pools, and snapshots in bulk at the associated VMware ESX/ESXi host level. Simply choose Yes next to your preferred resources and select the VMware ...
VMware datastore monitoring and associated ESX/ESXi hosts
While monitoring VMware datastores, Site24x7 displays the number of VMware ESX/ESXi hosts associated with that datastore. This number denotes the number of associated hosts that are monitored by Site24x7 and are enabled with VMware datastore ...