Windows リモート管理の認証確認のヘルス

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

Windows リモート管理の認証確認モニタ

Knowledge Base article:

概要

このモニタは、システムで実行中の Windows リモート管理 (WinRM) が通信で基本認証を許可するように構成されていることを確認します。基本認証は、すべてのエージェント通信で必要です。状態が不明な場合は、このオブジェクトの監視が開始されていないか、可用性を監視するモニタが定義されていないかのいずれかです。

原因

このモニタの状態が異常の場合は、WinRM クライアントが基本認証を許可しないように構成されていることを示します。次のリンクを使用して、オブジェクトから現在のすべてのアラートを表示します。

アラート

解決方法

基本認証を許可するように WinRM クライアントを構成するには、Unix/Linux エージェントと通信する Operations Manager サーバーのコマンド プロンプトから次のコマンドを実行します。

winrm set winrm/config/client/auth @{Basic="true"}

Element properties:

TargetMicrosoft.Unix.Computer
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Unix.WSMan.BasicAuthCheck.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
基本の認証が有効ではありません
Windows リモート管理の基本の認証が有効ではありません。
RunAsDefault

Source Code:

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