DHCP Server 2016 és 1709+ – gyűjtőhatókörök szabad címeinek gyűjtése

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

A gyűjtőhatókörben lévő szabad címek összeszámlálása

Knowledge Base article:

Összefoglalás

Ez a felderítési szabály a DHCP 2016 és 1709+-kiszolgálók nevű csoportot deríti és tölti fel azoknak a számítógépeknek a példányaival, amelyeken Microsoft Windows Server 2016 és 1709+ operációs rendszer fut.

Konfiguráció

Időköz (s): Ennyi másodpercenként ellenőrzi a rendszer az értéket.

Szinkronizálás időpontja: A modulvégrehajtás szinkronizálási időtartama

Időkorlát (s): Mennyi időt kell várni (másodpercben), hogy a modul befejezze a végrehajtást.

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.CollectFreeAddresses" 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>AddressesAvailable</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>