DHCP Sunucusu 2016 ve 1709+ Kullanımda Olan Üst Kapsam Adreslerini Topla

Microsoft.Windows.DHCPServer.10.0.SuperScope.IPV4.CollectAddressesInUse (Rule)

Kullanımda olan üst kapsam adreslerinin sayısını topla

Knowledge Base article:

Özet

Bu Kural, Microsoft Windows Server 2016 ve 1709+ işletim sistemi çalıştıran ve DHCP özelliği etkin olan Sunucu örneklerine sahip "DHCP 2016 ve 1709+ Sunucuları Grubu" adlı DHCP 2016 ve 1709+ Sunucusu grubunun üyelerinde Kullanımda Olan Üst Kapsam IPV4 Adreslerini toplar.

Yapılandırma

Aralık (Saniye): Değerin denetleneceği sıklık (saniye cinsinden).

Eşitleme Zamanı: Modül yürütmesi için eşitleme saati.

Zaman Aşımı (Saniye): Modülün yürütmeyi tamamlaması için beklenecek süre (saniye).

Element properties:

TargetMicrosoft.Windows.DHCPServer.Library.Superscope
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.DHCPServer.10.0.SuperScope.IPV4.CollectAddressesInUse" Enabled="true" Target="DHCP!Microsoft.Windows.DHCPServer.Library.Superscope" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" RunAs="System!System.PrivilegedMonitoringAccount" TypeID="Microsoft.Windows.DHCPServer.10.0.FilteredSuperScopeStats.DS">
<SuperScope>$Target/Property[Type="DHCP!Microsoft.Windows.DHCPServer.Library.Superscope"]/Name$</SuperScope>
<CounterName>AddressesInUse</CounterName>
<ComputerName>$Target/Host/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>