Runbook サービス

Microsoft.SystemCenter.ServiceManagementAutomation.Monitor.RunbookService (UnitMonitor)

Runbook サービスの状態を測定します。

Knowledge Base article:

概要

Runbook Service が Worker サーバーで実行中かどうか確認します。ジョブを実行するには、このサービスが必要です。

原因

Runbook Service を停止すると、モニターがエラーになります。

解決方法

Runbook Service を開始します。

構成

このモニターでは次のオプションを構成できます:

オプション

定義

既定

アラート状態

アラートを生成するモニターのヘルス状態。

モニターのヘルス状態が重大状態にあります

サービスのスタートアップの種類が自動の場合にのみアラートを生成します

サービスのスタートアップが自動以外に設定されている場合に、モニターをアクティブにするかどうかを指定します。

False

アラートの優先順位

このモニターのアラートを生成する優先順位。

アラートの重要度

このモニターのアラートを生成する優先順位。

重大

アラートの自動解決

モニターが正常な状態に戻った時点で自動的にアラートを解決するかどうかを指定します。

有効

モニターを実行するかどうかを指定します。

アラートの生成

モニターが警告状態または重大状態に変更されるときにアラートを生成するかどうかを指定します。

Element properties:

TargetMicrosoft.SystemCenter.ServiceManagementAutomation.Server.RunbookWorker
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Runbook サービスが実行されていません
Service Management Automation Runbook サービスが実行されていません。サービスが開始されるまで、このサーバーでジョブは処理されません。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.ServiceManagementAutomation.Monitor.RunbookService" Accessibility="Public" Enabled="true" Target="Microsoft.SystemCenter.ServiceManagementAutomation.Server.RunbookWorker" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.ServiceManagementAutomation.Monitor.RunbookService.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</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>rbsvc</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>