Dell Performance : Ambient Temperature collection rule

Dell.WindowsServer.PerfRule.AmbientTemp (Rule)

Knowledge Base article:

Summary

This rule collects the event data that will be used in reporting or a view.

Element properties:

TargetDell.WindowsServer.Server
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Dell.WindowsServer.PerfDS.AmbientTemp Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Dell.WindowsServer.PerfRule.AmbientTemp" Target="Dell.WindowsServer.Server" Enabled="false" Remotable="false">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Dell.WindowsServer.PerfDS.AmbientTemp">
<IntervalSeconds>900</IntervalSeconds>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SystemCenter!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>