SQL DM Management Service Monitor

Idera.SQLDM.DMservice.MgmtSvcMonitor (UnitMonitor)

Checks the health (running state) of the SQLdmManagementService

Knowledge Base article:

Summary

This monitor checks the health (running state) of the SQLdmManagementService

Element properties:

TargetIdera.SQLDM.DMservice
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
SQL DM Management Service Not Running
The SQL Diagnostic Manager service, SQLdmManagementService$Default, is not running. This prevents SQL DM from reporting and updating current status.
RunAsDefault

Source Code:

<UnitMonitor ID="Idera.SQLDM.DMservice.MgmtSvcMonitor" Accessibility="Public" Enabled="true" Target="Idera.SQLDM.DMservice" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Idera.SQLDM.DMservice.MgmtSvcMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName/>
<ServiceName>SQLdmManagementService$Default</ServiceName>
<CheckStartupType>Automatic</CheckStartupType>
</Configuration>
</UnitMonitor>