System Center Virtual Machine Manager OM エージェント プロキシ有効

Microsoft.SystemCenter.VirtualMachineManager.OMAgentProxyEnabledMonitor (UnitMonitor)

Opeations Manager エージェント プロキシが有効になっているかどうかを監視します

Knowledge Base article:

概要

エージェント プロキシ モニターは、VMM サーバー上の Operations Manager エージェントがプロキシとして動作するように構成されているかどうかを示します。

原因

VMM サーバー上の Operations Manager がプロキシとして動作するように構成されていない場合、モニターは異常になります。

解決方法

プロキシとして動作するように VMM サーバー上の Operations Manager エージェントを有効にするには:

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.Discovery.VMMManagementServer
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.VirtualMachineManager.CheckAgentProxyEnabledMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
OM エージェント プロキシは無効です
{0} の Operations Manager エージェント プロキシは有効になっていません
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.OMAgentProxyEnabledMonitor" Accessibility="Public" Target="VMMDiscovery!Microsoft.SystemCenter.VirtualMachineManager.Discovery.VMMManagementServer" TypeID="Microsoft.SystemCenter.VirtualMachineManager.CheckAgentProxyEnabledMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Enabled="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.OMAgentProxyEnabledMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OMAgentProxyEnabledHealthy" MonitorTypeStateID="Healthy" HealthState="Success"/>
<OperationalState ID="OMAgentProxyEnabledCritical" MonitorTypeStateID="Critical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<FrequencyInHours>24</FrequencyInHours>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>