Unix Heartbeat 監視

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>