平均 Ping 响应

Microsoft.SystemCenter.NetworkDevice.AveragePingPerformanceCounter (Rule)

Knowledge Base article:

摘要

一段时间内字符显示平均 ping 响应

解决方法

以下是一些基本故障排除步骤

步骤 1

步骤 2

Element properties:

TargetMicrosoft.SystemCenter.NetworkDevice
CategoryPerformanceHealth
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS1 DataSource Microsoft.SystemCenter.NetworkDevice.AveragePingProvider Default
WA1 WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WA2 WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.NetworkDevice.AveragePingPerformanceCounter" Enabled="onEssentialMonitoring" Target="NetworkDevice!Microsoft.SystemCenter.NetworkDevice" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceHealth</Category>
<DataSources>
<DataSource ID="DS1" TypeID="Microsoft.SystemCenter.NetworkDevice.AveragePingProvider">
<NumSamples>4</NumSamples>
<Timeout>120</Timeout>
<IntervalSeconds>600</IntervalSeconds>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA1" TypeID="SystemCenter!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WA2" TypeID="SystemCenter1!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>