Integridade da coleta de dados de desempenho

Microsoft.SystemCenter.AgentHealth.LastPerf.Monitor (UnitMonitor)

Knowledge Base article:

Resumo

O agente não informou os dados de desempenho no banco de dados do Operations Manager por um longo tempo.

Causas

Isso poderá ocorrer se o agente não puder se comunicar com o banco de dados do Operations Manager ou o agente não for íntegro. Por padrão, este monitor alertará se o agente não tiver retornado dados de desempenho no banco de dados do Operations Manager por X minutos.

Resoluções

Verifique se o agente é capaz de se comunicar com o servidor de gerenciamento.

Element properties:

TargetMicrosoft.SystemCenter.HealthServiceWatcher
Parent MonitorMicrosoft.SystemCenter.AgentHealth.Watcher.Rollup
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.AgentHealth.LastPerf.MonitorType
RemotableTrue
AccessibilityInternal
Alert Message
O agente não retornou dados do desempenho por um longo tempo
O agente {0} não retornou dados do desempenho para o banco de dados do Operations Manager por um longo tempo. Verifique se o agente está íntegro.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.AgentHealth.LastPerf.Monitor" Accessibility="Internal" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher" ParentMonitorID="Microsoft.SystemCenter.AgentHealth.Watcher.Rollup" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.AgentHealth.LastPerf.MonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.AgentHealth.LastPerf.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher"]/HealthServiceName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="LastPerfOK" MonitorTypeStateID="LastPerfOK" HealthState="Success"/>
<OperationalState ID="LastPerfTooOld" MonitorTypeStateID="LastPerfTooOld" HealthState="Error"/>
</OperationalStates>
<Configuration>
<QueryTimeout>120</QueryTimeout>
<Interval>3600</Interval>
<SyncTime>00:07</SyncTime>
<WatchPeriodHr>6</WatchPeriodHr>
<MaxPerfAgeHr>4</MaxPerfAgeHr>
</Configuration>
</UnitMonitor>