SSAS 2014: обнаружение членства в группе компьютеров SQL Server

Microsoft.SQLServer.2014.AnalysisServices.GenericComputerGroupDiscovery (Discovery)

Заполняет группу компьютеров всеми компьютерами, на которых выполняются службы SQL Server 2014 Analysis Services.

Knowledge Base article:

Сводка

Эта операция обнаружения объектов заполняет группу компьютеров всеми компьютерами, на которых запущен SQL Server.

Переопределяемые параметры

Название

Описание

Значение по умолчанию

Включено

Включает или отключает поток процесса

Да

Element properties:

TargetMicrosoft.SQLServer.Generic.Presentation.ComputersGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.SQLServer.2014.AnalysisServices.GenericComputerGroupDiscovery" Target="Generic!Microsoft.SQLServer.Generic.Presentation.ComputersGroup" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Generic!Microsoft.SQLServer.Generic.Presentation.ComputersGroup"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Windows!Microsoft.Windows.Computer"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SC!Microsoft.SystemCenter.ComputerGroupContainsComputer"]$</RelationshipClass>
<Expression>
<Contains>
<MonitoringClass>$MPElement[Name="SQLAS!Microsoft.SQLServer.2014.AnalysisServices.ServerRole"]$</MonitoringClass>
</Contains>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>