Performance Collection Rule for Outlook Mobile Access logon latency

Outlook_Mobile_Access_logon_failure.PerformanceCollection (Rule)

This rule collects the latency metric Outlook Mobile Access logon

Element properties:

TargetMicrosoft.Exchange.Protocol.OMA
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
ScriptDS DataSource Outlook_Mobile_Access_logon_failure.DataSource Default
PerfMapper ConditionDetection System.Performance.DataGenericMapper Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Outlook_Mobile_Access_logon_failure.PerformanceCollection" Enabled="onStandardMonitoring" Target="Exch2003Core!Microsoft.Exchange.Protocol.OMA" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="ScriptDS" TypeID="Outlook_Mobile_Access_logon_failure.DataSource">
<IntervalSeconds>900</IntervalSeconds>
<TargetNetbiosComputer>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$</TargetNetbiosComputer>
<LogPerfData>1</LogPerfData>
<CustomURL>false</CustomURL>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</DataSources>
<ConditionDetection ID="PerfMapper" TypeID="SystemPerf!System.Performance.DataGenericMapper">
<ObjectName>Exchange MP</ObjectName>
<CounterName>$data/Property[@Name='StatusCounter']$</CounterName>
<InstanceName>$data/Property[@Name='StatusInstance']$</InstanceName>
<Value>$data/Property[@Name='StatusValue']$</Value>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>