Proxy de Agente do OM do System Center Virtual Machine Manager Ativado

Microsoft.SystemCenter.VirtualMachineManager.OMAgentProxyEnabledMonitor (UnitMonitor)

Monitoriza se o proxy de agente do Operations Manager se encontra ativado

Knowledge Base article:

Resumo

O monitor Proxy do Agente indica se o agente do Operations Manager no servidor VMM foi ou não configurado para funcionar como proxy.

Causas

O monitor encontrar-se-á num estado danificado se o Operations Manager do servidor VMM não tiver sido configurado para funcionar como proxy.

Resoluções

Para ativar o agente do Operations Manager no servidor VMM para funcionar como proxy:

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
Proxy de Agente do OM não ativado
O proxy de agente do Operations Manager não está ativado em {0}
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>