Pravidlo kolekce událostí APM

Microsoft.SystemCenter.Apm.CollectApplicationDiagnosticsEvents (Rule)

Toto pravidlo shromažďuje všechny události APM do databáze nástroje Operations Manager.

Element properties:

TargetMicrosoft.SystemCenter.Apm.ApmAgent
CategoryCustom
EnabledTrue
Alert GenerateFalse
RemotableFalse
CommentCollect all APM events

Member Modules:

ID Module Type TypeId RunAs 
AVIDatasource DataSource Microsoft.SystemCenter.Apm.LobDatasource Default
Alasing ConditionDetection Microsoft.SystemCenter.Apm.AliasingHiddenRulesTransform Default
ApmWriteAction WriteAction Microsoft.SystemCenter.Apm.CollectApmEventWriteAction Default

Source Code:

<Rule ID="Microsoft.SystemCenter.Apm.CollectApplicationDiagnosticsEvents" ConfirmDelivery="true" Enabled="true" Target="Microsoft.SystemCenter.Apm.ApmAgent" Comment="Collect all APM events" Remotable="false">
<Category>Custom</Category>
<DataSources>
<DataSource ID="AVIDatasource" TypeID="Microsoft.SystemCenter.Apm.LobDatasource"/>
</DataSources>
<ConditionDetection ID="Alasing" TypeID="Microsoft.SystemCenter.Apm.AliasingHiddenRulesTransform" Comment="Aliasing Module"/>
<WriteActions>
<WriteAction ID="ApmWriteAction" Target="SC!Microsoft.SystemCenter.CollectionManagementServer" TypeID="Microsoft.SystemCenter.Apm.CollectApmEventWriteAction"/>
</WriteActions>
</Rule>