MECM Backup Status Monitor

MECM.BackupStatus.StatusMessage.Monitor (UnitMonitor)

This monitor checks the status of the site server backup operation.

Knowledge Base article:

Summary

The Configuration Manager backup process is responsible for backing up the Configuration Manager site server and site database. This process failed due to an error condition. Recovery from backup will not be possible until this issue is resolved and the backup process is rerun.

Causes

There are many reasons the Configuration Manager backup process can fail. Each of these failures has a unique Configuration Manager status message ID, which is raised as the error state ID for this alert. To determine the possible causes for the current failure, use the Status Message Viewer within the Configuration Manager console to locate the status message with a status message ID that corresponds with the error state ID of this alert.

Resolutions

The possible solutions for this alert vary based on the specific error that occurred. To determine the possible solutions for the current failure, use the Status Message Viewer within the Configuration Manager console to locate the status message with a status message ID that corresponds with the error state ID of this alert.

Element properties:

TargetMECM.PrimarySiteServerBaseClass
Parent MonitorMECM.SiteRole.AggregateRollup.Monitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMECM.StatusMessage3State.MT
RemotableTrue
AccessibilityPublic
Alert Message
MECM Site Server Backup Failed
The backup operation on site server {0} is failed. Status message ID is {1}.
RunAsDefault

Source Code:

<UnitMonitor ID="MECM.BackupStatus.StatusMessage.Monitor" Accessibility="Public" Enabled="true" Target="MECM.PrimarySiteServerBaseClass" ParentMonitorID="MECM.SiteRole.AggregateRollup.Monitor" Remotable="true" Priority="Normal" TypeID="MECM.StatusMessage3State.MT" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="MECM.BackupStatus.StatusMessage.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>
<AlertParameter2>$Data/Context/Values/State$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId9b7ac4e68e254e82820adeb0753424fa" MonitorTypeStateID="Good" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId842e5254b94948d28b26ae6de7648c9c" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId3c90984c30d8468ea68676f809391bd7" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ComponentName>SMS_SITE_BACKUP</ComponentName>
<RuleId>EF736CF9-7214-4796-9C85-2549A9056D8D</RuleId>
<IntervalSeconds>360</IntervalSeconds>
<MatchCount>3</MatchCount>
</Configuration>
</UnitMonitor>