Collect WDS Multicast Server\Active Namespaces

Microsoft.Windows.Server.6.2.WDSRole.PerformanceCollection.WDS_Multicast_Server.Active_Namespaces (Rule)

This rule collects samples of the "WDS Multicast Server\Active Namespaces" counter.

Knowledge Base article:

Summary

This rule collects samples of the "WDS Multicast Server\Active Namespaces" counter.

Configuration

By default this rule samples the counter every 5 minutes and is not configured for optimized collection.

Element properties:

TargetMicrosoft.Windows.Server.6.2.WDSRole
CategoryPerformanceCollection
EnabledTrue
Instance NameWDS Multicast Server
Counter NameActive Namespaces
Frequency300
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.Server.6.2.WDSRole.PerformanceCollection.WDS_Multicast_Server.Active_Namespaces" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.Server.6.2.WDSRole" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" RunAs="System!System.PrivilegedMonitoringAccount" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Active Namespaces</CounterName>
<ObjectName>WDS Multicast Server</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>300</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>