MECM Management Point Control Manager Availability Monitor

MECM.ManagementPointControlManager.ComponentAvailability.Monitor (UnitMonitor)

This monitor checks the availability status of Management Point Control Manager.

Knowledge Base article:

Summary

SMS_MP_CONTROL_MANAGER is currently unhealthy.

Causes

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

Resolutions

Element properties:

TargetMECM.ManagementPointControlManager
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 Management Point Control Manager Not Available
The Management Point Control Manager on computer {0} is not available.
RunAsDefault

Source Code:

<UnitMonitor ID="MECM.ManagementPointControlManager.ComponentAvailability.Monitor" Accessibility="Public" Enabled="true" Target="MECM.ManagementPointControlManager" ParentMonitorID="MECM.ServerComponent.AggregateRollup.Monitor" Remotable="true" Priority="Normal" TypeID="MECM.ComponentAvailability.MT" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="MECM.ManagementPointControlManager.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_MP_CONTROL_MANAGER</ComponentName>
<IntervalSeconds>360</IntervalSeconds>
<MatchCount>3</MatchCount>
</Configuration>
</UnitMonitor>