MSSQL 2012: 汎用 Always On 検出

Microsoft.SQLServer.2012.AlwaysOn.GeneralAlwaysOnDiscovery (Discovery)

Always On オブジェクトの検出

Knowledge Base article:

概要

これは、Microsoft SQL Server 2012 Always On オブジェクト (可用性グループと可用性レプリカを含む) の検出です

上書き可能なパラメーター

名前

説明

既定値

有効

ワークフローを有効または無効にします。

はい

間隔 (秒)

検出を実行するポーリング間隔 (秒)。

14400

タイムアウト (秒)

ワークフローが終了して失敗とマークされるまでの、ワークフローの許容実行時間を指定します。

300

Element properties:

TargetMicrosoft.SQLServer.2012.AlwaysOn.AlwaysOnSeed
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
PowerShellDiscoveryProvider DataSource Microsoft.SQLServer.2012.AlwaysOn.CommandExecuterDataSource Microsoft.SQLServer.2012.AlwaysOn.DiscoveryAccount

Source Code:

<Discovery ID="Microsoft.SQLServer.2012.AlwaysOn.GeneralAlwaysOnDiscovery" Enabled="true" Target="Microsoft.SQLServer.2012.AlwaysOn.AlwaysOnSeed" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2012.AlwaysOn.AvailabilityGroup"/>
</DiscoveryTypes>
<DataSource ID="PowerShellDiscoveryProvider" RunAs="Microsoft.SQLServer.2012.AlwaysOn.DiscoveryAccount" TypeID="Microsoft.SQLServer.2012.AlwaysOn.CommandExecuterDataSource">
<IntervalSeconds>14400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>