MECM Application Success Rate Alert Monitor

MECM.SWDAPPSuccess.AlertState.Monitor (UnitMonitor)

This monitor forwards the Configuration Manager application success rate alerts to Operations Manager.

Knowledge Base article:

Summary

This monitor checks the success rate of an application deployment. It generates the alert when the success rate of the specified application is lower than the threshold, which is set in the Configuration Manager console.

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

Causes

Resolutions

Element properties:

TargetMECM.AlertSWDAPPSuceessBelowThreshold
Parent MonitorSystem.Health.ConfigurationState
CategoryCustom
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMECM.AlertState.MT
RemotableTrue
AccessibilityPublic
Alert Message
MECM Application Success Rate Alert
The success rate of the application is lower than the selected threshold. Check the Configuration Manager console for details.
RunAsDefault

Source Code:

<UnitMonitor ID="MECM.SWDAPPSuccess.AlertState.Monitor" Accessibility="Public" Enabled="false" Target="MECM.AlertSWDAPPSuceessBelowThreshold" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="MECM.AlertState.MT" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="MECM.SWDAPPSuccess.AlertState.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateIdcbbad4378cab49a9b7b79a7cc465f3e5" MonitorTypeStateID="Good" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateIdbdbe269a56054b868e73aabdfc5f1800" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId9192c9665a964941b6cfeb6331313d96" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<TypeId>$Target/Property[Type="MECM.AlertBaseClass"]/TypeId$</TypeId>
<TypeInstanceId>$Target/Property[Type="MECM.AlertBaseClass"]/TypeInstanceId$</TypeInstanceId>
<IntervalSeconds>900</IntervalSeconds>
<ProviderLocation>$Target/Host/Property[Type="MECM.SiteServer"]/ProviderLocation$</ProviderLocation>
<SiteCode>$Target/Host/Property[Type="MECM.Server"]/SiteCode$</SiteCode>
</Configuration>
</UnitMonitor>