Монитор состояния службы FSEMailPickup

Microsoft.ForefrontProtection.Library.Services.FSSMailPickupService.UnitMonitor.FSSMailPickupServiceRunningState (UnitMonitor)

Проверяет, запущена ли служба FSEMailPickup

Knowledge Base article:

Сводка

Служба событий Microsoft Forefront Server Protection Mail Pickup остановлена. Служба Mail Pickup используется для отправки электронных уведомлений.

Способы устранения проблемы

Запустите службу Microsoft Forefront Server Protection Mail Pickup.

Element properties:

TargetMicrosoft.ForefrontProtection.Library.Services.FSSMailPickupService
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Состояние службы MailPickup
Служба Forefront Server Protection Mail Pickup Service не запущена.
RunAsDefault

Source Code:

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