SQL Server 2008 イベント ログ コレクション ターゲット検出

Microsoft.SQLServer.2008.Discovery.EventLogCollectionTarget (Discovery)

この検出ルールは Microsoft SQL Server 2008 のイベント ログ コレクション ターゲットを検出します。このオブジェクトは、SQL Server 2008 コンポーネントを含むコンピューターのイベント ログからモジュール エラーを収集するために使用されます。

Knowledge Base article:

概要

この検出ルールは Microsoft SQL Server 2008 のイベント ログ コレクション ターゲットを検出します。このオブジェクトは、SQL Server 2008 コンポーネントを含むコンピューターのイベント ログからモジュール エラーを収集するために使用されます。

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

名前

説明

既定値

有効

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

はい

頻度 (秒)

ワークフローを実行する定期的な実行間隔 (秒)。

14400

Synchronization Time

The synchronization time specified by using a 24-hour format. May be omitted.

 

Timeout (seconds)

Specifies the time the workflow is allowed to run before being closed and marked as failed.

300

Element properties:

TargetMicrosoft.SQLServer.2008.Seed
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.2008.DataSource.EventLogCollectionTarget Default

Source Code:

<Discovery ID="Microsoft.SQLServer.2008.Discovery.EventLogCollectionTarget" Enabled="true" Target="Microsoft.SQLServer.2008.Seed" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="SQL!Microsoft.SQLServer.Library.EventLogCollectionTarget"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.2008.DataSource.EventLogCollectionTarget">
<PrincipalName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</PrincipalName>
<Frequency>14400</Frequency>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>