FSCMonitor Service State Monitor

Microsoft.ForefrontProtection.FPE.Services.FSCMonitor.UnitMonitor.FSCMonitorRunningState (UnitMonitor)

Checks if the FSCMonitor service is running

Knowledge Base article:

Summary

The Microsoft Forefront Server Protection Monitor Service has stopped.

Resolutions

Start the Microsoft Forefront Server Protection Monitor Service.

Element properties:

TargetMicrosoft.ForefrontProtection.FPE.Services.FSEFSCMonitor
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
FSCMonitor Service State
Forefront Server Protection Monitor Service is not running.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.ForefrontProtection.FPE.Services.FSCMonitor.UnitMonitor.FSCMonitorRunningState" Accessibility="Public" Enabled="true" Target="Microsoft.ForefrontProtection.FPE.Services.FSEFSCMonitor" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.ForefrontProtection.FPE.Services.FSCMonitor.UnitMonitor.FSCMonitorRunningState_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>FSCMonitor</ServiceName>
<CheckStartupType>true</CheckStartupType>
</Configuration>
</UnitMonitor>