Proxy del agente de OM de System Center Virtual Machine Manager habilitado

Microsoft.SystemCenter.VirtualMachineManager.2012.OMAgentProxyEnabledMonitor (UnitMonitor)

Supervisa si el proxy del agente de Operations Manager está habilitado

Knowledge Base article:

Resumen

El monitor Proxy del agente indica si el agente de Operations Manager del servidor VMM ha sido configurado o no para actuar como proxy.

Causas

El monitor tiene un estado incorrecto si el agente de Operations Manager del servidor VMM no se ha configurado para actuar como proxy.

Soluciones

Para habilitar el agente de Operations Manager del servidor VMM para que actúe como proxy:

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.2012.VMMManagementServer
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.VirtualMachineManager.2012.CheckAgentProxyEnabledMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Proxy del agente de OM no habilitado
El proxy del agente de Operations Manager no está habilitado en {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.2012.OMAgentProxyEnabledMonitor" Accessibility="Public" Target="VMM2012Discovery!Microsoft.SystemCenter.VirtualMachineManager.2012.VMMManagementServer" TypeID="Microsoft.SystemCenter.VirtualMachineManager.2012.CheckAgentProxyEnabledMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.2012.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>