DNS 2003 Component Discovery

Microsoft.Windows.DNSServer.2003.Discovery.Components (Discovery)

Discovers all DNS 2003 components

Element properties:

TargetMicrosoft.Windows.DNSServer.2003.Server
EnabledTrue
Frequency21600
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.DNSServer.2003.ComponentDiscovery Microsoft.Windows.DNSServer.Library.ActionAccount

Source Code:

<Discovery ID="Microsoft.Windows.DNSServer.2003.Discovery.Components" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.DNSServer.2003.Server" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="DNS!Microsoft.Windows.DNSServer.Library.Component"/>
</DiscoveryTypes>
<DataSource ID="DS" RunAs="DNS!Microsoft.Windows.DNSServer.Library.ActionAccount" TypeID="Microsoft.Windows.DNSServer.2003.ComponentDiscovery">
<IntervalSeconds>21600</IntervalSeconds>
<TimeoutSeconds>120</TimeoutSeconds>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<DiscoverZones>true</DiscoverZones>
<DiscoverForwarders>true</DiscoverForwarders>
<DiscoverWINS>true</DiscoverWINS>
<ZoneExcludeList/>
<DebugFlag>false</DebugFlag>
<ZoneMonitorInterval>700</ZoneMonitorInterval>
<ZoneMonitorDelta>1</ZoneMonitorDelta>
</DataSource>
</Discovery>