SQL Server 2012 Analysis Services 검색(Windows Server)

Microsoft.SQLServer.2012.AnalysisServicesDiscoveryRule.Server (Discovery)

이 개체 검색은 SQL Server 2012 Analysis Services의 모든 인스턴스를 검색합니다. 기본적으로 모든 인스턴스가 검색되고 모니터링됩니다.

Knowledge Base article:

요약

이 개체 검색은 SQL Server 2012 Analysis Services의 모든 인스턴스를 검색합니다. 기본적으로 모든 인스턴스가 검색되고 모니터링됩니다.

재정의 가능한 매개 변수

이름

설명

기본값

사용

워크플로를 사용하거나 사용하지 않도록 설정합니다.

아니요

간격(초)

검색이 실행될 폴링 간격(초)입니다.

14400

동기화 시간

24시간 형식으로 지정된 동기화 시간입니다. 생략될 수 있습니다.

 

제한 시간(초)

워크플로가 닫히고 실패한 항목으로 표시될 때까지 실행이 허용되는 시간을 지정합니다.

300

Element properties:

TargetMicrosoft.SQLServer.2012.Seed
EnabledFalse
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.2012.AnalysisServicesDiscovery Default

Source Code:

<Discovery ID="Microsoft.SQLServer.2012.AnalysisServicesDiscoveryRule.Server" Enabled="false" Target="Microsoft.SQLServer.2012.Seed">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2012.AnalysisServices">
<Property TypeID="SQL!Microsoft.SQLServer.ServerRole" PropertyID="InstanceName"/>
<Property TypeID="SQL!Microsoft.SQLServer.AnalysisServices" PropertyID="ServiceName"/>
<Property TypeID="SQL!Microsoft.SQLServer.AnalysisServices" PropertyID="ServiceClusterName"/>
<Property TypeID="SQL!Microsoft.SQLServer.AnalysisServices" PropertyID="Version"/>
<Property TypeID="SQL!Microsoft.SQLServer.AnalysisServices" PropertyID="ServicePackVersion"/>
<Property TypeID="SQL!Microsoft.SQLServer.AnalysisServices" PropertyID="Edition"/>
<Property TypeID="SQL!Microsoft.SQLServer.AnalysisServices" PropertyID="InstallPath"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.2012.AnalysisServicesDiscovery">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<ComputerID>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerID>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ComputerNETBIOSName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$</ComputerNETBIOSName>
<IsVirtualNode>$Target/Host/Property[Type="Windows!Microsoft.Windows.Server.Computer"]/IsVirtualNode$</IsVirtualNode>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>