Сервер Forefront TMG Server: SIP — монитор активных регистраций

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

Отслеживает число активных регистраций SIP на сервере TMG Server.

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>