記錄分散式工作流程測試事件

Microsoft.SystemCenter.AgentManagement.LogEndToEndEvent (Rule)

此規則記錄每項 System Center 管理健全狀況服務 (將收集用來測試事件集合) 的事件。

Knowledge Base article:

摘要

此規則各個 System Center 管理健全狀況服務並記錄事件。系統會收集此事件,並用它來確認要正確收集事件的端對端工作流程是否如預期般運作。如果您更改這個規則的間隔,可能會導致對應的監視變更狀態或產生警示。對應的監視包括 "No End to End Event for 45 Minutes (Critical Level)" 和 "No End to End Event for 30 Minutes (Warning Level)"。

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.SimpleScheduler Default
LogE2EEvent WriteAction Microsoft.SystemCenter.AgentManagement.LogEvent Default

Source Code:

<Rule ID="Microsoft.SystemCenter.AgentManagement.LogEndToEndEvent" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>System</Category>
<DataSources>
<DataSource ID="Scheduler" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>900</IntervalSeconds>
<SyncTime>01:00</SyncTime>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="LogE2EEvent" TypeID="Microsoft.SystemCenter.AgentManagement.LogEvent">
<TimeoutSeconds>300</TimeoutSeconds>
</WriteAction>
</WriteActions>
</Rule>