Microsoft.IntelligencePacks.ContainerMonitoring.ContainerPerfCounters (Rule)

Element properties:

TargetMicrosoft.Windows.Computer
CategoryNone
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.IntelligencePacks.ContainerMonitoring.ContainerPerfDataSource Default
WA WriteAction Microsoft.SystemCenter.ContainerPerfCounterDataWriteAction Default

Source Code:

<Rule ID="Microsoft.IntelligencePacks.ContainerMonitoring.ContainerPerfCounters" Enabled="true" Target="Windows!Microsoft.Windows.Computer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>None</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.IntelligencePacks.ContainerMonitoring.ContainerPerfDataSource">
<containerURI>http://127.0.0.1:2375</containerURI>
<containerResource>ContainerStats</containerResource>
<IntervalSeconds>60</IntervalSeconds>
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Types!Microsoft.SystemCenter.ContainerPerfCounterDataWriteAction"/>
</WriteActions>
</Rule>