MECM Inbox Manager Availability Monitor

MECM.InboxManager.ComponentAvailability.Monitor (UnitMonitor)

This monitor checks the availability status of Inbox Manager.

Knowledge Base article:

Summary

The SMS_INBOX_MANAGER is currently unhealthy.

Causes

This condition could occur because the component is not responding. A heartbeat has not been received from the Inbox Manager component within its expected interval. This can be caused by high system and Configuration Manager processing loads, an extended wait on a request, or a deadlock on a shared resource.

Element properties:

TargetMECM.InboxManager
Parent MonitorMECM.ServerComponent.AggregateRollup.Monitor
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMECM.ComponentAvailability.MT
RemotableTrue
AccessibilityPublic
Alert Message
MECM Inbox Manager Not Available
The Inbox Manager on computer {0} is not available.
RunAsDefault

Source Code:

<UnitMonitor ID="MECM.InboxManager.ComponentAvailability.Monitor" Accessibility="Public" Enabled="true" Target="MECM.InboxManager" ParentMonitorID="MECM.ServerComponent.AggregateRollup.Monitor" Remotable="true" Priority="Normal" TypeID="MECM.ComponentAvailability.MT" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="MECM.InboxManager.ComponentAvailability.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Good" MonitorTypeStateID="Good" HealthState="Success"/>
<OperationalState ID="Warning" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="Error" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ComponentName>SMS_INBOX_MANAGER</ComponentName>
<IntervalSeconds>360</IntervalSeconds>
<MatchCount>3</MatchCount>
</Configuration>
</UnitMonitor>