SPHARule 发现

Microsoft.SharePoint.2013.SPHARule.Discovery (Discovery)

用于发现 SharePoint Health Analyzer (SPHA) 规则。

Knowledge Base article:

摘要

此发现规则用于发现 SharePoint Health Analyzer (SPHA) 规则。从此脚本中发现的对象由 SharePoint 和用户提供的 SPHA 规则确定。

有关详细信息,请参阅 MP 指南。

Element properties:

TargetMicrosoft.SharePoint.2013.SPServer
EnabledTrue
Frequency28800
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
WSS.2013.DiscoveryDataSource DataSource Microsoft.SharePoint.2013.SPHARule.DiscoveryProvider Default

Source Code:

<Discovery ID="Microsoft.SharePoint.2013.SPHARule.Discovery" Enabled="onEssentialMonitoring" Target="Microsoft.SharePoint.2013.SPServer" ConfirmDelivery="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SharePoint.2013.SPHARule.Availability"/>
<DiscoveryClass TypeID="Microsoft.SharePoint.2013.SPHARule.Configuration"/>
<DiscoveryClass TypeID="Microsoft.SharePoint.2013.SPHARule.Performance"/>
<DiscoveryClass TypeID="Microsoft.SharePoint.2013.SPHARule.Security"/>
<DiscoveryClass TypeID="Microsoft.SharePoint.2013.SPHARule.Custom"/>
<DiscoveryRelationship TypeID="WSS!Microsoft.SharePoint.SPHARuleSubGroup.Contains.SPHARule.Availability"/>
<DiscoveryRelationship TypeID="WSS!Microsoft.SharePoint.SPHARuleSubGroup.Contains.SPHARule.Configuration"/>
<DiscoveryRelationship TypeID="WSS!Microsoft.SharePoint.SPHARuleSubGroup.Contains.SPHARule.Performance"/>
<DiscoveryRelationship TypeID="WSS!Microsoft.SharePoint.SPHARuleSubGroup.Contains.SPHARule.Security"/>
<DiscoveryRelationship TypeID="WSS!Microsoft.SharePoint.SPHARuleSubGroup.Contains.SPHARule.Custom"/>
</DiscoveryTypes>
<DataSource ID="WSS.2013.DiscoveryDataSource" TypeID="Microsoft.SharePoint.2013.SPHARule.DiscoveryProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<IntervalSeconds>28800</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
<DebugTrace>false</DebugTrace>
</DataSource>
</Discovery>