<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>VMware &#8211; Nagios Library</title>
	<atom:link href="https://library.nagios.com/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>https://library.nagios.com</link>
	<description>Complete Nagios monitoring resources and documentation</description>
	<lastBuildDate>Thu, 26 Mar 2026 20:37:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://library.nagios.com/wp-content/uploads/2024/11/Nagios-Blue-N.svg</url>
	<title>VMware &#8211; Nagios Library</title>
	<link>https://library.nagios.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Monitor vSphere Performance Using Nagios XI’s vSphere Wizard</title>
		<link>https://library.nagios.com/tutorials/nagios-xi-vsphere-wizard/</link>
		
		<dc:creator><![CDATA[Ayub Huruse]]></dc:creator>
		<pubDate>Fri, 18 Jul 2025 13:45:00 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Hypervisors]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[Wizards]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?p=60530</guid>

					<description><![CDATA[VMware vSphere is a cornerstone of modern virtualization, but performance bottlenecks can disrupt critical operations. Nagios XI’s vSphere Configuration Wizard, a Premium feature included with an active support and maintenance subscription, simplifies monitoring, allowing you to track ESX/ESXi hosts and guest virtual machines (VMs) with minimal setup and no deep technical expertise required. Why Use [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>VMware vSphere is a cornerstone of modern virtualization, but performance bottlenecks can disrupt critical operations. Nagios XI’s vSphere Configuration Wizard, a Premium feature included with an active support and maintenance subscription, simplifies monitoring, allowing you to track ESX/ESXi hosts and guest virtual machines (VMs) with minimal setup and no deep technical expertise required.</p>



<h2 class="wp-block-heading">Why Use the vSphere Configuration Wizard?</h2>



<p>The vSphere Configuration Wizard lets you track a comprehensive set of performance indicators on vSphere in just a few clicks. It automatically discovers hosts and VMs, then sets up checks for critical metrics so you can maintain optimal performance and troubleshoot issues quickly.</p>



<ul class="wp-block-list">
<li><strong>Automatic Discovery:</strong> Scan ESX/ESXi hosts or vCenter Server to detect inventory instantly.</li>



<li><strong>Unified Dashboard:</strong> View hosts and guest VM statuses side by side in Nagios XI’s intuitive interface.</li>



<li><strong>Custom Thresholds:</strong> Apply warning and critical levels tailored to your environment’s needs.</li>



<li><strong>Actionable Alerts:</strong> Receive precise notifications when metrics fall outside healthy ranges.</li>
</ul>



<h2 class="wp-block-heading">Metrics You Can Monitor</h2>



<p>Monitor key VMware metrics for both hosts and guests, including:</p>



<ul class="wp-block-list">
<li><strong>Host CPU &amp; Memory:</strong> Usage (MB/%), highest CPU share, ballooning, and swap rates.</li>



<li><strong>Datastore &amp; Virtual Disk:</strong> Read/write latency, throughput, free space, and IOPS.</li>



<li><strong>Network:</strong> Throughput, packet loss, errors, and dropped packets.</li>



<li><strong>Guest VM Health:</strong> Power state, tools status, CPU ready time, and memory overhead.</li>



<li><strong>Services:</strong> Status (Up/Down) for VMware tools and agents.</li>
</ul>



<p>Select your desired metrics and customize thresholds directly in the wizard to match your service level agreements (SLAs).</p>



<h2 class="wp-block-heading">Getting Started</h2>



<p>1. <strong>Install Prerequisites:</strong> Install the required Python packages on your Nagios XI server using the following commands:</p>



<div class="wp-block-kevinbatdorf-code-block-pro" data-code-block-pro-font-family="Code-Pro-Geist-Mono" style="font-size:.875rem;font-family:Code-Pro-Geist-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.5rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)"><span role="button" tabindex="0" style="color:#D4D4D4;display:none" aria-label="Copy" class="code-block-pro-copy-button"><pre class="code-block-pro-copy-button-pre" aria-hidden="true"><textarea class="code-block-pro-copy-button-textarea" tabindex="-1" aria-hidden="true" readonly>python3 -m pip install --upgrade pip --break-system-packages
python3 -m pip install --upgrade setuptools wheel --break-system-packages
python3 -m pip install --upgrade importlib metadata --break-system-packages
python3 -m pip install --upgrade pyvmomi --break-system-packages</textarea></pre><svg xmlns="http://www.w3.org/2000/svg" style="width:24px;height:24px" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path class="with-check" stroke-linecap="round" stroke-linejoin="round" d="M4.5 12.75l6 6 9-13.5"></path><path class="without-check" stroke-linecap="round" stroke-linejoin="round" d="M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6"></path></svg></span><pre class="shiki dark-plus" style="background-color: #1E1E1E" tabindex="0"><code><span class="line"><span style="color: #D4D4D4">python3 -m pip install --upgrade pip --break-system-packages</span></span>
<span class="line"><span style="color: #D4D4D4">python3 -m pip install --upgrade setuptools wheel --break-system-packages</span></span>
<span class="line"><span style="color: #D4D4D4">python3 -m pip install --upgrade importlib metadata --break-system-packages</span></span>
<span class="line"><span style="color: #D4D4D4">python3 -m pip install --upgrade pyvmomi --break-system-packages</span></span></code></pre></div>



<p>Note: On some distributions, you can install <strong><code>python3-pyvmomi</code></strong> via your package manager.</p>



<p>2. <strong>Launch the Wizard:</strong> Navigate to <strong>Configure → Configuration Wizards → vSphere</strong> in Nagios XI. Enter your ESX/ESXi or vCenter credentials, then on Step&nbsp;2, choose which hosts, VMs, and metrics to monitor.</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="801" height="888" src="https://library.nagios.com/wp-content/uploads/2025/07/Metrics-step-2.png" alt="vSphere Configuration Wizards" class="wp-image-60531" title="How to Monitor vSphere Performance Using Nagios XI’s vSphere Wizard 1" srcset="https://library.nagios.com/wp-content/uploads/2025/07/Metrics-step-2.png 801w, https://library.nagios.com/wp-content/uploads/2025/07/Metrics-step-2-271x300.png 271w, https://library.nagios.com/wp-content/uploads/2025/07/Metrics-step-2-768x851.png 768w" sizes="(max-width: 801px) 100vw, 801px" /><figcaption class="wp-element-caption">vSphere step 2.</figcaption></figure>



<p>3. <strong>Start Monitoring:</strong> Complete the wizard—new services appear automatically, and Nagios XI begins collecting data and alerting based on your thresholds.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="1016" height="587" src="https://library.nagios.com/wp-content/uploads/2025/07/Vsphere-service.png" alt="Monitoring with the vSphere Wizard." class="wp-image-60573" title="How to Monitor vSphere Performance Using Nagios XI’s vSphere Wizard 2" srcset="https://library.nagios.com/wp-content/uploads/2025/07/Vsphere-service.png 1016w, https://library.nagios.com/wp-content/uploads/2025/07/Vsphere-service-300x173.png 300w, https://library.nagios.com/wp-content/uploads/2025/07/Vsphere-service-768x444.png 768w" sizes="(max-width: 1016px) 100vw, 1016px" /><figcaption class="wp-element-caption">vSphere services.</figcaption></figure>



<h2 class="wp-block-heading">Additional Resources</h2>



<ul class="wp-block-list">
<li><strong>Video Tutorial:</strong> <a href="https://youtu.be/q8TMATBSVIY?t=437&amp;si=x_74SifhR6uHu5sf" target="_blank" rel="noreferrer noopener">Install Nagios XI on ESXi/vSphere</a></li>



<li><strong>Documentation:</strong> <a href="https://assets.nagios.com/downloads/nagiosxi/docs/Monitoring-VSphere.pdf" target="_blank" rel="noopener">How To Monitor vSphere In Nagios XI 2024</a></li>



<li><strong>Support:</strong> <a href="https://support.nagios.com/forum/" target="_blank" rel="noopener">Nagios Support Forum</a> | <a href="https://support.nagios.com/kb/" target="_blank" rel="noopener">Knowledge Base</a> | <a href="https://library.nagios.com/" target="_blank" rel="noreferrer noopener">Nagios Library</a></li>
</ul>



<p>Empower your team with instant vSphere monitoring that scales across hosts and VMs. Start using the vSphere Configuration Wizard today to ensure your virtual infrastructure stays responsive and reliable!</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Installing Nagios XI with VMware Workstation Player</title>
		<link>https://library.nagios.com/documentation/installing-nagios-xi-vmware-workstation-player/</link>
		
		<dc:creator><![CDATA[Ethan Galstad]]></dc:creator>
		<pubDate>Wed, 26 Apr 2017 21:05:45 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Setup & Installation]]></category>
		<category><![CDATA[VMware]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?page_id=1193</guid>

					<description><![CDATA[This document outlines the steps required to install Nagios XI within VMware Workstation Player. Installing Nagios XI with VMWare Workstation]]></description>
										<content:encoded><![CDATA[
<p>This document outlines the steps required to install Nagios XI within VMware Workstation Player.</p>



<p><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Installing-Nagios-XI-with-VMware-Workstation-Player.pdf" target="_blank" rel="noreferrer noopener">Installing Nagios XI with VMWare Workstation </a></p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Installing Nagios XI with VMware ESX vSphere</title>
		<link>https://library.nagios.com/documentation/installing-nagios-xi-vmware-esx-vsphere/</link>
		
		<dc:creator><![CDATA[Ethan Galstad]]></dc:creator>
		<pubDate>Wed, 26 Apr 2017 21:02:51 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[VMware]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?page_id=1191</guid>

					<description><![CDATA[This document is intended to outline the steps required to install Nagios XI within VMware ESX vSphere. How to Install Nagios XI with VMware ESXi/vSphere]]></description>
										<content:encoded><![CDATA[
<p>This document is intended to outline the steps required to install Nagios XI within VMware ESX vSphere.</p>



<p><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Installing-Nagios-XI-with-VMware-ESX-vSphere.pdf" target="_blank" rel="noreferrer noopener">How to Install Nagios XI with VMware ESXi/vSphere</a></p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Installing Nagios Network Analyzer with VMware Workstation Player</title>
		<link>https://library.nagios.com/documentation/installing-nagios-network-analyzer-vmware-workstation-player/</link>
		
		<dc:creator><![CDATA[Ethan Galstad]]></dc:creator>
		<pubDate>Wed, 26 Apr 2017 17:05:51 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[VMware]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?page_id=1187</guid>

					<description><![CDATA[This document is intended to outline the steps required to install Nagios Network Analyzer within VMware Workstation Player. Installing-Nagios-Network-Analyzer-with-VMware-Workstation-Player.pdf]]></description>
										<content:encoded><![CDATA[<div>This document is intended to outline the steps required to install Nagios Network Analyzer within VMware Workstation Player.</div>
<p><span id="more-3764"></span></p>
<p><a href="https://assets.nagios.com/downloads/nagios-network-analyzer/docs/Installing-Nagios-Network-Analyzer-with-VMware-Workstation-Player.pdf" target="_blank" rel="noopener noreferrer">Installing-Nagios-Network-Analyzer-with-VMware-Workstation-Player.pdf</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Installing Nagios Log Server with VMware Workstation Player</title>
		<link>https://library.nagios.com/documentation/installing-nagios-log-server-vmware-workstation-player/</link>
		
		<dc:creator><![CDATA[Ethan Galstad]]></dc:creator>
		<pubDate>Wed, 26 Apr 2017 16:47:42 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Setup & Installation]]></category>
		<category><![CDATA[VMware]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?page_id=1183</guid>

					<description><![CDATA[This document is intended to outline the steps required to install Nagios Log Server within VMware Workstation Player. Installing-Nagios-Log-Server-with-VMware-Workstation-Player.pdf]]></description>
										<content:encoded><![CDATA[<div>This document is intended to outline the steps required to install Nagios Log Server within VMware Workstation Player.</div>
<p><span id="more-3762"></span></p>
<p><a href="https://assets.nagios.com/downloads/nagios-log-server/docs/Installing-Nagios-Log-Server-with-VMware-Workstation-Player.pdf" target="_blank" rel="noopener noreferrer">Installing-Nagios-Log-Server-with-VMware-Workstation-Player.pdf</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Installing Nagios Fusion with VMware Workstation Player</title>
		<link>https://library.nagios.com/documentation/installing-nagios-fusion-vmware-workstation-player/</link>
		
		<dc:creator><![CDATA[Ethan Galstad]]></dc:creator>
		<pubDate>Wed, 26 Apr 2017 16:16:00 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Setup & Installation]]></category>
		<category><![CDATA[VMware]]></category>
		<guid isPermaLink="false">https://newlibrary.nagios.com/?post_type=fusion-document&#038;p=2827</guid>

					<description><![CDATA[This document is intended to outline the steps required to install Nagios Fusion within VMware Workstation Player. Installing-Nagios-Fusion-with-VMware-Workstation-Player.pdf]]></description>
										<content:encoded><![CDATA[
<p>This document is intended to outline the steps required to install Nagios Fusion within VMware Workstation Player.</p>



<p><a href="https://assets.nagios.com/downloads/nagiosfusion/docs/Installing-Nagios-Fusion-with-VMware-Workstation-Player.pdf" target="_blank" rel="noreferrer noopener">Installing-Nagios-Fusion-with-VMware-Workstation-Player.pdf</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Nagios Network Analyzer &#8211; Conversion for VirtualBox</title>
		<link>https://library.nagios.com/documentation/nagios-network-analyzer-conversion-virtualbox/</link>
		
		<dc:creator><![CDATA[Ethan Galstad]]></dc:creator>
		<pubDate>Mon, 13 Mar 2017 17:55:20 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[VMware]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?page_id=1161</guid>

					<description><![CDATA[This document is intended to explain how to convert the VMware OVA virtual machine image of Nagios Network Analyzer to VirtualBox. This document is intended for use by Nagios Network Analyzer customers who wish to run Nagios Network Analyzer within VirtualBox rather than VMware. NNA 2026 Network-Analyzer-VMware-To-VirtualBox-Conversion.pdf NNA 2024 Conversion-for-VirtualBox-for-NNA-2024.pdf]]></description>
										<content:encoded><![CDATA[<p>This document is intended to explain how to convert the VMware OVA virtual machine image of Nagios Network Analyzer to VirtualBox.</p>
<div>This document is intended for use by Nagios Network Analyzer customers who wish to run Nagios Network Analyzer within VirtualBox rather than VMware.</div>
<div><strong>NNA 2026</strong></div>
<div></div>
<div><a href="https://assets.nagios.com/downloads/nagios-network-analyzer/docs/Network-Analyzer-VMware-To-VirtualBox-Conversion.pdf" target="_blank" rel="noopener noreferrer">Network-Analyzer-VMware-To-VirtualBox-Conversion.pdf</a></div>
<div></div>
<div><strong>NNA 2024</strong></div>
<div><a href="https://assets.nagios.com/downloads/nagios-network-analyzer/docs/Conversion-for-VirtualBox-for-NNA-2024.pdf" target="_blank" rel="noopener noreferrer">Conversion-for-VirtualBox-for-NNA-2024.pdf</a></div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Nagios Log Server &#8211; Conversion for VirtualBox</title>
		<link>https://library.nagios.com/documentation/nagios-log-server-conversion-virtualbox/</link>
		
		<dc:creator><![CDATA[Ethan Galstad]]></dc:creator>
		<pubDate>Mon, 13 Mar 2017 16:58:26 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[VMware]]></category>
		<guid isPermaLink="false">https://library.nagios.com/?page_id=1156</guid>

					<description><![CDATA[This document is intended to explain how to convert the VMware OVA virtual machine image of Nagios Log Server to VirtualBox. This document is intended for use by Nagios Log Server customers who wish to run Nagios Log Server within VirtualBox rather than VMware. Log-Server-VMware-To-VirtualBox-Conversion.pdf]]></description>
										<content:encoded><![CDATA[<p>This document is intended to explain how to convert the VMware OVA virtual machine image of Nagios Log Server to VirtualBox.</p>
<div>This document is intended for use by Nagios Log Server customers who wish to run Nagios Log Server within VirtualBox rather than VMware.</div>
<div></div>
<div><a href="https://assets.nagios.com/downloads/nagios-log-server/docs/Log-Server-VMware-To-VirtualBox-Conversion.pdf" target="_blank" rel="noopener">Log-Server-VMware-To-VirtualBox-Conversion.pdf</a></div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Nagios Fusion &#8211; Conversion for VirtualBox</title>
		<link>https://library.nagios.com/documentation/nagios-fusion-conversion-virtualbox/</link>
		
		<dc:creator><![CDATA[Ethan Galstad]]></dc:creator>
		<pubDate>Mon, 13 Mar 2017 16:44:00 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[VMware]]></category>
		<guid isPermaLink="false">https://newlibrary.nagios.com/?post_type=fusion-document&#038;p=2856</guid>

					<description><![CDATA[This document is intended to explain how to convert the VMware OVA virtual machine image of Nagios Fusion to VirtualBox. This document is intended for use by Nagios Fusion customers who wish to run Nagios Fusion within VirtualBox rather than VMware. Fusion-VMware-To-VirtualBox-Conversion.pdf Conversion-for-VirtualBox-for-Fusion-2024.pdf]]></description>
										<content:encoded><![CDATA[
<p>This document is intended to explain how to convert the VMware OVA virtual machine image of Nagios Fusion to VirtualBox.</p>



<p>This document is intended for use by Nagios Fusion customers who wish to run Nagios Fusion within VirtualBox rather than VMware.</p>



<p><a href="https://assets.nagios.com/downloads/nagiosfusion/docs/Fusion-VMware-To-VirtualBox-Conversion.pdf" target="_blank" rel="noreferrer noopener">Fusion-VMware-To-VirtualBox-Conversion.pdf</a></p>



<p><a href="https://assets.nagios.com/downloads/nagiosfusion/docs/Conversion-for-VirtualBox-for-Fusion-2024.pdf" target="_blank" rel="noreferrer noopener">Conversion-for-VirtualBox-for-Fusion-2024.pdf</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Monitoring VMware with Nagios XI</title>
		<link>https://library.nagios.com/documentation/monitoring-vmware-with-nagios-xi/</link>
		
		<dc:creator><![CDATA[Ethan Galstad]]></dc:creator>
		<pubDate>Thu, 03 Jun 2010 03:01:09 +0000</pubDate>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[VMware]]></category>
		<guid isPermaLink="false">https://libtest.nagios.com/library/products/nagios-xi/documentation/monitoring-vmware-with-nagios-xi/</guid>

					<description><![CDATA[This document describes how to use Nagios XI to monitor VMware ESX, ESXi, vSphere, and vCenter Server with the VMware monitoring wizard. This document will show you how to set up your Nagios XI system to monitor virtual machines (VMs) deployed on these products. This document is intended for use by Nagios XI administrators who [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>This document describes how to use Nagios XI to monitor VMware ESX, ESXi, vSphere, and vCenter Server with the VMware monitoring wizard. This document will show you how to set up your Nagios XI system to monitor virtual machines (VMs) deployed on these products.</p>



<p>This document is intended for use by Nagios XI administrators who are familiar with VMware&#8217;s virtualization products and know how to install and configure software on Linux servers.</p>



<p><strong>Monitoring VSphere with Nagios XI &#8211; 2024 &amp; 2026</strong></p>



<p><a href="https://assets.nagios.com/downloads/nagiosxi/docs/Monitoring-VSphere.pdf" target="_blank" rel="noreferrer noopener">Monitoring VSphere with XI 2026</a></p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
