Ricevuto un evento APM non supportato da un agente

Microsoft.SystemCenter.Apm.Infrastructure.Monitoring.ApmAgent.NotSupportedEvents.Monitor (UnitMonitor)

Questo monitoraggio rileva se un agente ha ricevuto eventi APM non supportati. In questa circostanza il monitoraggio si trasforma in uno stato di avviso.

Knowledge Base article:

Riepilogo

Lo stato dell'istanza diventa non integro quando vengono ricevuti eventi APM non supportati.

Cause

Operations Manager è in grado di elaborare gli eventi APM dalla versione di Microsoft Monitoring Agent inclusa nella stessa versione. Se un agente della versione più recente invia eventi APM a un server di gestione meno recente, è possibile che tale server non elabori gli eventi e che questi ultimi vengano quindi scartati.

Soluzioni

Per visualizzare gli eventi APM ricevuti da tutti gli agenti, è necessario aggiornare il server di gestione e la console Web a una versione compatibile con tutti gli agenti del gruppo di gestione.

Per ulteriori informazioni sul controllo delle versioni e sulla compatibilità, vedere le note sulla versione di System Center e di Microsoft Monitoring Agent.

Element properties:

TargetMicrosoft.SystemCenter.Apm.ApmAgent
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableFalse
AccessibilityPublic
Alert Message
Ricevuto un evento APM non supportato da un agente
Operations Manager è in grado di elaborare gli eventi APM dalla versione di Agente di monitoraggio di Microsoft inclusa nella stessa versione. Se un agente della versione più recente invia eventi APM a un server di gestione meno recente, è possibile che tale server non elabori gli eventi e che questi ultimi vengano quindi scartati.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.Apm.Infrastructure.Monitoring.ApmAgent.NotSupportedEvents.Monitor" Accessibility="Public" Enabled="true" ParentMonitorID="Health!System.Health.ConfigurationState" Target="AI!Microsoft.SystemCenter.Apm.ApmAgent" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" Remotable="false" Priority="Normal" ConfirmDelivery="false">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.Apm.Infrastructure.Monitoring.ApmAgent.NotSupportedEvents.Monitor.AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Warning"/>
<OperationalState ID="ManualResetEventRaised" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">.NET app monitoring</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">34006</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">34007</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">34009</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>