APM エージェントのない有効なホスト

Microsoft.SystemCenter.Apm.ValidHostNoAPMAgentMonitor (UnitMonitor)

Operations Manager ヘルス サービスと共にシステムにインストールされた .NET Framework のうち、APM サービスがインストールされていないものを監視するモニター

Knowledge Base article:

概要

このモニターは、.NET Framework をホストしているサーバーは見つかったけれども、Operation Manager APM エージェントがインストールされていない場合に状態が変わります。

原因

サーバーに Operation Manager エージェントを最初にインストールしたときに、.NET Framework が存在せず、APM エージェントがインストールされませんでした。その後、.NET Framework がサーバーに追加され、現在 .NET 監視の有効な対象になっています。

解決方法

APM エージェントをインストールするターゲット サーバーの Operations Manager エージェントを修復します。

Element properties:

TargetMicrosoft.SystemCenter.HealthService
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledFalse
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.Apm.ValidHostNoAPMAgentMonitorType
RemotableFalse
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.Apm.ValidHostNoAPMAgentMonitor" Accessibility="Public" Enabled="false" Target="SC!Microsoft.SystemCenter.HealthService" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="false" Priority="Normal" TypeID="Microsoft.SystemCenter.Apm.ValidHostNoAPMAgentMonitorType" ConfirmDelivery="false">
<Category>ConfigurationHealth</Category>
<OperationalStates>
<OperationalState ID="InvalidHost" MonitorTypeStateID="InvalidHost" HealthState="Success"/>
<OperationalState ID="ValidHost" MonitorTypeStateID="ValidHost" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<Frequency>14400</Frequency>
<WindowsVersion>6.0</WindowsVersion>
</Configuration>
</UnitMonitor>