Collect WSUS: Reporting Web Service\Computer status rollups received (delta)

Microsoft.Windows.Server.UpdateServices.2012.R2.Server.PerformanceCollection.ReportingWebService.Computerstatusrollupsreceiveddelta (Rule)

Collects Computer status rollups received (delta) performance counter.

Knowledge Base article:

Summary

This rule collects data for the WSUS: Reporting Web Service\Computer status rollups received (delta).

Causes

This section is not applicable to performance collection rules.

Resolutions

There is no resolution to perform for performance collection rules since they do not generate state or alerts.

Element properties:

TargetMicrosoft.Windows.Server.UpdateServices.2012.R2.Server
CategoryPerformanceCollection
EnabledTrue
Instance NameWSUS: Reporting Web Service
Counter NameComputer status rollups received (delta)
Frequency900
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.OptimizedDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.Server.UpdateServices.2012.R2.Server.PerformanceCollection.ReportingWebService.Computerstatusrollupsreceiveddelta" Enabled="true" Target="Microsoft.Windows.Server.UpdateServices.2012.R2.Server" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Computer status rollups received (delta)</CounterName>
<ObjectName>WSUS: Reporting Web Service</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Tolerance>0</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>1</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>