主机名解析运行状况

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

Knowledge Base article:

摘要

此监视器确保 Operations Manager 服务器可以解析目标计算机的主机名。如果状态未知,则未开始监视此对象或没有定义监视可用性的监视器。

原因

此监视器的不正常状态表示 UNIX 或 Linux 服务器的名称解析存在某种问题。

可能会影响此监视器的状态的部分问题包括:

有关详细信息请检查警报属性的“警报上下文”选项卡。

使用以下链接查看此对象的所有当前警报:

警报

解决方法

确保目标计算机的完全限定域名在 Operations Manager 服务器上的 DNS 服务器或主机文件中是正确的。

Element properties:

TargetMicrosoft.Unix.Computer
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Unix.WSMan.CantResolveHostname.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
无法解析主机名
Operations Manager 服务器无法解析目标主机名。
RunAsDefault

Source Code:

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