IntelliTrace als APM-Warnungsanlagenregel hinzufügen

Microsoft.SystemCenter.IntelliTraceProfiling.AttachIntelliTraceLogToApmAlerts.Rule (Rule)

Von dieser Regel werden APM-Ereignisse zum IntelliTrace-Format konvertiert, und es werden entsprechende Warnungsanlagen erstellt.

Knowledge Base article:

Zusammenfassung

Von dieser Regel werden APM-Ereignisse zum IntelliTrace-Format konvertiert, und es werden entsprechende Warnungsanlagen erstellt. Diese Regel ist System Center Operations Manager-intern und darf nicht von anderen Prozessen verwendet werden.

Element properties:

TargetMicrosoft.SystemCenter.IntelliTraceProfiling.IntelliTraceAttachmentsForApmAlertsSingleton
CategoryCustom
EnabledTrue
Alert GenerateFalse
RemotableTrue
CommentThis rule converts APM event to IntelliTrace format and creates associated alerts attachments

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.IntelliTraceProfiling.AttachIntelliTraceLogToApmAlerts.DataSource Default
WA WriteAction Microsoft.SystemCenter.IntelliTraceProfiling.AttachIntelliTraceLogToApmAlertsWriteAction Default

Source Code:

<Rule ID="Microsoft.SystemCenter.IntelliTraceProfiling.AttachIntelliTraceLogToApmAlerts.Rule" Comment="This rule converts APM event to IntelliTrace format and creates associated alerts attachments" Target="Microsoft.SystemCenter.IntelliTraceProfiling.IntelliTraceAttachmentsForApmAlertsSingleton" Enabled="true" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="1">
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.IntelliTraceProfiling.AttachIntelliTraceLogToApmAlerts.DataSource">
<ExpirationStartTime>2005-01-01T00:00Z</ExpirationStartTime>
<PollingIntervalMinutes>15</PollingIntervalMinutes>
<LanguageCode>ENU</LanguageCode>
<BatchSize>100</BatchSize>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.IntelliTraceProfiling.AttachIntelliTraceLogToApmAlertsWriteAction"/>
</WriteActions>
</Rule>