<?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>Yellow Bricks &#187; monitoring</title>
	<atom:link href="http://www.yellow-bricks.com/tag/monitoring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yellow-bricks.com</link>
	<description>Building blocks for virtualization...</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:12:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Managing availability through vCenter Alarms</title>
		<link>http://www.yellow-bricks.com/2011/03/03/managing-availability-through-vcenter-alarms/</link>
		<comments>http://www.yellow-bricks.com/2011/03/03/managing-availability-through-vcenter-alarms/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 15:02:56 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Various]]></category>
		<category><![CDATA[4.1]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=7850</guid>
		<description><![CDATA[<p>Last week a customer asked me a question about how to respond to for instance a partial failure in their SAN environment. A while back I had a similar question from one of my other customers so I more or less knew where to look, and I actually already blogged about this over a year ago when I was showing [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2011/03/03/managing-availability-through-vcenter-alarms/">Managing availability through vCenter Alarms</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>Last week a customer asked me a question about how to respond to for instance a partial failure in their SAN environment. A while back I had a similar question from one of my other customers so I more or less knew where to look, and I actually already <a href="http://www.yellow-bricks.com/2009/04/07/alarm-actions-exploring-the-new-version-of-esxvcenter/">blogged</a> about this over a year ago when I was showing some of the new vSphere features. Although this is fairly obvious I hardly ever see people using this and hence the reason I wanted to document one of the obvious things that you can implement&#8230;. Alarms</p>
<p>Alarms can be used to trigger an alert, and that is of course the default behavior of predefined alarms. However you can also create your own alarms and associate an action with it. I am showing the possibilities here and am not saying that this is a best practice, but the following two screenshots show that it is possible to place a host in maintenance mode based on degraded storage redundancy.</p>
<p>First you define the alarm:</p>
<p><img class="colorbox-7850"  src="http://farm6.static.flickr.com/5257/5491609775_827b6791c1_z.jpg" alt="" width="576" height="338" /></p>
<p>And then you define the action:</p>
<p><img class="colorbox-7850"  src="http://farm6.static.flickr.com/5172/5491609789_c0783ac6f0_z.jpg" alt="" width="576" height="338" /></p>
<p>Again, this is action could have a severe impact when a switch fails and I wouldn&#8217;t recommend it, but I wanted to ensure everyone understands the type of combinations that are possible. I would generally recommend to send an SNMP trap or even a notification email&#8230; and I would recommend to at least define the following alarms:</p>
<ul>
<li>Degraded Storage Path Redundancy</li>
<li>Duplicate IP Detected</li>
<li>HA Agent Error</li>
<li>Host connection lost</li>
<li>Host error</li>
<li>Host warning</li>
<li>Host WWN changed</li>
<li>Host WWN conflict</li>
<li>Lost Network Connectivity</li>
<li>Lost Network Redundancy</li>
<li>Lost Storage Connectivity</li>
<li>Lost Storage Path Redundancy</li>
</ul>
<p>Many of these deal with hardware issues and you might already be monitoring for them, if not make sure you monitor them through vCenter and take appropriate action when needed.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2011/03/03/managing-availability-through-vcenter-alarms/">Managing availability through vCenter Alarms</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2011/03/03/managing-availability-through-vcenter-alarms/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Alarm Actions, exploring the new version of ESX/vCenter</title>
		<link>http://www.yellow-bricks.com/2009/04/07/alarm-actions-exploring-the-new-version-of-esxvcenter/</link>
		<comments>http://www.yellow-bricks.com/2009/04/07/alarm-actions-exploring-the-new-version-of-esxvcenter/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 18:36:32 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Management & Automation]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ha]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=2797</guid>
		<description><![CDATA[<p>Eric Sloof(1, 2, 3) already explored the new &#8220;alarms and actions&#8221; capabilities. There&#8217;s one that really stands out in my opinion in the next release of ESX/vCenter(vSphere): Indeed, &#8220;Enter maintenance mode&#8220;. Now you might wonder when you would want to use this. Wouldn&#8217;t it be nice that when your hardware is degraded, for instance memory status changed or hardware power [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/04/07/alarm-actions-exploring-the-new-version-of-esxvcenter/">Alarm Actions, exploring the new version of ESX/vCenter</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>Eric Sloof(<a href="http://www.ntpro.nl/blog/archives/1016-New-Alarm-Actions.html">1</a>, <a href="http://www.ntpro.nl/blog/archives/1014-Acknowledge-Triggered-Alarms.html">2</a>, <a href="http://www.ntpro.nl/blog/archives/1011-New-alarm-definitions-in-the-next-version.html">3</a>) already explored the new &#8220;alarms and actions&#8221; capabilities. There&#8217;s one that really stands out in my opinion in the next release of ESX/vCenter(vSphere):</p>
<p><img class="colorbox-2797"  src="http://farm4.static.flickr.com/3620/3421159159_54504bd7fb.jpg" alt="" /></p>
<p>Indeed, &#8220;<strong>Enter maintenance mode</strong>&#8220;. Now you might wonder when you would want to use this. Wouldn&#8217;t it be nice that when your hardware is degraded, for instance memory status changed or hardware power changed, the host enters maintenance mode. I wouldn&#8217;t want to run virtual machines on a host that has a memory error or runs on only one power supply. Of course this action only applies to the &#8220;host&#8221; objects:</p>
<p><img class="colorbox-2797"  src="http://farm4.static.flickr.com/3360/3421177369_db744e3be8_o.png" alt="" /></p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/04/07/alarm-actions-exploring-the-new-version-of-esxvcenter/">Alarm Actions, exploring the new version of ESX/vCenter</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/04/07/alarm-actions-exploring-the-new-version-of-esxvcenter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New version of the Powershell Healthcheck script released</title>
		<link>http://www.yellow-bricks.com/2009/01/06/new-version-of-the-powershell-healthcheck-script-released/</link>
		<comments>http://www.yellow-bricks.com/2009/01/06/new-version-of-the-powershell-healthcheck-script-released/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 21:26:47 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Management & Automation]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=1448</guid>
		<description><![CDATA[<p>Ivo Beerens just published a new version of his Powershell Healthcheck script. The script will report the following in a nicely formatted html file: VMware ESX server Hardware and version VMware vCenter version Cluster information VMware statistics Active Snapshots CDROMs connected to VMs Floppy drives connected to VMs Datastores Information such as free space RDM information VM information such as [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/01/06/new-version-of-the-powershell-healthcheck-script-released/">New version of the Powershell Healthcheck script released</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>Ivo Beerens just published a new version of his Powershell Healthcheck script. The script will report the following in a nicely formatted html file:</p>
<ul>
<li>VMware ESX server Hardware and version</li>
<li>VMware vCenter version</li>
<li>Cluster information</li>
<li>VMware statistics</li>
<li>Active Snapshots</li>
<li>CDROMs connected to VMs</li>
<li>Floppy drives connected to VMs</li>
<li>Datastores Information such as free space</li>
<li>RDM information</li>
<li>VM information such as VMware tools version,  processor and memory limits</li>
<li>VM’s and there datastore</li>
<li>VMware timesync enabled</li>
<li>Percentage disk space used inside the VM</li>
<li>VC error logs last 5 days</li>
</ul>
<p>Go to <a href="http://www.ivobeerens.nl/?p=256">Ivo&#8217;s website</a> for the download of the script and the source <a href="http://www.ivobeerens.nl/?p=256">blog post</a>. I use this script personally just to keep track of changes and get a quick overview of the current situation of an environment.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/01/06/new-version-of-the-powershell-healthcheck-script-released/">New version of the Powershell Healthcheck script released</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/01/06/new-version-of-the-powershell-healthcheck-script-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VM&#8217;s may unexpectedly reboot when using VMware HA with Virtual Machine Monitoring</title>
		<link>http://www.yellow-bricks.com/2008/12/12/vms-may-unexpectedly-reboot-when-using-vmware-ha-with-virtual-machine-monitoring/</link>
		<comments>http://www.yellow-bricks.com/2008/12/12/vms-may-unexpectedly-reboot-when-using-vmware-ha-with-virtual-machine-monitoring/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 21:40:05 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[ha]]></category>
		<category><![CDATA[monitoring]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=1307</guid>
		<description><![CDATA[<p>This KB article has just been published: Virtual Machines may unexpectedly reboot after a VMotion migration to an ESX 3.5 Update 3 Host OR after a Power On operation on an ESX 3.5 Update 3 Host, when VMware HA feature with Virtual Machine Monitoring is active. There&#8217;s a work around for the problem but I will not be posting them [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/12/12/vms-may-unexpectedly-reboot-when-using-vmware-ha-with-virtual-machine-monitoring/">VM&#8217;s may unexpectedly reboot when using VMware HA with Virtual Machine Monitoring</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>This <a href="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=1007899&amp;sliceId=1&amp;docTypeID=DT_KB_1_1&amp;dialogID=9786130&amp;stateId=1%200%209784944">KB article</a> has just been published:</p>
<blockquote><p>Virtual Machines may unexpectedly reboot after a VMotion migration to an ESX 3.5 Update 3 Host OR after a Power On operation on an ESX 3.5 Update 3 Host, when VMware HA feature with Virtual Machine Monitoring is active.</p></blockquote>
<p>There&#8217;s a work around for the problem but I will not be posting them here cause they might change somewhere in time. Just read the <a href="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=1007899&amp;sliceId=1&amp;docTypeID=DT_KB_1_1&amp;dialogID=9786130&amp;stateId=1%200%209784944">KB article</a> for more info on how to fix this issue.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/12/12/vms-may-unexpectedly-reboot-when-using-vmware-ha-with-virtual-machine-monitoring/">VM&#8217;s may unexpectedly reboot when using VMware HA with Virtual Machine Monitoring</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/12/12/vms-may-unexpectedly-reboot-when-using-vmware-ha-with-virtual-machine-monitoring/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Veeam Management Pack for VMware 4.0</title>
		<link>http://www.yellow-bricks.com/2008/12/09/veeam-management-pack-for-vmware-40/</link>
		<comments>http://www.yellow-bricks.com/2008/12/09/veeam-management-pack-for-vmware-40/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 13:22:09 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Management & Automation]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=1221</guid>
		<description><![CDATA[<p>Veeam just announced 4.0 of the &#8220;Management Pack for VMware&#8221;, also known as NWorks: Version 4.0 includes comprehensive end-to-end monitoring from ESX Cluster, to ESX Host, to Virtual Machine and to Applications inside the VM. The nworks/Veeam MP now provides integration of application and service data with the VI3 topology. This breakthrough functionality enables a fully integrated picture, with end-to-end [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/12/09/veeam-management-pack-for-vmware-40/">Veeam Management Pack for VMware 4.0</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>Veeam just <a href="http://www.veeam.com/vmware-esx-monitoring-ms-operations.html">announced</a> 4.0 of the &#8220;Management Pack for VMware&#8221;, also known as NWorks:</p>
<blockquote><p>Version 4.0 includes comprehensive end-to-end monitoring from ESX Cluster, to ESX Host, to Virtual Machine and to Applications inside the VM. The nworks/Veeam MP now provides integration of application and service data with the VI3 topology. This breakthrough functionality enables a fully integrated picture, with end-to-end monitoring from ESX Servers through to the enterprise applications, such as SQL Server, Active Directory and Microsoft Exchange running inside virtual machines.</p>
<p>Version 4.0 also includes new features such as CIM SMASH hardware sensor status and alerts, graphical representations of data stores, flexible collection intervals, VirtualCenter 2.5 performance counters, and more!</p></blockquote>
<p>The cool thing about this solution is that is doesn&#8217;t rquire agents on ESX or any kind of helper for that matter. Veeam &#8220;Management Pack for VMware&#8221; relies on the VMware API/SDK, which assures that 4.0 is also fully supported for ESXi. The management pack is an add-on for your current SCOM or HP Ops for that matter.</p>
<p><img class="alignnone colorbox-1221" title="nworks" src="http://www.veeam.com/images/mp40.png" alt="" width="550" height="251" /></p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/12/09/veeam-management-pack-for-vmware-40/">Veeam Management Pack for VMware 4.0</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/12/09/veeam-management-pack-for-vmware-40/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

