Microsoft Exchange Routing Engine Service Monitor

Microsoft.Exchange.Routing.RoutingEngine.ServiceHealth (UnitMonitor)

Monitors the health of the Windows service for Microsoft Exchange Routing Engine Service

Knowledge Base article:

Summary

This monitor verifies if the Exchange Routing Engine 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.Routing.RoutingEngine
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 Routing Engine Service Not Running

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

Source Code:

<UnitMonitor ID="Microsoft.Exchange.Routing.RoutingEngine.ServiceHealth" Accessibility="Public" Enabled="onEssentialMonitoring" Target="Exch2003Core!Microsoft.Exchange.Routing.RoutingEngine" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Exchange.Routing.RoutingEngine.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="RESvcServiceRunning" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="RESvcServiceNotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>RESvc</ServiceName>
</Configuration>
</UnitMonitor>