Start APM Agent configuration processing

Microsoft.SystemCenter.Apm.ConfigurationManagerControlRule (Rule)

Knowledge Base article:

Summary

This rule starts APM Agent configuration processing.

Element properties:

TargetMicrosoft.SystemCenter.Apm.ApmAgent
CategoryAlert
EnabledTrue
Alert GenerateFalse
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.SimpleScheduler Default
WriteAction WriteAction Microsoft.SystemCenter.Apm.ConfigurationManagerControlRuleWriteAction System.PrivilegedMonitoringAccount

Source Code:

<Rule ID="Microsoft.SystemCenter.Apm.ConfigurationManagerControlRule" Enabled="true" ConfirmDelivery="false" Target="Microsoft.SystemCenter.Apm.ApmAgent" Remotable="false">
<Category>Alert</Category>
<DataSources>
<DataSource ID="Scheduler" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="Microsoft.SystemCenter.Apm.ConfigurationManagerControlRuleWriteAction" RunAs="System!System.PrivilegedMonitoringAccount"/>
</WriteActions>
</Rule>