Avg Jitter

OpsLogix.IMP.Ping.AverageJitter.Collection.Rule (Rule)

Element properties:

TargetOpsLogix.IMP.Ping.Target
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
PerfData DataSource OpsLogix.IMP.Ping.Performance.DataCollection.DataSourceV2 Default
Mapper ConditionDetection System.Performance.DataGenericMapper Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="OpsLogix.IMP.Ping.AverageJitter.Collection.Rule" Enabled="true" Target="OpsLogix.IMP.Ping.Target" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerfData" TypeID="OpsLogix.IMP.Ping.Performance.DataCollection.DataSourceV2">
<TargetHost>$Target/Property[Type="OpsLogix.IMP.Ping.Target"]/TargetHost$</TargetHost>
<Interval>60</Interval>
<DatapointThreshold>5</DatapointThreshold>
<Ttl>59</Ttl>
<TimeOut>30</TimeOut>
<PayloadSize>32</PayloadSize>
<DontFragment>false</DontFragment>
</DataSource>
</DataSources>
<ConditionDetection ID="Mapper" TypeID="Performance!System.Performance.DataGenericMapper">
<ObjectName>$Target/Property[Type="OpsLogix.IMP.Ping.Target"]/TargetHost$</ObjectName>
<CounterName>Average Jitter</CounterName>
<InstanceName>$Target/Property[Type="System!System.Entity"]/DisplayName$</InstanceName>
<Value>$Data/AverageJitter$</Value>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>