Forefront TMG Server: SIP - 활성 등록 모니터

Microsoft.Forefront.TMG.SIP.ServerComponent.ActiveSipRegistrations.Monitor (UnitMonitor)

TMG Server에서 활성 SIP 등록 수를 모니터링합니다.

Knowledge Base article:

요약

새 SIP 등록이 삭제됩니다.

원인

SIP 할당량에 지정된 최대 동시 등록 수에 도달했습니다.

해결

허용되는 최대 동시 SIP 등록 수를 구성하려면 TMG Server 관리의 콘솔 트리에서 "방화벽 정책"을 클릭하십시오. "작업" 탭에서 "고급 VoIP 설정 구성"을 클릭한 다음 "SIP 할당량 구성..."을 클릭하고 화면의 지시를 따릅니다.

Element properties:

TargetMicrosoft.Forefront.TMG.SIP.ServerComponent
Parent MonitorSystem.Health.PerformanceState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogTimer2StateMonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Forefront.TMG.SIP.ServerComponent.ActiveSipRegistrations.Monitor" Accessibility="Public" Enabled="true" Target="Microsoft.Forefront.TMG.SIP.ServerComponent" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogTimer2StateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Warning"/>
<OperationalState ID="TimerEventRaised" MonitorTypeStateID="TimerEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">31304</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Forefront TMG SIP Access Filter</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
<TimerWaitInSeconds>60</TimerWaitInSeconds>
</Configuration>
</UnitMonitor>