Источник данных обнаружения узлов кластера Windows Server 2016 версии 1709 и более поздних версий

Microsoft.Windows.10.0.Cluster.Node.Discovery.Module (DataSourceModuleType)

Обнаруживает свойства узла, относящиеся к узлу кластера Windows Server 2016 версии 1709 и более поздних версий.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsMicrosoft.Windows.Cluster.PrivilegedAccount
OutputTypeSystem.Discovery.Data

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Discovery.Scheduler Default
Probe ProbeAction Microsoft.Windows.Cluster.Monitoring.Discovery.ScriptProbe.Mapper Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Frequencyint$Config/Frequency$Интервал (с)

Source Code:

<DataSourceModuleType ID="Microsoft.Windows.10.0.Cluster.Node.Discovery.Module" Accessibility="Public" RunAs="Cluster!Microsoft.Windows.Cluster.PrivilegedAccount" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="Frequency" type="xsd:unsignedInt"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="OSVersion" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="NodeClassId" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Frequency" Selector="$Config/Frequency$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="Scheduler" TypeID="System!System.Discovery.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">$Config/Frequency$</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ProbeAction ID="Probe" TypeID="ClusLibrary!Microsoft.Windows.Cluster.Monitoring.Discovery.ScriptProbe.Mapper">
<TimeoutSeconds>300</TimeoutSeconds>
<DiscoverySourceId>$MPElement$</DiscoverySourceId>
<TargetSourceId>$Target/Id$</TargetSourceId>
<ClassId>$Config/NodeClassId$</ClassId>
<PropertyId>$MPElement[Name='Windows!Microsoft.Windows.Computer']/PrincipalName$</PropertyId>
<PropertyValue>$Target/Host/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</PropertyValue>
<OSVersion>$Config/OSVersion$</OSVersion>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Probe">
<Node ID="Scheduler"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.Discovery.Data</OutputType>
</DataSourceModuleType>