Microsoft.SystemCenter.Advisor.Monitoring.AgentCabUploadRule (Rule)

Element properties:

TargetMicrosoft.SystemCenter.Advisor.Internal.AdvisorConnector
CategoryCustom
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
ACDS DataSource Microsoft.SystemCenter.Advisor.Monitoring.AgentCabDataSource Default
FUWA WriteAction System.FileUploadWriteAction System.PrivilegedMonitoringAccount

Source Code:

<Rule ID="Microsoft.SystemCenter.Advisor.Monitoring.AgentCabUploadRule" Enabled="true" Target="Microsoft.SystemCenter.Advisor.Internal.AdvisorConnector" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Custom</Category>
<DataSources>
<DataSource ID="ACDS" TypeID="Microsoft.SystemCenter.Advisor.Monitoring.AgentCabDataSource">
<Frequency>300</Frequency>
<AgentId>$Target/Property[Type='Microsoft.SystemCenter.Advisor.Internal.AdvisorConnector']/AgentID$</AgentId>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="FUWA" TypeID="System!System.FileUploadWriteAction" RunAs="System!System.PrivilegedMonitoringAccount">
<DestinationManagedTypeId>$MPElement[Name='SC!Microsoft.SystemCenter.CollectionManagementServer']$</DestinationManagedTypeId>
<UploadChannelId>$MPElement$</UploadChannelId>
<SourceFilePath>$Data/Property[@Name='FilePath']$</SourceFilePath>
</WriteAction>
</WriteActions>
</Rule>