ForefrontRTCProxy Service State Monitor

Microsoft.ForefrontServer10.FSOCS.Services.ForefrontRTCProxy.UnitMonitor.ForefrontRTCProxyRunningState (UnitMonitor)

Monitors the ForefrontRTCProxy service health to ensure that the Forefront RTC Proxy service is running

Knowledge Base article:

Summary

The ForefrontRTCProxy service has stopped.

Resolutions

Stop all the Office Communications Server services and then restart the ForefrontRTCProxy service manually or restart the FSOCS services.

Element properties:

TargetMicrosoft.ForefrontServer10.FSOCS.Services.FSOCSRTCProxy
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Forefront RTC Proxy Service State
Microsoft Forefront Server Security RTC Proxy Service is not running
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.ForefrontServer10.FSOCS.Services.ForefrontRTCProxy.UnitMonitor.ForefrontRTCProxyRunningState" Accessibility="Public" Enabled="true" Target="Microsoft.ForefrontServer10.FSOCS.Services.FSOCSRTCProxy" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.ForefrontServer10.FSOCS.Services.ForefrontRTCProxy.UnitMonitor.ForefrontRTCProxyRunningState_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>ForefrontRTCProxy</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>