<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
	<title>Pack Catalog</title>
	<link>http://www.systemcentercentral.com/PackCatalog/tabid/63/rss/1/CategoryId/62/Default.aspx</link>
	<description></description>
	<language>en-us</language>
	<copyright>Copyright 2009 System Center Central All Rights Reserved.</copyright>
	<lastBuildDate>Fri, 12 Mar 2010 12:43:16 GMT</lastBuildDate>
		<item>
			<title><![CDATA[Pack Catalog: Free VMware ESX Monitoring (via vCenter / vSphere) from Quest]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/145/IndexId/60557/Default.aspx]]></link>
			<description><![CDATA[<p>Quest is now offiering their QMX VMware extension is now free for vCenter and vSphere. You do need to install the QMX Base Framework first. Go to the QMX for  Quest page by clicking the Download links to get the QMX Base Framework and QMX VMware extension</p>]]></description>
			<enclosure url="http%3a%2f%2fwww.systemcentercentral.com%2ftabid%2f145%2fIndexId%2f60557%2fDefault.aspx" length="-1" type="text/html"></enclosure>
			<pubDate>Sat, 06 Mar 2010 00:06:13 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/145/IndexId/60557/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Pack Catalog: Free Cisco Catalyst 2950 Series Switch Management Pack from JAXMP]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/145/IndexId/60125/Default.aspx]]></link>
			<description><![CDATA[<p> <span class="Apple-style-span" style="font-family: Helvetica, Arial, FreeSans, sans-serif; color: rgb(51, 51, 51); line-height: 16px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Cisco Catalyst  switch monitoring and management directly from System Center Operations Manager is a reality with the Cisco Catalyst 2950 Series Switch Management Pack.  Monitor all critical components of any Cisco Catalyst 2950 Series switch including Interfaces, Memory, Processor, Fan and Power Supply.
<p style="margin-top: 10px; margin-bottom: 15px; ">Absolutely no CLI or WMI is used to retrieve performance values from the switch.  The Rules and Monitors are Native SCOM implementations and use SNMP to collect all performance and switch health data.  Once the device has been discovered in SCOM, the Management Pack takes over and performs the specific switch discovery.  After discovery, a native SNMP module is used within SCOM to collect values directly from the switch.  You will never configure a login and password to access the switch. You will never have to import MIB files into WMI.  All access performance data collection is through SCOM.</p>
<p style="margin-top: 10px; margin-bottom: 15px; ">Polling interval and thresholds can also be overridden in SCOM to provide a more tailored environment. <strong>Click the Download button</strong> to get it from the source!</p>
<p style="margin-top: 10px; margin-bottom: 15px; "><img alt="" src="http://www.jaxmp.com/images/stories/2950-views.jpg" /></p>
<p style="margin-top: 10px; margin-bottom: 15px; "> </p>
</span></p>]]></description>
			<enclosure url="http%3a%2f%2fwww.systemcentercentral.com%2ftabid%2f145%2fIndexId%2f60125%2fDefault.aspx" length="-1" type="text/html; charset=utf-8"></enclosure>
			<pubDate>Mon, 22 Feb 2010 21:20:06 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/145/IndexId/60125/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Pack Catalog: System.Performance.ConsecutiveSamplesCondition]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/145/IndexId/59910/Default.aspx]]></link>
			<description><![CDATA[<p><span style="font-size: medium"><span><strong>System Performance ConsecutiveSampleCondition Management Pack Sample </strong></span></span></p>
<div style="margin: 0cm 0cm 10pt">This is a simple Management Pack the displays the use of System.Performance.ConsecutiveSamplecCondition module with the use of Microsoft.Windows.TimedScript.PerformanceProvider to create a custom script based counter.</div>
<div style="margin: 0cm 0cm 10pt">A class with the name of TestConsecutiveSamples.Class.Servers was created to contain all windows servers which is populated with a registry based discovery named TestConsecutiveSamples.Discovery.Servers that used the registry key Software\Microsoft to find all objects that have Microsoft software installed. This discovery is targeted to Microsoft.Windows.Server.Computer to discover all servers. This discovery can be changed to suit different environments.</div>
<div style="margin: 0cm 0cm 10pt">A Datasource is then created using the module Microsoft.Windows.TimedScript.PerformanceProvider. A simple script is added to create the custom counter.</div>
<div id="codeSnippetWrapper">
<pre id="codeSnippet" style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; direction: ltr; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; text-align: left; border-bottom-style: none"><span style="color: #0000ff">Const</span> SCRIPT_NAME = <span style="color: #006080">"Treshold.vbs"</span><br /><span style="color: #0000ff">Const</span> EVENTNO_SCRIPT_STARTED = 8801<br /><span style="color: #0000ff">Const</span> EVENTNO_SCRIPT_ENDED = 8899<br /><span style="color: #0000ff">Const</span> EVENTNO_THRESHOLD = 8802<br /><span style="color: #0000ff">Const</span> EVENTNO_SUBMITTING_DATA = 8898<br /> <br /><span style="color: #0000ff">Const</span> EVENT_LEVEL_ERROR = 1<br /><span style="color: #0000ff">Const</span> EVENT_LEVEL_WARNING = 2<br /><span style="color: #0000ff">Const</span> EVENT_LEVEL_INFO = 4<br /> <br /><span style="color: #0000ff">Dim</span> sComputer, IThreshold, bDebug<br /><span style="color: #0000ff">Dim</span> oAPI, objFSO, sMessage, FileCount<br /> <br />sComputer = WScript.Arguments(0)<br />iThreshold = WScript.Arguments(1)<br />bDebug = <span style="color: #0000ff">CBool</span>(WScript.Arguments(2))<br /> <br /><span style="color: #0000ff">Set</span> oAPI = CreateObject(<span style="color: #006080">"MOM.ScriptAPI"</span>)<br /> <br />sMessage = <span style="color: #006080">"Script started with following parameters: "</span> & VbCrLf & _<br />                                                            <span style="color: #006080">"Computer Name: "</span> & sComputer & vbcrlf & _<br />                                                            <span style="color: #006080">"Threshold : "</span> & iThreshold<br /><span style="color: #0000ff">Call</span> LogDebugEvent(EVENTNO_SCRIPT_STARTED,sMessage)<br /> <br /><span style="color: #0000ff">Call</span> LogDebugEvent(EVENTNO_THRESHOLD,SCRIPT_NAME & vbCr & <span style="color: #006080">"Threshold "</span> & iThreshold)<br /><span style="color: #0000ff">Set</span> oBag = oAPI.CreatePropertyBag ()<br /><span style="color: #0000ff">CALL</span> oBag.AddValue(<span style="color: #006080">"Threshold"</span>,iThreshold)<br /> <br /><span style="color: #0000ff">Call</span> oAPI.AddItem(oBag)<br /><span style="color: #0000ff">CALL</span> oAPI.<span style="color: #0000ff">Return</span>(oBag)<br /> <br /><span style="color: #0000ff">Call</span> LogDebugEvent(EVENTNO_SUBMITTING_DATA,<span style="color: #006080">"Submitting Threshold PropertyBag data."</span>)<br /> <br /><span style="color: #0000ff">Call</span> LogDebugEvent(EVENTNO_SCRIPT_ENDED,<span style="color: #006080">"Process Threshold script ended."</span>)<br /> <br /><span style="color: #0000ff">Sub</span> LogDebugEvent(EventNo,Message)<br /> <br />                    Message = VbCrLf & <span style="color: #006080">"Calling MP Element ID: $MPElement$"</span> & vbcrlf & Message<br />                    <span style="color: #0000ff">If</span> bDebug = <span style="color: #0000ff">True</span> <span style="color: #0000ff">Then</span><br />                    <span style="color: #0000ff">Call</span> oAPI.LogScriptEvent(SCRIPT_NAME,EventNo,EVENT_LEVEL_INFO,Message)<br />                    <span style="color: #0000ff">End</span> <span style="color: #0000ff">If</span><br />                   <br /><span style="color: #0000ff">End</span> Sub</pre>
</div>
<div> </div>
<div>This script takes 3 parameters.</div>
<div style="margin: 0cm 0cm 0pt 36pt; text-indent: -18pt"><span>1.<span style="font: 7pt 'Times New Roman'">      </span></span>TargetComputer. This is not used.</div>
<div style="margin: 0cm 0cm 0pt 36pt; text-indent: -18pt"><span>2.<span style="font: 7pt 'Times New Roman'">      </span></span>SetThreshold. This parameter is used to populate a property bag to simulate a a custom Counter.</div>
<div style="margin: 0cm 0cm 0pt 36pt; text-indent: -18pt"><span>3.<span style="font: 7pt 'Times New Roman'">      </span></span>Debug. This is a bool parameter that allows you to switch on debugging so that you can see what the script is doing.</div>
<div>SetThreshold and Debug are both overridable properties.</div>
<div> </div>
<div>The properties of the module are set as following.</div>
<div> </div>
<div>The first 6 properties are standard for most script based modules so I won’t go into these. The next 3 you can give names appropriate to the custom counter you are creating. The last property, Value is the important one. This is the value that is compared to in the ConsecutiveSamplesCondition module. Complete the rest of the Datasource as required.</div>
<div> </div>
<div>I then added a monitor type called TestConsecutiveSamples.MonitorType.ConsecutiveSampleCondition and to this I added to module that I had previously created and set the properties as required. Then I added the module System.Performance.ConsecutiveSamplecCondition. The properties were set as following.</div>
<div> </div>
<div> </div>
<div>Threshold is set to the default threshold that comes from the monitor, Direction is whether the custom counter must be less or greater than the default.</div>
<div> </div>
<div>2 System.ExpressionFilter’s are then added to check the number of samples and according to the number of times overthreshold is detected the state of the object will be set. The rest of the monitor type is set as required.</div>
<div> </div>
<div>A monitor is then created based on the monitor type just created and targeted to the class that was created.</div>
<div> </div>
<div>To test the samples you can then override the SetThreshold property to above or below the threshold property.</div>
<p> </p>]]></description>
			<enclosure url="http%3a%2f%2fwww.systemcentercentral.com%2ftabid%2f145%2fIndexId%2f59910%2fDefault.aspx" length="1301" type="application/zip"></enclosure>
			<pubDate>Wed, 17 Feb 2010 05:00:00 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/145/IndexId/59910/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Pack Catalog: NetApp Management Pack for SCOM 2007 R2]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/145/IndexId/58922/Default.aspx]]></link>
			<description><![CDATA[<p>NetApp Management pack for System Center Operations Manager 2007 R2.</p>
<p>Designed by Oskar Landman.</p>
<p> </p>
<p>The management pack contains the discovery of NetApp components as well as some availability and disk space monitoring all being done by the use of SNMP.</p>
<p>For detailed information on the Management Pack see the series:</p>
<p><a title="SNMP Management Pack example: NetApp Management Pack for System Center Operations Manager 2007 R2 – Part 1" href="http://www.systemcentercentral.com/BlogDetails/tabid/143/IndexId/57726/Default.aspx"><strong><font color="#003f7d">SNMP Management Pack example: NetApp Management Pack for System Center Operations Manager 2007 R2 – Part 1</font></strong></a></p>
<p><a title="SNMP Management Pack Example: NetApp Management Pack for SCOM 2007 R2 part 2" href="http://www.systemcentercentral.com/BlogDetails/tabid/143/IndexId/58049/Default.aspx"><strong><font color="#003f7d">SNMP Management Pack Example: NetApp Management Pack for SCOM 2007 R2 part 2</font></strong></a></p>
<p><a title="SNMP Management Pack Example: NetApp Management Pack for SCOM 2007 R2 part 3" href="http://www.systemcentercentral.com/BlogDetails/tabid/143/IndexId/58417/Default.aspx"><strong><font color="#003f7d">SNMP Management Pack Example: NetApp Management Pack for SCOM 2007 R2 part 3</font></strong></a></p>
<p><a title="SNMP Management Pack Example: NetApp Management Pack for SCOM 2007 R2 part 4" href="http://www.systemcentercentral.com/BlogDetails/tabid/143/IndexId/58919/Default.aspx"><strong><font color="#003f7d">SNMP Management Pack Example: NetApp Management Pack for SCOM 2007 R2 part 4</font></strong></a></p>
<p><em><span style="font-size: smaller">I have tested the MP in different areas and as soon as the filers are getting bigger the more probes are being send and the heavier the workload is going to be on both sides! Although the MP is more tuned then described in this series always be careful when importing management packs in you environments especially when it is production. If available always use a test environment to be sure you understand the management pack and it’s impact! Closely monitor your environment before, during and after to be sure no problems arise. </span></em></p>
<p>Regards,<br />
Oskar Landman</p>
<p> </p>
<p>(the Download includes both a sealed and unsealed version)</p>]]></description>
			<enclosure url="http%3a%2f%2fwww.systemcentercentral.com%2ftabid%2f145%2fIndexId%2f58922%2fDefault.aspx" length="1301" type="application/zip"></enclosure>
			<pubDate>Wed, 27 Jan 2010 20:33:02 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/145/IndexId/58922/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Pack Catalog: xSNMP Management Packs – Beta Version 1.0.8 Release]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/145/IndexId/58870/Default.aspx]]></link>
			<description><![CDATA[<p>By Kris Bash, The latest beta of the xSNMP packs are available for download. The included documentation covers recommendations for deployment and configuration as well as the details of the management packs.  Additional information about performance considerations in large SNMP monitoring environments can be found in this <a style="text-decoration: underline; color: rgb(16, 92, 182); " href="http://operatingquadrant.com/2009/12/14/scalability-and-performance-design-and-testing-in-the-xsnmp-management-packs/">previous post</a>.   At present, the following management packs are included in this suite, and more are currently in the works.</p>
<ul>
    <li><strong>xSNMP Management Pack</strong> – Implements filtered discovery and monitoring of SNMP devices and interfaces that support the standard RFC1213 MIB, IF-MIB, and EtherLike-MIB.  This management pack is the core of the xSNMP Suite and contains public datasources that are utilized in the other optional management packs.</li>
    <li><strong>xSNMP Overrides Management Pack</strong> – This unsealed management pack can be used as a container for overrides, but also provides preconfigured groups and overrides for easily controlling interface monitoring through groups of network interfaces.</li>
    <li><strong>xSNMP APC Managment Pack</strong> – Implements monitoring for APC Rackmount PDU, UPS, Automatic Transfer Switch, and Environmental Monitor devices.</li>
    <li><strong>xSNMP Brocade Management Pack</strong> – Implements chassis monitoring for Brocade Fibre-Channel switch devices (Fibre-Channel ports are monitored as network interfaces with the xSNMP MP).</li>
    <li><strong>xSNMP Check Point Secure Platform Management Pack</strong> – Implements module health and firewall HA failover monitoring for Check Point Secure Platform firewall devices.</li>
    <li><strong>xSNMP Cisco Management Pack</strong> – Implements additional monitoring for Cisco devices, primarily including chassis hardware moniotring for devices that support the EnvMon MIB, Entity-MIB, or Cisco-Stack MIB.</li>
    <li><strong>xSNMP Data Domain Management Pack</strong> – Implements monitoring for the performance, hardware status, and replication status of Data Domain Restorer storage appliances.</li>
    <li><strong>xSNMP HP ProCurve Management Pack</strong> – Implements component health monitoring for HP ProCurve switches and wireless access points.</li>
    <li><strong>xSNMP HP Proliant Management Pack</strong> – Implements hardware health monitoring for SNMP-enabled HP servers that support the Proliant Insight Management Agents.</li>
    <li><strong>xSNMP Net-SNMP Management Pack</strong>  – Implements operating system monitoring for Net-SNMP agent devices, such as UNIX/Linux servers through the UCD and Host-Resources MIBs. </li>
    <li><strong>xSNMP Syslog Management Pack</strong> – Provides  warning and critical alert generating rules that can be enabled and filtered with overrides to alert on incoming syslog messages from discovered SNMP devices.</li>
</ul>]]></description>
			<enclosure url="http%3a%2f%2fwww.systemcentercentral.com%2ftabid%2f145%2fIndexId%2f58870%2fDefault.aspx" length="-1" type="text/html; charset=UTF-8"></enclosure>
			<pubDate>Tue, 26 Jan 2010 12:59:57 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/145/IndexId/58870/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Pack Catalog: OpsMgr Script Failure Troubleshooting MP]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/145/IndexId/54476/Default.aspx]]></link>
			<description><![CDATA[<p><span class="Apple-style-span" style="color: rgb(0, 63, 125); font-family: Tahoma, Arial, Helvetica; white-space: pre-wrap; -webkit-border-horizontal-spacing: 3px; -webkit-border-vertical-spacing: 3px; ">from Cameron Fuller, this simple MP contains views and rules to help identify and troubleshoot failing scripts in Ops Mgr 2007. Most notably, the "Script or Executable Failed to Run" errors  commonly seen with discovery and monitoring scripts.</span></p>]]></description>
			<enclosure url="http%3a%2f%2fwww.systemcentercentral.com%2ftabid%2f145%2fIndexId%2f54476%2fDefault.aspx" length="0" type="application/zip"></enclosure>
			<pubDate>Thu, 26 Nov 2009 04:53:20 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/145/IndexId/54476/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Pack Catalog: Coffee Management Pack]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/44767/Default.aspx]]></link>
			<description><![CDATA[<p>This management packs can be used to keep track of the level of coffee in left in the pot.</p>
<p>With this management pack, you will never run dry of, what we all know, is the most important part of a productive environment!</p>
<p>This is mostly made as a proof of concept, as this technique can be transferred to other monitor types. It could be expanded with other types of sensors, like a weight to check the level of coffee instead of a camera, or a thermometer to check the temperature of the coffee.</p>
<p>This is the very first version. It has been tested in test environments.</p>
<p>By default, it will trigger a warning when under 50% is left, and a Critical Alert when under 20% is left.</p>]]></description>
			<enclosure url="http%3a%2f%2fwww.systemcentercentral.com%2fPackCatalog%2fPackCatalogDetails%2ftabid%2f145%2fIndexID%2f44767%2fDefault.aspx" length="-1" type="text/html; charset=UTF-8"></enclosure>
			<pubDate>Thu, 22 Oct 2009 18:58:34 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/44767/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Pack Catalog: Dynamic Distributed Application Model Sample MP]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/41894/Default.aspx]]></link>
			<description><![CDATA[<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 10px 10px 0px; border-right-width: 0px" height="132" width="100" align="left" border="0" alt="" src="http://www.systemcentercentral.com/DesktopModules/VivoProfileSearch/ImageHandler.ashx?width=190&height=190&portalId=0&mediaId=15&q=1" /></p>
<p>From Raphael Burri, this nicely commented sample management pack demonstrates how to construct complex formulas for dynamically populated Distributed Application Model component groups in OpsMgr 2007. In Raphael's example, the population formula for the component group in the sample DAD model checks to make sure that the objects included in the component group are also a member of a group.</p>
<p><em>This was actually based on a user question in the SCC MP Development Forum. You can follow the discussion that lead to creation of this demo MP. To read the discussion click the link below</em></p>
<p><a href="http://www.systemcentercentral.com/tabid/60/indexId/36542/tag/Forums+MP_Development/Default.aspx"><strong>XML Help: Dist App Model with Dynamic Group with multiple membership criteria</strong></a></p>
<p>To download the MP, click the Download button to the right.</p>]]></description>
			<enclosure url="http%3a%2f%2fwww.systemcentercentral.com%2fPackCatalog%2fPackCatalogDetails%2ftabid%2f145%2fIndexID%2f41894%2fDefault.aspx" length="0" type="application/xml"></enclosure>
			<pubDate>Wed, 14 Oct 2009 05:32:45 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/41894/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Pack Catalog: Powershell Task in R2 Console Sample MP ]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/41730/Default.aspx]]></link>
			<description><![CDATA[<p><img style="display: inline; margin: 0px 10px 10px 0px" height="139" width="100" align="left" alt="" src="http://www.systemcentercentral.com/DesktopModules/VivoProfileSearch/ImageHandler.ashx?width=190&height=190&portalId=0&mediaId=291&q=1" /></p>
<p> </p>
<p>Says Stefan: "I am not exactly a certified-OpsMgr-under-the-hood-specialist – I had the honor to be part of a workshop where Brian Wren (<a title="http://blogs.technet.com/brianwren/" style="text-decoration: none; color: rgb(0, 63, 125); " href="http://blogs.technet.com/brianwren/">http://blogs.technet.com/brianwren/</a>) revealed some OpsMgr secrets. So this post is for one part storing my gained knowledge in the Interwebz so that Google can index it and I can find it again, another part of course is to give something back to the community. So if you have suggestions for improvements or any questions, go ahead and comment on this post."</p>
<p> </p>
<p>Download is attached to the tutorial. Click Download to be redirected to Stefan's tutorial and sample download</p>
<p> Well done Stefan! </p>]]></description>
			<enclosure url="http%3a%2f%2fwww.systemcentercentral.com%2fPackCatalog%2fPackCatalogDetails%2ftabid%2f145%2fIndexID%2f41730%2fDefault.aspx" length="131802" type="text/html; charset=utf-8"></enclosure>
			<pubDate>Tue, 13 Oct 2009 18:34:07 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/41730/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Pack Catalog: Covestic PowerShell Tools Management Pack]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/36124/Default.aspx]]></link>
			<description><![CDATA[<p>The Covestic PowerShell Tools Management Pack is useful for Systems Administrators or Support Engineers who wish to execute PowerShell tasks from the Operations Manager console. The included discoveries detect servers with PowerShell installed and using the included configuration task, a user can set the PowerShell execution policy. At a glance, you can view the servers using PowerShell and the installed version. </p>
<div style="margin: 0in 0in 10pt">For servers running PowerShell, the Covestic PowerShell Tools management pack can discover the version of Microsoft PowerShell (version 1.x and 2.x). This MP provides discovery, performance collection rules and sample tasks for you to build your own PowerShell enhancements upon. </div>
<div style="margin: 0in 0in 10pt">To download, click the Download button at right and register on MP homepage.</div>]]></description>
			<enclosure url="http%3a%2f%2fwww.systemcentercentral.com%2fPackCatalog%2fPackCatalogDetails%2ftabid%2f145%2fIndexID%2f36124%2fDefault.aspx" length="14425" type="text/html"></enclosure>
			<pubDate>Mon, 28 Sep 2009 04:00:00 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/36124/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Pack Catalog: Advanced Cisco Monitoring MP]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/33188/Default.aspx]]></link>
			<description><![CDATA[<p><span style="font-size: small; "><span style="color: rgb(0, 0, 0); "><span class="Apple-style-span" style="font-family: Tahoma, Arial, Helvetica; white-space: pre-wrap; -webkit-border-horizontal-spacing: 3px; -webkit-border-vertical-spacing: 3px; ">by Kris Bash, this MP provides advanced Cisco device monitoring functionality in a free management pack for Operations Manager 2007 R2. The pack includes an extensive set of rules , monitors and views listed below. </span></span></span></p>
<p><em><span style="font-size: small; "><span style="color: rgb(0, 0, 0); ">Click the Download button at right to visit Kris homepage for the MP.</span></span></em></p>
<p> </p>
<p><em>
<p> </p>
</em><font class="Apple-style-span">
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="font-size: small; ">More complete documentation of the management pack can be found in the zip file, but the management pack elements are as follows:</span></p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="font-size: small; ">Classes</span></p>
<ul>
    <li><span style="font-size: small; ">Cisco Device</span></li>
    <li><span style="font-size: small; ">Cisco Interface</span></li>
    <li><span style="font-size: small; ">Cisco Power Supply</span></li>
    <li><span style="font-size: small; ">Cisco Fan</span></li>
    <li><span style="font-size: small; ">Cisco Temperature Sensor</span></li>
    <li><span style="font-size: small; ">Cisco Memory Pool</span></li>
</ul>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="font-size: small; ">Groups</span></p>
<ul>
    <li><span style="font-size: small; ">Cisco Devices</span></li>
    <li><span style="font-size: small; ">Cisco Ethernet Interfaces</span></li>
    <li><span style="font-size: small; ">Cisco Serial Interfaces</span></li>
</ul>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="font-size: small; ">Monitors</span></p>
<ul>
    <li><span style="font-size: small; ">Cisco Device Default GW Changed Monitor: <br />
    Monitor that detects and alerts on changes to the device’s default gateway, as defined in the IP route table.</span></li>
    <li><span style="font-size: small; ">Cisco Device CPU Utilization Monitor: <br />
    Monitor that generates an alert on high CPU utilization.</span></li>
    <li><span style="font-size: small; ">Cisco Interface Status Monitor: <br />
    Monitor that generates an alert when the OperStatus for the interface is not up.  Alert is only generated when AdminStatus is up. </span></li>
    <li><span style="font-size: small; ">Cisco Serial Interface Flapping Monitor: <br />
    Monitor that generates an alert when the ifResets counter for the interface increases by more than 2 in a polling cycle. </span></li>
    <li><span style="font-size: small; ">Cisco Interface Collisions Monitor: <br />
    Monitor that generates an alert when the collisions reported on an interface increase by more than 25 in a polling cycle. </span></li>
    <li><span style="font-size: small; ">Cisco Interface Utilization Monitor: <br />
    Monitor that generates an alert when the percentage of inbound or outbound utilization is above 85.</span></li>
    <li><span style="font-size: small; ">Cisco Power Supply Status: <br />
    Monitor that generates an alert when the power supply status is not ok.</span></li>
    <li><span style="font-size: small; ">Cisco Fan Status Monitor: <br />
    Monitor that generates an alert when the fan status is not ok. </span></li>
    <li><span style="font-size: small; ">Cisco Temperature Sensor Status Monitor: <br />
    Monitor that generates an alert when the temperature sensor status is not ok.</span></li>
    <li><span style="font-size: small; ">Cisco Memory Pool Utilization Monitor: <br />
    Monitor that generates an alert when the utilization of the memory pool is greater than 90 percent.</span></li>
</ul>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="font-size: small; ">Rules</span></p>
<ul>
    <li><span style="font-size: small; ">Collect Cisco CPU Utilization 5min:<br />
    Rule that collects the average CPU load over the past five minutes for performance reporting</span></li>
    <li><span style="font-size: small; ">Alert on Cisco Device Rebooted:<br />
    Rule that generates an alert when the SysUptime is less than 10 minutes, indicating a reboot</span></li>
    <li><span style="font-size: small; ">Collect Interface In Utilization:<br />
    Rule that collects the percentage of inbound interface utilization for performance reporting, calculated from the change in ifInOctets in the past polling cycle and divided by the interface speed.</span></li>
    <li><span style="font-size: small; ">Collect Interface Out Utilization:<br />
    Rule that collects the percentage of outbound interface utilization for performance reporting, calculated from the change in ifOutOctets in the past polling cycle and divided by the interface speed.</span></li>
    <li><span style="font-size: small; ">Collect Cisco Interface Collisions:<br />
    Rule that collects the number of collisions recorded for the interface in the last polling cycle for performance reporting.</span></li>
    <li><span style="font-size: small; ">Collect Cisco Memory Pool Utilization:<br />
    Rule that collects the percentage of memory pool utilization determined from the free and available bytes counters, for performance reporting</span></li>
    <li><span style="font-size: small; ">Collect Cisco Temperature Sensor Data:<br />
    Rule that collects the reported temperature value of a temperature sensor for performance reporting. </span></li>
</ul>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span style="font-size: small; ">Views</span></p>
<ul>
    <li><span style="font-size: small; ">Cisco Device Alerts:  Alerts view</span></li>
    <li><span style="font-size: small; ">Cisco Device Performance:  Performance view</span></li>
    <li><span style="font-size: small; ">Cisco Devices: State view</span></li>
    <li><span style="font-size: small; ">Cisco Fans:  State view</span></li>
    <li><span style="font-size: small; ">Cisco Interfaces:  State view</span></li>
    <li><span style="font-size: small; ">Cisco Memory Pools:  State view</span></li>
    <li><span style="font-size: small; ">Cisco Power Supplies:  State view</span></li>
    <li><span style="font-size: small; ">Cisco Temperature Sensors:  State view</span></li>
</ul>
</font></p>
<p> </p>
<p><span class="Apple-style-span" style="font-family: Arial, Helvetica, Georgia, sans-serif; color: rgb(51, 51, 51); line-height: 18px; ">
<p> </p>
</span></p>
<p> </p>]]></description>
			<enclosure url="http%3a%2f%2fwww.systemcentercentral.com%2fPackCatalog%2fPackCatalogDetails%2ftabid%2f145%2fIndexID%2f33188%2fDefault.aspx" length="-1" type="text/html; charset=UTF-8"></enclosure>
			<pubDate>Sat, 19 Sep 2009 02:52:36 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/33188/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Pack Catalog: PKI Certificate Verification MP]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexId/24860/Default.aspx]]></link>
			<description><![CDATA[<p><strong>Update March 5, 2010</strong>  - <u>Version 1.0.0.270 now available for download</u>. <em>(more than 400 downloads of previous version).</em></p>
<p><span style="font-size: small"><strong>PKI Certificates</strong> serve to protect web sites by enabling SSL, secure cross-server communication and see many other uses.<br />
</span><br />
<span style="font-size: small">The <strong>PKI Certificate Verification MP</strong> discovers <strong>PKI Certificates</strong> and <strong>Certificate Revocation Lists</strong> inside computers' local certificate stores. It helps preventing service interruptions caused by invalid certificates by alerting when: </span></p>
<p><span style="font-size: small">- a certificate’s lifetime is about to expire<br />
 - a certificate’s lifetime has ended<br />
 - a certificate has become invalid because of a different reason<br />
 - a CRL has not been updated in a timely manner<br />
<br />
The MP conatins a full set of inventory reports to help you audit certificates. The included guide contains detailed instructions on how to configure the MP. Click the <strong><span style="color: #0000ff">Download button</span></strong> at right to download the management pack.</span><span style="font-size: small"><br />
<br />
The PKI Certificate Verification MP was a jointly developed by Raphael Burri, Pete Zerger and Jaime Correia, specifically for release on the SystemCenterCentral.com site. </span><span style="font-size: small">Look out for a multi part article series on MP authoring using the Authoring Console by the same authors. The series uses the PKI Certificate Verification MP as a sample to explain the concepts and procedures of writing a Management Pack. Part 1 is available on the site at the link below</span></p>
<p><span style="font-size: small"><a target="_blank" href="http://www.systemcentercentral.com/Details/tabid/147/IndexID/24878/Default.aspx">MP Creation Zen: Part 1 - Concepts and Application Modeling</a></span></p>]]></description>
			<enclosure url="http%3a%2f%2fwww.systemcentercentral.com%2fPackCatalog%2fPackCatalogDetails%2ftabid%2f145%2fIndexId%2f24860%2fDefault.aspx" length="1301" type="application/zip"></enclosure>
			<pubDate>Mon, 31 Aug 2009 04:00:00 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexId/24860/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Pack Catalog: Agent Availability (Grays not in MM)]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/23800/Default.aspx]]></link>
			<description><![CDATA[<p>This is a simple MP with a single monitor that is targeted against the RMS and runs a query to check for Gray Agents that are not in MM.<br />
<br />
The alert identifies the specific agents.<br />
<br />
Readme is included with the zip download.<br />
<br />
All comments welcome, please post below.</p>]]></description>
			<enclosure url="http%3a%2f%2fwww.systemcentercentral.com%2fPackCatalog%2fPackCatalogDetails%2ftabid%2f145%2fIndexID%2f23800%2fDefault.aspx" length="0" type="application/zip"></enclosure>
			<pubDate>Wed, 12 Aug 2009 02:27:15 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/23800/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Pack Catalog: Updated ReSearch This MP for SCC]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexId/21716/Default.aspx]]></link>
			<description><![CDATA[<p>Updated version of the ReSearch This MP by Cameron Fuller to perform searches on the SystemCenteCentral website.</p>]]></description>
			<enclosure url="http%3a%2f%2fwww.systemcentercentral.com%2fPackCatalog%2fPackCatalogDetails%2ftabid%2f145%2fIndexId%2f21716%2fDefault.aspx" length="1301" type="application/zip"></enclosure>
			<pubDate>Fri, 31 Jul 2009 19:05:43 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexId/21716/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Pack Catalog: Script Cook Down Sample MP ]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/21668/Default.aspx]]></link>
			<description><![CDATA[<p><span class="Apple-style-span" style="color: rgb(0, 63, 125); font-family: Tahoma; white-space: pre-wrap; -webkit-border-horizontal-spacing: 3px; -webkit-border-vertical-spacing: 3px; ">This is the sample MP Raphael Burri and Pete Zerger created in their OpsMgr custom workflow "cook down" presentation at the July 2009 meeting of the System Center Virtual User Group. Great way to get your hands on a simple illustration of the cook down process.</span></p>
<p><span class="Apple-style-span" style="color: rgb(0, 63, 125); font-family: Tahoma; white-space: pre-wrap; -webkit-border-horizontal-spacing: 3px; -webkit-border-vertical-spacing: 3px; ">The script data source collects data in a single run that is used to facilitate a 2-state monitor and performance collection.  <em><strong>Meeting audio/video at:  </strong></em><a target="_blank" href="http://www.systemcentercentral.com/Details/tabid/147/IndexID/21509/Default.aspx">http://www.systemcentercentral.com/Details/tabid/147/IndexID/21509/Default.aspx</a></span></p>]]></description>
			<enclosure url="http%3a%2f%2fwww.systemcentercentral.com%2fPackCatalog%2fPackCatalogDetails%2ftabid%2f145%2fIndexID%2f21668%2fDefault.aspx" length="0" type="application/zip"></enclosure>
			<pubDate>Thu, 30 Jul 2009 19:46:33 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/21668/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Pack Catalog: Windows Activation License Check]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/20935/Default.aspx]]></link>
			<description><![CDATA[<p>Sample MP with three monitors that appear under Windows Computer / Configuration to show the status of windows from an activation perspective.</p>]]></description>
			<enclosure url="http%3a%2f%2fwww.systemcentercentral.com%2fPackCatalog%2fPackCatalogDetails%2ftabid%2f145%2fIndexID%2f20935%2fDefault.aspx" length="198396" type="application/zip"></enclosure>
			<pubDate>Fri, 17 Jul 2009 04:00:00 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/20935/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Pack Catalog: HP EVA Performance]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/20560/Default.aspx]]></link>
			<description><![CDATA[<p>Alain Côté (scug.be) has written his own HP EVA management pack!  This Management pack will monitor the performance of an HP EVA, the official HP Storage MP only does alerting. This Management pack is based on the evaperf.exe command and has several collection rules, diagnostic task and one monitor for the latency.</p>
<p>The management pack assumes evaperf.exe is in C:\Program Files\Hewlett-Packard\EVA Performance Monitor and is configured properly.</p>]]></description>
			<enclosure url="http%3a%2f%2fwww.systemcentercentral.com%2fPackCatalog%2fPackCatalogDetails%2ftabid%2f145%2fIndexID%2f20560%2fDefault.aspx" length="22074" type="text/html; charset=utf-8"></enclosure>
			<pubDate>Sat, 04 Jul 2009 01:14:12 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/20560/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Pack Catalog: Read SQL Table Sample MP]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/19773/Default.aspx]]></link>
			<description><![CDATA[<p>from Mike Eisenstein, this MP illustrates how to read data from a SQL table when working with an application that logs to SQL instead of a text-based or other traditional log</p>]]></description>
			<enclosure url="http%3a%2f%2fwww.systemcentercentral.com%2fPackCatalog%2fPackCatalogDetails%2ftabid%2f145%2fIndexID%2f19773%2fDefault.aspx" length="88664" type="text/html; charset=utf-8"></enclosure>
			<pubDate>Thu, 18 Jun 2009 06:28:04 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/19773/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Pack Catalog: Windows Media Services (Server 2003 and 2008)]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/19338/Default.aspx]]></link>
			<description><![CDATA[<ul>
    <li>Discovery: Windows Media Services Computer Roles and Publishing Points</li>
    <li>Compatibility: Windows Server 2003 and Windows Server 2008</li>
    <li>Rules and Monitors: Availability and Performance related</li>
    <li>Tasks and Recoveries</li>
    <li>Reports</li>
</ul>]]></description>
			<enclosure url="http%3a%2f%2fwww.systemcentercentral.com%2fPackCatalog%2fPackCatalogDetails%2ftabid%2f145%2fIndexID%2f19338%2fDefault.aspx" length="1" type="text/html; charset=UTF-8"></enclosure>
			<pubDate>Tue, 05 May 2009 04:00:00 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/19338/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Pack Catalog: Missing Updates MP for Essentials 2007 (SCE)]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/19088/Default.aspx]]></link>
			<description><![CDATA[<p> If you have been working with System Center Essentials, you know that there is no report/view to see updates needed but not approved. The Missing Updates MP adds a report in the Reporting space of the SCE Console to provide a list of missing updates for SCE agent-managed computers.</p>
<p>The MP adds a top level folder called "MIssing Updates".</p>
<p>http://advisec.wordpress.com/2009/05/25/ever-wanted-to-have-a-report-to-get-a-list-of-updates-that-are-not-approved-missing-updates-mp-is-now-available-to-download/</p>]]></description>
			<pubDate>Mon, 25 May 2009 15:44:56 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/PackCatalog/PackCatalogDetails/tabid/145/IndexID/19088/Default.aspx</guid>
		</item>
	</channel>
</rss>
