Работоспособность службы системного поставщика

Microsoft.SystemCenter.2012.AppController.Server.SystemProviderServiceHealth (UnitMonitor)

Knowledge Base article:

Сводка

Служба системного поставщика службы App Controller обеспечивает работу основных функций App Controller.

Причины

Выполнение службы может остановиться по многим причинам, включая:

Устранение неполадок

Служба может быть перезапущена с помощью следующей задачи:

Запустите службу системного поставщика App Controller

Element properties:

TargetMicrosoft.SystemCenter.2012.AppController.Server
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Остановка службы системного поставщика
Служба системного поставщика на сервере {0} остановлена.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.2012.AppController.Server.SystemProviderServiceHealth" Accessibility="Public" Enabled="true" Target="Microsoft.SystemCenter.2012.AppController.Server" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.2012.AppController.Server.SystemProviderServiceHealth.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>cmsystem</ServiceName>
<CheckStartupType>true</CheckStartupType>
</Configuration>
</UnitMonitor>