Missing Event for Backup Job Completed Monitor

SCOM.WindowsServerBackup.MissingBackupCompletedEvent.Monitor (UnitMonitor)

Element properties:

TargetSCOM.WindowsServerBackup.Class
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.MissingEventLogTimer2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows Server Backup Missing Job Event for Completed Successfully
The Backup Job does not appear to have completed with success in the specified time window.
RunAsDefault

Source Code:

<UnitMonitor ID="SCOM.WindowsServerBackup.MissingBackupCompletedEvent.Monitor" Accessibility="Public" Enabled="false" Target="SCOM.WindowsServerBackup.Class" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.MissingEventLogTimer2StateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="SCOM.WindowsServerBackup.MissingBackupCompletedEvent.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="MissingEventRaised" MonitorTypeStateID="MissingEventRaised" HealthState="Warning"/>
<OperationalState ID="TimerEventRaised" MonitorTypeStateID="TimerEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<MissingComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</MissingComputerName>
<MissingLogName>Microsoft-Windows-Backup</MissingLogName>
<MissingExpression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">4</Value>
</ValueExpression>
</SimpleExpression>
</MissingExpression>
<Consolidator>
<ConsolidationProperties/>
<TimeControl>
<GenericSchedule>
<WeeklySchedule>
<Windows>
<Daily>
<Start>18:00</Start>
<End>22:00</End>
<DaysOfWeekMask>127</DaysOfWeekMask>
</Daily>
</Windows>
</WeeklySchedule>
<ExcludeDates/>
</GenericSchedule>
</TimeControl>
<CountingCondition>
<CountMode>OnNewItemNOP_OnTimerOutputRestart</CountMode>
</CountingCondition>
</Consolidator>
<TimerWaitInSeconds>43200</TimerWaitInSeconds>
</Configuration>
</UnitMonitor>