Povolení proxy serveru u agenta OM nástroje System Center Virtual Machine Manager

Microsoft.SystemCenter.VirtualMachineManager.OMAgentProxyEnabledMonitor (UnitMonitor)

Sleduje, zda je u agenta nástroje Operations Manager povolen proxy server.

Knowledge Base article:

Souhrn

Sledování proxy agenta naznačuje, zda byl agent Operations Manager na serveru VMM konfigurován, aby jednal jako proxy.

Příčiny

Sledování je ve stavu Není v pořádku, pokud nebyl server VMM Operations Manager konfigurován, aby vystupoval jako proxy.

Řešení

Chcete-li povolit agentovi Operations Manager na serveru VMM, aby jednal jako 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
Server proxy agenta zakázán
Proxy server agenta nástroje Operations Manager není aktivován na {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>