MSSQL 2012: заполнение группы служб SQL Server 2012 Integration Services

Microsoft.SQLServer.2012.IntegrationServicesGroup.Discovery (Discovery)

Это правило обнаружения заполняет группу служб SQL Server 2012 Integration Services всеми службами SQL Server 2012 Integration Services.

Knowledge Base article:

Сводка

Это правило обнаружения заполняет группу служб SQL Server 2012 Integration Services всеми службами SQL Server 2012 Integration Services.

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

Название

Описание

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

Включено

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

Да

Element properties:

TargetMicrosoft.SQLServer.2012.IntegrationServicesGroup
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.2012.IntegrationServicesGroup.Discovery" Target="SQL!Microsoft.SQLServer.2012.IntegrationServicesGroup" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="SQL!Microsoft.SQLServer.2012.IntegrationServicesGroup"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Microsoft.SQLServer.2012.IntegrationServices"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.SQLServer.2012.IntegrationServicesGroupContainsIntegrationServices"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>