Microsoft Exchange Information Store Health Monitor

Microsoft.Exchange.ExchangeComponent.IS.ServiceHealth (UnitMonitor)

Monitors the health of the Windows service for Microsoft Exchange Information Store

Knowledge Base article:

Summary

This monitor verifies if the Exchange Information Store 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.ExchangeComponent.IS
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 Information Store Service Not Running

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

Source Code:

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