MSSQL: заполнение группы экземпляров SQL Server

Microsoft.SQLServer.2012.GlobalSQLServerIntegrationServicesGroupDiscovery (Discovery)

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

Knowledge Base article:

Сводка

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

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

Название

Описание

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

Включено

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

Да

Element properties:

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