<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Extending Discovery Of Java Applications in SCOM 2012</title><link>http://blogs.technet.com/b/random_happy_dev_thoughts/archive/2013/01/24/extending-discovery-of-java-applications-in-scom-2012.aspx</link><description>The solution to monitoring JEE Application Servers and Applications in SCOM 2012 is a good starting point, but sometimes you may want to do more. The good news is that the structure of theses MPs are extendable and this blog post will detail how to do</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Extending Discovery Of Java Applications in SCOM 2012</title><link>http://blogs.technet.com/b/random_happy_dev_thoughts/archive/2013/01/24/extending-discovery-of-java-applications-in-scom-2012.aspx#3554370</link><pubDate>Fri, 22 Feb 2013 09:17:25 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3554370</guid><dc:creator>David Biot</dc:creator><description>&lt;p&gt;It works perfectly. Thanks!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3554370" width="1" height="1"&gt;</description></item><item><title>re: Extending Discovery Of Java Applications in SCOM 2012</title><link>http://blogs.technet.com/b/random_happy_dev_thoughts/archive/2013/01/24/extending-discovery-of-java-applications-in-scom-2012.aspx#3551085</link><pubDate>Thu, 07 Feb 2013 18:51:36 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3551085</guid><dc:creator>Christopher Crammond</dc:creator><description>&lt;p&gt;Yes it is.&lt;/p&gt;
&lt;p&gt;The datasource module type written uses regular expressions to match the application name.&lt;/p&gt;
&lt;p&gt;So try changing&lt;/p&gt;
&lt;p&gt;&amp;lt;TargetApplicationName&amp;gt;CustomOrderService&amp;lt;/TargetApplicationName&amp;gt;&lt;/p&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;p&gt;&amp;lt;TargetApplicationName&amp;gt;CustomOrderService.*&amp;lt;/TargetApplicationName&amp;gt;&lt;/p&gt;
&lt;p&gt;See below for the relevant module section.&lt;/p&gt;
&lt;p&gt;(Excuse the formatting)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;DataSourceModuleType ID=&amp;quot;Contoso.JEE.SampleApplication.Discovery.DataSource&amp;quot; Accessibility=&amp;quot;Public&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Configuration&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;IncludeSchemaTypes&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;SchemaType&amp;gt;System!System.ExpressionEvaluatorSchema&amp;lt;/SchemaType&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/IncludeSchemaTypes&amp;gt;&lt;/p&gt;
&lt;p&gt; ....&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xsd:element name=&amp;quot;TargetApplicationName&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; ....&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/Configuration&amp;gt;&lt;/p&gt;
&lt;p&gt; ....&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Composite&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;MemberModules&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;DataSource TypeID=&amp;quot;Contoso.SpecializedClass.Discovery.DataSource&amp;quot; ID=&amp;quot;Specializer&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ClassId&amp;gt;$Config/ClassId$&amp;lt;/ClassId&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;IntervalSeconds&amp;gt;$Config/IntervalSeconds$&amp;lt;/IntervalSeconds&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Expression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;RegExExpression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ValueExpression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Value&amp;gt;$Config/ApplicationName$&amp;lt;/Value&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/ValueExpression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Operator&amp;gt;MatchesRegularExpression&amp;lt;/Operator&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Pattern&amp;gt;$Config/TargetApplicationName$&amp;lt;/Pattern&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/RegExExpression&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Expression&amp;gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3551085" width="1" height="1"&gt;</description></item><item><title>re: Extending Discovery Of Java Applications in SCOM 2012</title><link>http://blogs.technet.com/b/random_happy_dev_thoughts/archive/2013/01/24/extending-discovery-of-java-applications-in-scom-2012.aspx#3551036</link><pubDate>Thu, 07 Feb 2013 12:46:48 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3551036</guid><dc:creator>David Biot</dc:creator><description>&lt;p&gt;I see the TargetApplicationName is hardcoded. Unfortunately, our developers put the version-name in their application name.&lt;/p&gt;
&lt;p&gt;As I do not want my monitoring to stop when they release a new version, is it possible to put a wildcard here?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3551036" width="1" height="1"&gt;</description></item></channel></rss>