As arquiteturas do agente e do sistema operacional são idênticas

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

Esse monitor detecta se o agente de 32 bits foi instalado em um sistema operacional de 64 bits.

Knowledge Base article:

Resumo

Esse monitor verifica as versões dos agentes e gera um alerta quando detecta um agente de 32 bits instalado em um sistema operacional de 64 bits. Executar um agente de 32 bits em um sistema operacional de 64 bits produzirá resultados não confiáveis e não representa uma configuração com suporte.

Causas

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

Resoluções

No computador especificado no alerta, remova o agente do Operations Manager manualmente usando Programas e Recursos no Painel de Controle. Em seguida, você poderá reinstalar o agente, o que pode ser feito usando o console de Operações (recomendado) ou manualmente. Se você instalar o agente manualmente, certifique-se de instalar a versão correta para o sistema operacional.

Referência externa

Para obter mais informações sobre a instalação de 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 em um sistema operacional de 64 bits.
O {0} está executando um agente de 32 bits em um sistema operacional de 64 bits, o que pode resultar em um comportamento não confiá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>