사용 가능한 총 스레드 수 중에서 보류 중인 DNS 요청에 대해 사용되는 스레드의 비율이 시스템에서 정의한 최대값 이하입니다.

Microsoft.Forefront.TMG.The_percentage_of_threads_used_for_pending_DNS_requests_out_of_the_total_number_of_available_threads_is_below_the_system_defined_maximum.Rule (Rule)

이 규칙은 사용 가능한 총 스레드 수 중에서 보류 중인 DNS 요청에 대해 사용되는 스레드의 비율이 시스템에서 정의한 최대값 이하일 때 경고를 생성합니다.

Knowledge Base article:

요약

사용 가능한 총 스레드 수 중에서 보류 중인 DNS 요청에 사용되는 스레드 비율이 시스템에서 정의한 최대값 미만 수준으로 돌아왔기 때문에 TMG Server가 DNS 이름 확인 요청을 전송하기 위한 새 연결이 TMG Server에서 허용됩니다.

원인

사용 가능한 총 스레드 수에서 보류 중인 DNS 요청에 사용되는 스레드 비율이 시스템에서 정의한 최대값 미만 수준으로 돌아왔습니다.

해결

사용자 작업이 필요하지 않습니다.

외부

TMG Server 서비스 장애 복구에 대한 자세한 내용은 제품 설명서를 참조하십시오.

Element properties:

TargetMicrosoft.Forefront.TMG.Server
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Forefront.TMG.Rule.AlertGenerate.DS Default
WA WriteAction Microsoft.Forefront.TMG.Rule.AlertGenerate.WA Default

Source Code:

<Rule ID="Microsoft.Forefront.TMG.The_percentage_of_threads_used_for_pending_DNS_requests_out_of_the_total_number_of_available_threads_is_below_the_system_defined_maximum.Rule" Enabled="true" Target="Microsoft.Forefront.TMG.Server" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.DS">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<EventsPattern>^(21283)$</EventsPattern>
<EventType>4</EventType>
<SourcePattern>Microsoft Forefront TMG Firewall</SourcePattern>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.WA">
<AlertMessageId>$MPElement[Name="Microsoft.Forefront.TMG.The_percentage_of_threads_used_for_pending_DNS_requests_out_of_the_total_number_of_available_threads_is_below_the_system_defined_maximum.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>0</Priority>
<Severity>0</Severity>
</WriteAction>
</WriteActions>
</Rule>