Collect Availability of Manageability Service

Microsoft.SystemCenter.Azure.CollectAvailabilityRule (Rule)

Knowledge Base article:

Summary

Collect availability of manageability service

Element properties:

TargetMicrosoft.SystemCenter.MicrosoftAzure.DA.ServiceDeployment
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.Azure.CollectAvailability.PerformanceProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.Azure.CollectAvailabilityRule" Enabled="true" Target="Microsoft.SystemCenter.MicrosoftAzure.DA.ServiceDeployment" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.Azure.CollectAvailability.PerformanceProvider">
<IntervalSeconds>3600</IntervalSeconds>
<SyncTime>12:15</SyncTime>
<TimeoutSeconds>3600</TimeoutSeconds>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>