FSCController 服务状态监视器

Microsoft.ForefrontProtection.Library.Services.FSCController.UnitMonitor.FSCControllerRunningState (UnitMonitor)

检查 FSCController 服务是否正在运行

Knowledge Base article:

摘要

Microsoft Forefront Server Protection 控制器服务已停止。

解决方法

回收 Exchange 或 SharePoint 服务:

1. 停止所有 Exchange 或 SharePoint 服务。 确保所有 Forefront 服务均处于脱机状态。

2. 启动 Exchange 或 SharePoint 服务。 确保所有 Forefront 服务均完全启动。

Element properties:

TargetMicrosoft.ForefrontProtection.Library.Services.FSCController
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
FSCController 服务状态
Microsoft Forefront Server Protection 控制器服务未运行。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.ForefrontProtection.Library.Services.FSCController.UnitMonitor.FSCControllerRunningState" Accessibility="Public" Enabled="true" Target="Microsoft.ForefrontProtection.Library.Services.FSCController" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.ForefrontProtection.Library.Services.FSCController.UnitMonitor.FSCControllerRunningState_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>.</ComputerName>
<ServiceName>FSCController</ServiceName>
<CheckStartupType>true</CheckStartupType>
</Configuration>
</UnitMonitor>