A arquitetura do agente e do sistema operativo é igual

Microsoft.SystemCenter.Agent.Configuration.ArchitectureMismatchMonitor (UnitMonitor)

Este monitor deteta se o agente de 32 bits foi instalado num sistema operativo de 64 bits.

Knowledge Base article:

Resumo

Este monitor verifica a versão de agentes e gera um alerta quando detetar um agente de 32 bits instalado num sistema operativo de 64 bits. A execução de um agente de 32 bits num sistema operativo de 64 bits irá produzir resultados pouco fiáveis e não é uma configuração suportada.

Causas

O agente instalado no computador especificado no alerta tem a versão incorreta para o sistema operativo. Isto pode ocorrer quando o agente é instalado manualmente.

Resoluções

No computador especificado no alerta, remova manualmente o agente do Operations Manager utilizando Programas e Funcionalidades no Painel de Controlo. Em seguida, pode reinstalar o agente, utilizando o Operations Console (recomendado) ou manualmente. Se instalar manualmente o agente, certifique-se de que instala a versão correta do agente para o sistema operativo.

Externo

Para mais informações sobre como instalar agentes, consulte:

Element properties:

TargetMicrosoft.SystemCenter.Agent
Parent MonitorSystem.Health.ConfigurationState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.Agent.Configuration.ArchitectureMismatchMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Um agente de 32 bits está instalado num sistema operativo de 64 bits
{0} está a executar um agente de 32 bits num sistema operativo de 64 bits, o que poderá resultar em comportamento não fiável.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.Agent.Configuration.ArchitectureMismatchMonitor" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCLibrary!Microsoft.SystemCenter.Agent" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.Agent.Configuration.ArchitectureMismatchMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.Agent.Configuration.ArchitectureMismatchMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="AgentArchitectureMatch" MonitorTypeStateID="ArchitectureMatch" HealthState="Success"/>
<OperationalState ID="AgentArchitectureMismatch" MonitorTypeStateID="ArchitectureMismatch" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<IntervalSeconds>86400</IntervalSeconds>
</Configuration>
</UnitMonitor>