Collect Object State - Resend

Microsoft.SystemCenter.CollectPublishedEntityState.Resend (Rule)

Support rule for the Collect Object State to resend items not received by the database on the first try.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.EntityStateResendDataSource Default
WA WriteAction Microsoft.SystemCenter.DistributedAcknowledgement.DeleteAction Default

Source Code:

<Rule ID="Microsoft.SystemCenter.CollectPublishedEntityState.Resend" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ConfirmDelivery="true" Remotable="true">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.EntityStateResendDataSource">
<ChannelId>4506DE47-806E-447f-90BB-20FAEBB7E87E</ChannelId>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.DistributedAcknowledgement.DeleteAction">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<ChannelId>4506DE47-806E-447f-90BB-20FAEBB7E87E</ChannelId>
<ItemId>ManagedEntityId=$Data/ManagedEntity$ MonitorId=$Data/Changes/Change/MonitorId$</ItemId>
</WriteAction>
</WriteActions>
</Rule>