管理グループが Web インターフェイス グループを含んでいるというリレーションシップを検出するルール

Microsoft.SystemCenter.ManagementGroup.ContainsWebInterfacesGroupRelationship (Discovery)

Knowledge Base article:

概要

管理グループが Web インターフェイス グループを含むというリレーションシップを検出します。

原因

このセクションは、この種類のルールには適用されません。

解決方法

この種類のルールには、ユーザーの操作は必要ありません。

Element properties:

TargetMicrosoft.SystemCenter.ManagementGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
GroupPopulator DataSource Microsoft.SystemCenter.GroupPopulator Default

Source Code:

<Discovery ID="Microsoft.SystemCenter.ManagementGroup.ContainsWebInterfacesGroupRelationship" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.ManagementGroup" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="SCLibrary!Microsoft.SystemCenter.ManagementGroup.ContainsWebUserInterfacesGroup"/>
</DiscoveryTypes>
<DataSource ID="GroupPopulator" TypeID="SCLibrary!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="SCLibrary!Microsoft.SystemCenter.WebUserInterfaces.Group"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SCLibrary!Microsoft.SystemCenter.ManagementGroup.ContainsWebUserInterfacesGroup"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>