Microsoft.SystemCenter.Advisor.SyncAlert (Rule)

Element properties:

TargetMicrosoft.SystemCenter.CollectionManagementServer
CategoryCustom
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Scheduler Default
PostAlertChangeWriteAction WriteAction Microsoft.SystemCenter.Advisor.WriteAction.PostAlertChange Default

Source Code:

<Rule ID="Microsoft.SystemCenter.Advisor.SyncAlert" Enabled="true" Target="SC!Microsoft.SystemCenter.CollectionManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="Scheduler" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">120</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="PostAlertChangeWriteAction" TypeID="Microsoft.SystemCenter.Advisor.WriteAction.PostAlertChange">
<Certificate>$RunAs[Name="Microsoft.SystemCenter.Advisor.RunAsProfile.Certificate"]/Data$</Certificate>
<BatchSize>500</BatchSize>
<ProxyUserName>$RunAs[Name="Microsoft.SystemCenter.Advisor.RunAsProfile.Proxy"]/UserName$</ProxyUserName>
<ProxyUserPassword>$RunAs[Name="Microsoft.SystemCenter.Advisor.RunAsProfile.Proxy"]/Password$</ProxyUserPassword>
<ProxyUserDomain>$RunAs[Name="Microsoft.SystemCenter.Advisor.RunAsProfile.Proxy"]/Domain$</ProxyUserDomain>
</WriteAction>
</WriteActions>
</Rule>