Task Sequence Failure Rate Monitor

Microsoft.SystemCenter2012.ConfigurationManager.TaskSequencesErrorMonitor (UnitMonitor)

This monitor forwards the Configuration Manager task sequence failure rate alert to the Operations Manager console.

Knowledge Base article:

Summary

This monitor checks the failure rate of a task sequence deployment. It generates the alert when the failure rate of the specified task sequence is higher than the threshold, which is set in the Configuration Manager console.

To check the selected threshold , open the Configuration Manager console, locate the corresponding task sequence, and then check its deployment status.

Causes

Resolutions

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.AlertOSDTaskErrorExceedThreshold
Parent MonitorSystem.Health.ConfigurationState
CategoryCustom
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter2012.ConfigurationManager.AlertStateMonitor
RemotableTrue
AccessibilityPublic
Alert Message
Task sequence failure alert
The failure rate of the deployment of the task sequence is higher than the selected threshold. Check the Configuration Manager console for details.
RunAsDefault
CommentSIV:COSD0035

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.TaskSequencesErrorMonitor" Comment="SIV:COSD0035" Accessibility="Public" Enabled="false" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.AlertOSDTaskErrorExceedThreshold" ParentMonitorID="SystemHealth!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter2012.ConfigurationManager.AlertStateMonitor" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.TaskSequencesErrorMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId7099fd69126d46a595a6f5b78f70d335" MonitorTypeStateID="Good" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId410d583d06d94fbb86ac74d2d9697a7f" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId714df04058df40b9aee1abdd808c42b8" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<TypeId>$Target/Property[Type="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.AlertBaseClass"]/TypeId$</TypeId>
<TypeInstanceId>$Target/Property[Type="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.AlertBaseClass"]/TypeInstanceId$</TypeInstanceId>
<IntervalSeconds>900</IntervalSeconds>
<ProviderLocation>$Target/Host/Property[Type="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.SiteServer"]/ProviderLocation$</ProviderLocation>
<SiteCode>$Target/Host/Property[Type="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.Server"]/SiteCode$</SiteCode>
</Configuration>
</UnitMonitor>