定期运行 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>