System Center Virtual Machine Manager OM Agent Proxy Enabled

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

Monitors whether the Opeations Manager agent proxy is enabled

Knowledge Base article:

Summary

The Agent Proxy monitor indicates whether or not the Operations Manager agent on the VMM server has been configured to act as a proxy.

Causes

The monitor is unhealthy if the VMM server Operations Manager has not been configured to act as a proxy.

Resolutions

To enable the Operations Manager agent on the VMM server to act as a 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
OM Agent Proxy not enabled
The Operations Manager agent proxy is not enabled on {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>