Dell Server Performance rule

Dell.ManagedServer.PerfRule (Rule)

Dell ManagedServer Performance rule

Knowledge Base article:

Summary

This rule collects the Performance counter for Dell Server metrics.

Element properties:

TargetDell.ManagedServer
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
RDSPERF DataSource Dell.ManagedServer.ServerPerformanceDSMT Default
DellPerfMap ConditionDetection System.Performance.DataGenericMapper Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Dell.ManagedServer.PerfRule" Target="DellManagedServer!Dell.ManagedServer" Enabled="false" Remotable="true">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="RDSPERF" TypeID="Dell.ManagedServer.ServerPerformanceDSMT">
<IntervalSeconds>21600</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>21600</TimeoutSeconds>
<LogLevel>0</LogLevel>
<Warning>0</Warning>
<Critical>0</Critical>
<LowerWarning>0</LowerWarning>
<LowerCritical>0</LowerCritical>
<HighWarning>0</HighWarning>
<HighCritical>0</HighCritical>
</DataSource>
</DataSources>
<ConditionDetection ID="DellPerfMap" TypeID="Performance!System.Performance.DataGenericMapper">
<ObjectName>$Target/Property[Type="DellManagedServer!Dell.ManagedServer"]/UID$</ObjectName>
<CounterName>$Data/Property[@Name='PerformanceMetricName']$</CounterName>
<InstanceName>$Target/Property[Type="DellManagedServer!Dell.ManagedServer"]/UID$ $Data/Property[@Name='InstanceIndex']$</InstanceName>
<Value>$Data/Property[@Name="PerformanceValue"]$</Value>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>