.NET CSM Collector/\% Invalid Tokens/sec 수집

Microsoft.SystemCenter.Apm.Infrastructure.Monitoring.CollectInvalidTokensPercentage (Rule)

이 규칙은 클라이언트 쪽 모니터링 수집 끝점에 의해 거부된 잘못된 모니터링 요청의 비율을 수집합니다. 값은 .NET CSM Collector \% Invalid Tokens/sec 성능 카운터에서 가져옵니다.

Knowledge Base article:

요약

이 규칙은 클라이언트 쪽 모니터링 수집 끝점에 의해 거부된 잘못된 모니터링 요청의 비율을 수집합니다. 이 규칙에 의해 수집된 값은 .NET CSM Collector % Invalid Tokens/sec 성능 카운터에서 가져옵니다.

클라이언트 쪽 모니터링 수집 IIS 끝점 CSM 수집기는 제대로 암호화되지 않았거나 수신된 데이터의 필요한 형식을 준수하지 않는 모든 요청을 거부합니다. 잘못된 클라이언트 쪽 모니터링 요청 비율이 높은 경우 클라이언트 쪽 모니터링 보안 설정에 대한 문제를 나타내는 것일 수 있습니다. 또한 CSM 수집기에서 다른 Operations Manager 관리 그룹에서 모니터링되는 웹 서버에 의해 렌더링된 웹 페이지의 모니터링 요청을 받은 경우 부하 분산 장치의 구성이 부적절하면 잘못된 클라이언트 쪽 모니터링 요청 비율이 높아질 수 있습니다. CSM 수집기 IIS 끝점에 대해 실행되는 잘못된 가상 트랜잭션으로 인해 잘못된 클라이언트 쪽 모니터링 요청 비율이 증가하게 됩니다.

Element properties:

TargetMicrosoft.SystemCenter.Apm.ActivatedApmAgent
CategoryPerformanceCollection
EnabledTrue
Instance Name.NET CSM Collector
Counter Name\% Invalid Tokens/sec
Frequency300
Alert GenerateFalse
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.DataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.Apm.Infrastructure.Monitoring.CollectInvalidTokensPercentage" Enabled="true" Target="Microsoft.SystemCenter.Apm.ActivatedApmAgent" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.DataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>% Invalid Tokens/sec</CounterName>
<ObjectName>.NET CSM Collector</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>300</Frequency>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>