Fujitsu Out-Of-Band 'Power Supply' Temperature Performance Data Collection Rule

Fujitsu.Servers.PRIMERGY.OutOfBand.PerfMon.Server.PowerSupply.Temperature.PerformanceRule (Rule)

Fujitsu Out-Of-Band 'Power Supply' Temperature Performance Data Collection Rule.

Knowledge Base article:

Summary

This performance rule collects 'Power Supply' Temperature performance values in degree Celsius (°C).

Element properties:

TargetFujitsu.Servers.PRIMERGY.OutOfBand.Server
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS1 DataSource Fujitsu.Servers.PRIMERGY.OutOfBand.PerfMon.Server.FilteredPerformanceMonitor.DataSource Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Fujitsu.Servers.PRIMERGY.OutOfBand.PerfMon.Server.PowerSupply.Temperature.PerformanceRule" Target="FujitsuOutOfBand!Fujitsu.Servers.PRIMERGY.OutOfBand.Server" Enabled="false" ConfirmDelivery="false">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS1" TypeID="Fujitsu.Servers.PRIMERGY.OutOfBand.PerfMon.Server.FilteredPerformanceMonitor.DataSource">
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>150</TimeoutSeconds>
<!-- Fixed Parameters -->
<UserName>$RunAs[Name='OOB!Microsoft.SystemCenter.OOB.SMASHMonitoringProfile']/UserName$</UserName>
<Password>$RunAs[Name='OOB!Microsoft.SystemCenter.OOB.SMASHMonitoringProfile']/Password$</Password>
<SkipCACheck>$Target/Host/Property[Type="OOB!Microsoft.SystemCenter.OOB.WSManDevice"]/SkipCACheck$</SkipCACheck>
<SkipCNCheck>$Target/Host/Property[Type="OOB!Microsoft.SystemCenter.OOB.WSManDevice"]/SkipCNCheck$</SkipCNCheck>
<ManagementUrl>$Target/Property[Type="FujitsuOutOfBand!Fujitsu.Servers.PRIMERGY.OutOfBand.Server"]/ManagementUrl$</ManagementUrl>
<!-- Performance Sensor key/identifiers -->
<SensorType>Temperature</SensorType>
<EntityId>Power Supply</EntityId>
<!-- PropertyBag to PerformanceData Mapper -->
<PropertyName>CurrentValue</PropertyName>
<!-- Fixed ObjectName 'Temperature' -->
<ObjectName>Temperature</ObjectName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>