Windows의 MSSQL: 로컬 SQL Server 데이터베이스 엔진 검색

Microsoft.SQLServer.Windows.LocalDBEngineDiscovery (Discovery)

이 규칙은 Windows의 로컬 SQL Server DB 엔진을 검색합니다.

Knowledge Base article:

요약

이 규칙은 Windows의 로컬 SQL Server DB 엔진을 검색합니다.

재정의 가능한 매개 변수

이름

설명

기본값

사용

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

간격(초)

워크플로를 실행하는 반복 시간 간격(초)입니다.

14400

혼합 모니터링

혼합 모드에서 모니터링해야 하는 인스턴스의 이름을 지정합니다. 인스턴스 이름 구분하려면 쉼표를 사용합니다. 클러스터 인스턴스는 항상 혼합 모드에서 모니터링됩니다. 모든 로컬 DB 엔진을 혼합 모드에서 모니터링하려면 "*"를 사용합니다.

 

동기화 시간

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

 

시간 제한(초)

여기서 지정한 시간 동안 워크플로가 실행된 후 워크플로가 닫히고 실패로 표시됩니다.

300

Element properties:

TargetMicrosoft.SQLServer.Windows.LocalDiscoverySeed
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.Windows.DataSource.LocalDBEngineDiscovery Default

Source Code:

<Discovery ID="Microsoft.SQLServer.Windows.LocalDBEngineDiscovery" Enabled="true" Target="Microsoft.SQLServer.Windows.LocalDiscoverySeed">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.Windows.LocalDBEngine"/>
<DiscoveryClass TypeID="Microsoft.SQLServer.Windows.LocalClusteredDBEngineDiscoverySeed"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.Windows.DataSource.LocalDBEngineDiscovery">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
<PrincipalName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</PrincipalName>
<AgentlessMonitoring/>
<ExcludeList/>
<ExcludedVersions/>
<ExcludedEditions/>
</DataSource>
</Discovery>