Cisco UCS Management Service Performance Collection Rule

Cisco.Unified.Computing.System.OwnProcessAgent.Performance.Monitoring.ServerService.Performance.Collection.Rule (Rule)

Cisco UCS Management Service Performance Collection Rule Description

Element properties:

TargetCisco.Unified.Computing.System.OwnProcessAgent
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource Cisco.Unified.Computing.System.OwnProcessAgent.Performance.Monitoring.WMI.Counter.DataSource Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Cisco.Unified.Computing.System.OwnProcessAgent.Performance.Monitoring.ServerService.Performance.Collection.Rule" Enabled="true" Target="Cisco.Unified.Computing.System.OwnProcessAgent" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DataSource" TypeID="Cisco.Unified.Computing.System.OwnProcessAgent.Performance.Monitoring.WMI.Counter.DataSource">
<Computername>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Computername>
<IntervalSeconds>900</IntervalSeconds>
<ServiceName>$Target/Property[Type="Cisco.Unified.Computing.System.NTService"]/ServiceName$</ServiceName>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SCLibrary!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>