Error Status

Custom.WMS.9.Role.ErrorStatus.Monitor (UnitMonitor)

Knowledge Base article:

Summary

This monitor checks the status of a Windows Media Services server. The WMS server is in error state.

Element properties:

TargetCustom.WMS.9.Role
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeCustom.WMS.9.Role.Error.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows Media Services server has a critical error
The Windows Media Services server {0} reports an error condition.
RunAsDefault

Source Code:

<UnitMonitor ID="Custom.WMS.9.Role.ErrorStatus.Monitor" Accessibility="Public" Enabled="true" Target="Custom.WMS.9.Role" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Custom.WMS.9.Role.Error.MonitorType" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Custom.WMS.9.Role.ErrorStatus.Monitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Custom.WMS.x.Role"]/ID$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Custom.WMS.9.Role.Error" MonitorTypeStateID="Error" HealthState="Warning"/>
<OperationalState ID="Custom.WMS.9.Role.Ok" MonitorTypeStateID="NoError" HealthState="Success"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>33</IntervalSeconds>
<TimeoutSeconds>25</TimeoutSeconds>
<WMSName>$Target/Property[Type="Custom.WMS.x.Role"]/ID$</WMSName>
</Configuration>
</UnitMonitor>