(DEPRECATED) Collect DHCP Server 2012 IPV4 Scope Free Addresses

Microsoft.Windows.DHCPServer.2012.Scope.IPV4.CollectFreeScopeAddresses (Rule)

Collect the number of free addresses in the scope

Knowledge Base article:

Summary

This rule was deprecated.

Element properties:

TargetMicrosoft.Windows.DHCPServer.2012.Server
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.DHCPServer.2012.FilteredScopeStats.DS System.PrivilegedMonitoringAccount
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.DHCPServer.2012.Scope.IPV4.CollectFreeScopeAddresses" Enabled="false" Target="Microsoft.Windows.DHCPServer.2012.Server" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" RunAs="System!System.PrivilegedMonitoringAccount" TypeID="Microsoft.Windows.DHCPServer.2012.FilteredScopeStats.DS">
<Scope>IPV4 DHCP Scopes</Scope>
<CounterName>AddressesAvailable</CounterName>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>