Microsoft.IntelligencePacks.AdvisorMonitoring.CollectModuleExceptions (Rule)

Element properties:

TargetMicrosoft.SystemCenter.CollectionManagementServer
CategoryCustom
EnabledTrue
Event_ID55006
Event SourceAdvisor
Alert GenerateFalse
RemotableFalse
Event LogOperations Manager

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
CD ConditionDetection Microsoft.EnterpriseManagement.Advisor.DiagnosticsMapper Default
WA WriteAction Microsoft.SystemCenter.DiagnosticsInformationDataWriteAction Default

Source Code:

<Rule ID="Microsoft.IntelligencePacks.AdvisorMonitoring.CollectModuleExceptions" Target="SystemCenter!Microsoft.SystemCenter.CollectionManagementServer" Enabled="true" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">55006</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Advisor</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>ContainsSubstring</Operator>
<Pattern>Authenticode validation failed</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<ConditionDetection ID="CD" TypeID="Monitoring!Microsoft.EnterpriseManagement.Advisor.DiagnosticsMapper">
<PropertyMappings>
<PropertyMapping>
<PropertyName>LoggingComputer</PropertyName>
<XPath>LoggingComputer</XPath>
<HashValue>true</HashValue>
</PropertyMapping>
<PropertyMapping>
<PropertyName>EventDisplayNumber</PropertyName>
<XPath>EventDisplayNumber</XPath>
<HashValue>false</HashValue>
</PropertyMapping>
<PropertyMapping>
<PropertyName>Message</PropertyName>
<XPath>Params/Param[1]</XPath>
<HashValue>false</HashValue>
</PropertyMapping>
</PropertyMappings>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WA" TypeID="Types!Microsoft.SystemCenter.DiagnosticsInformationDataWriteAction"/>
</WriteActions>
</Rule>