MECM Wake on Lan Manager Availability Monitor

MECM.WakeOnLanManager.ComponentAvailability.Monitor (UnitMonitor)

This monitor checks the availability status of Wake on Lan Manager.

Knowledge Base article:

Summary

The Wake-On-LAN Manager Component 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.WakeOnLanManager
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 Wake on Lan Manager Not Available
The Wake on Lan Manager on computer {0} is not available.
RunAsDefault

Source Code:

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