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>