DHCP サーバー 2016 および 1709+ スーパースコープの使用中のアドレスの収集

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

スーパースコープの使用中のアドレスの数を収集します。

Knowledge Base article:

概要

このルールは、Microsoft Windows Server 2016 および 1709+ オペレーティング システムを実行中で DHCP 機能が有効なサーバー インスタンスを持つ「DHCP 2016 および 1709+ サーバー グループ」という名前の DHCP 2016 および 1709+ サーバー グループ メンバーの使用中のスーパースコープ IPV4 アドレスを収集します。

構成

間隔 (秒):値の確認頻度 (秒単位)。

同期時刻:モジュール実行のための同期時刻。

タイムアウト (秒):モジュールの実行完了を待機する時間 (秒)。

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>