System Center Management ヘルス サービス ストアの定期的なメンテナンス

Microsoft.SystemCenter.HealthService.HealthServiceStoreMaintenance (Rule)

System Center Management ヘルス サービス ESE ストアの定期的なメンテナンスを実行するルール

Knowledge Base article:

概要

このルールは、System Center Management ヘルス サービスの定期的なメンテナンスを行う応答を実行します。

原因

このセクションは、このルールに適用されません。

解決策

このルールは状態またはアラートを生成しないので、実行すべき解決策はありません。

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>