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>