MECM Site Component Manager Availability Monitor

MECM.SiteComponentManager.ComponentAvailability.Monitor (UnitMonitor)

This monitor checks the availability status of Site Component Manager.

Knowledge Base article:

Summary

The SMS_SITE_COMPONENT_MANAGER is currently unhealthy.

Causes

This condition could occur because the component is not responding. A heartbeat has not been received from the SMS SITE COMPONENT 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.

Resolutions

Check that the server has sufficient resources such as CPU, memory, or disk space.

Check that a dependent component has not been stopped or uninstalled.

Element properties:

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

Source Code:

<UnitMonitor ID="MECM.SiteComponentManager.ComponentAvailability.Monitor" Accessibility="Public" Enabled="true" Target="MECM.SiteComponentManager" ParentMonitorID="MECM.SiteRole.AggregateRollup.Monitor" Remotable="true" Priority="Normal" TypeID="MECM.ComponentAvailability.MT" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="MECM.SiteComponentManager.ComponentAvailability.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/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/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ComponentName>SMS_SITE_COMPONENT_MANAGER</ComponentName>
<IntervalSeconds>360</IntervalSeconds>
<MatchCount>3</MatchCount>
</Configuration>
</UnitMonitor>