Perf Collection: SMS Server Availability - Failed Requests (SMS Management Point)

Microsoft.SystemCenter2012.ConfigurationManager.MPFailedRequests (Rule)

This rule collects the number of requests to management point that have failed.

Knowledge Base article:

Summary

This rule collects the number of requests to management point that have failed.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.ManagementPoint
CategoryPerformanceCollection
EnabledFalse
Instance NameSMS Server Availability
Counter NameFailed Requests
Frequency900
Alert GenerateFalse
RemotableTrue
CommentSIV:SD0019

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.OptimizedDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter2012.ConfigurationManager.MPFailedRequests" Comment="SIV:SD0019" Enabled="false" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.ManagementPoint" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Failed Requests</CounterName>
<ObjectName>SMS Server Availability</ObjectName>
<InstanceName>SMS Management Point</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Tolerance>5</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>10</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>