Microsoft Exchange POP3 Service Monitor

Microsoft.Exchange.Protocol.POP3.ServiceHealth (UnitMonitor)

Monitors the health of the Windows service for Microsoft Exchange POP3 Service

Knowledge Base article:

Summary

This monitor verifies if the POP3 service is running, and raises an alert if the service is not running.

Resolutions

Check for other alerts from this Exchange server system. Restart the service.

Configuration

There is no configuration required.

Element properties:

TargetMicrosoft.Exchange.Protocol.POP3
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Microsoft Exchange POP3 Service Not Running

The Microsoft Exchange POP3 Service is not running on server {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Exchange.Protocol.POP3.ServiceHealth" Accessibility="Public" Enabled="onEssentialMonitoring" Target="Exch2003Core!Microsoft.Exchange.Protocol.POP3" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Exchange.Protocol.POP3.ServiceHealth.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="POP3SvcServiceRunning" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="POP3SvcServiceNotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>POP3Svc</ServiceName>
</Configuration>
</UnitMonitor>