APM computer synchronization rule

Microsoft.SystemCenter.Apm.APMComputerSynchronizerRule (Rule)

This rule deletes computers flagged as "pending delete" from the APM database.

Element properties:

TargetMicrosoft.SystemCenter.ManagementGroup
CategoryCustom
EnabledTrue
Alert GenerateFalse
RemotableTrue
CommentDelete pending for delete computers and assign data from APM database

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.SimpleScheduler Default
WA WriteAction Microsoft.SystemCenter.Apm.APMComputerSynchronizerWriteAction Default

Source Code:

<Rule ID="Microsoft.SystemCenter.Apm.APMComputerSynchronizerRule" ConfirmDelivery="false" Enabled="true" Target="SC!Microsoft.SystemCenter.ManagementGroup" Comment="Delete pending for delete computers and assign data from APM database" Remotable="true">
<Category>Custom</Category>
<DataSources>
<DataSource ID="Scheduler" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>60</IntervalSeconds>
<SyncTime/>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.Apm.APMComputerSynchronizerWriteAction"/>
</WriteActions>
</Rule>