Windows 群集服务发现

Microsoft.Windows.Cluster.Service.Discovery (Discovery)

此规则使用 WMI 查询来发现 Windows 群集服务实例。

Knowledge Base article:

摘要

此时发现 Windows NT 群集服务的实例。

Element properties:

TargetMicrosoft.SystemCenter.HealthService
EnabledTrue
Frequency7200
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.Windows.Cluster.Service.Discovery.ModuleType Default

Source Code:

<Discovery ID="Microsoft.Windows.Cluster.Service.Discovery" Enabled="true" Target="SC!Microsoft.SystemCenter.HealthService" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.Cluster.Service">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
<Property TypeID="Windows!Microsoft.Windows.Computer" PropertyID="PrincipalName"/>
<Property TypeID="Microsoft.Windows.Cluster.Service" PropertyID="ServiceName"/>
<Property TypeID="Microsoft.Windows.Cluster.Service" PropertyID="ProxyingEnabled"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="Microsoft.Windows.Cluster.Service.Discovery.ModuleType">
<TargetComputer>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</TargetComputer>
<IntervalSeconds>7200</IntervalSeconds>
</DataSource>
</Discovery>