Microsoft.IntelligencePacks.ContainerMonitoring.ContainerEvent (Rule)

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategoryNone
EnabledTrue
Alert GenerateFalse
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.IntelligencePacks.ContainerMonitoring.ContainerEventDataSource Default
WA WriteAction Microsoft.SystemCenter.ContainerEventsDataWriteAction Default

Source Code:

<Rule ID="Microsoft.IntelligencePacks.ContainerMonitoring.ContainerEvent" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ConfirmDelivery="true" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>None</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.IntelligencePacks.ContainerMonitoring.ContainerEventDataSource">
<containerURI>http://127.0.0.1:2375</containerURI>
<containerResource>ContainerEvents</containerResource>
<IntervalSeconds>30</IntervalSeconds>
<ManagementGroupName>ContainerMonitoringMgmtGrp</ManagementGroupName>
<SolutionName>ContainerMonitoring</SolutionName>
<CloudWorkspaceId>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.HealthService"]/ThirdPartyAuthenticationUri$</CloudWorkspaceId>
<RuleId>ContainerEvent</RuleId>
<RuleTargetId>$Target/Id$</RuleTargetId>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Types!Microsoft.SystemCenter.ContainerEventsDataWriteAction"/>
</WriteActions>
</Rule>