Regelbundet underhåll av arkivet i System Center Management-tjänsten för hälsotillstånd

Microsoft.SystemCenter.HealthService.HealthServiceStoreMaintenance (Rule)

Regel som kör regelbundet underhåll av ESE-arkivet i System Center Management-tjänsten för hälsotillstånd.

Knowledge Base article:

Sammanfattning

Den här regeln kör ett svar som periodvis utför underhåll på System Center-hanteringshälsotjänsten.

Orsaker

Det här avsnittet är inte tillämpligt för den här regeln.

Lösningar

Det finns ingen lösning som kan utföras för den här regeln eftersom den inte genererar statusar eller varningar.

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>