Unix ハートビート モニタ

Microsoft.Unix.WSMan.Heartbeat.Monitor (UnitMonitor)

Unix ハートビート ヘルス

Knowledge Base article:

概要

このモニタは、WS-Management デーモンが実行中であること、および通信中であることを確認します。状態が不明な場合は、このオブジェクトの監視が開始されていないか、可用性を監視するモニタが定義されていないかのいずれかです。

原因

このモニタの状態が異常な場合は、WS-Management デーモンがハートビートの生成に失敗したことを示します。

これは、次の場合に発生することがあります。

次のリンクを使用して、オブジェクトから現在のすべてのアラートを表示します。

アラート

解決方法

回復が有効になり、エージェントが再起動されることがあります。

回復が無効であるか正常に実行されなかった場合は、[状態変更イベント] タブをクリックし、詳細パネルから回復を実行できます。

Element properties:

TargetMicrosoft.Unix.Computer
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Unix.WSMan.Heartbeat.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
ハートビート エラー
システムがハートビートに応答しません。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Unix.WSMan.Heartbeat.Monitor" Enabled="true" Accessibility="Public" Target="Microsoft.Unix.Computer" TypeID="Microsoft.Unix.WSMan.Heartbeat.MonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Unix.WSMan.Heartbeat.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="Available" ID="Available"/>
<OperationalState HealthState="Error" MonitorTypeStateID="NotAvailable" ID="NotAvailable"/>
</OperationalStates>
<Configuration>
<Interval>300</Interval>
</Configuration>
</UnitMonitor>