System Center 管理健全狀況服務儲存區定期維護

Microsoft.SystemCenter.HealthService.HealthServiceStoreMaintenance (Rule)

執行 System Center 管理健全狀況服務 ESE 儲存區定期維護的規則。

Knowledge Base article:

摘要

此規則會執行定期在 System Center 管理健全狀況服務上進行效能維護的回應。

原因

本部分不適用此規則。

解決方式

沒有可以為此規則執行的解決方式,因為它不會產生狀態或警示。

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategoryMaintenance
EnabledTrue
Alert GenerateFalse
RemotableTrue
CommentHealth Service Maintenance Rules

Member Modules:

ID Module Type TypeId RunAs 
SchedulerDataSource DataSource System.Scheduler Default
StoreMaintenanceAction WriteAction Microsoft.SystemCenter.HealthServiceStoreMaintenanceAction Default

Source Code:

<Rule ID="Microsoft.SystemCenter.HealthService.HealthServiceStoreMaintenance" Comment="Health Service Maintenance Rules" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Maintenance</Category>
<DataSources>
<DataSource ID="SchedulerDataSource" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Days">1</Interval>
<SyncTime>04:00</SyncTime>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="StoreMaintenanceAction" TypeID="SCInternal!Microsoft.SystemCenter.HealthServiceStoreMaintenanceAction"/>
</WriteActions>
</Rule>