성능 데이터 수집 상태

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

Knowledge Base article:

요약

에이전트에서 오랫동안 Operations Manager 데이터베이스에 성능 데이터를 보고하지 않았습니다.

원인

에이전트에서 Operations Manager 데이터베이스와 통신할 수 없거나 에이전트가 비정상인 경우 이런 문제가 발생할 수 있습니다. 기본적으로 에이전트가 X분 동안 Operations Manager에 성능 데이터를 반환하지 않는 경우 이 모니터는 경고를 생성합니다.

해결 방법

에이전트가 관리 서버와 통신할 수 있는지 여부를 확인하세요.

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
에이전트에서 오랫동안 성능 데이터를 반환하지 않았음
{0} 에이전트에서 오랫동안 Operations Manager 데이터베이스에 성능 데이터를 반환하지 않았습니다. 에이전트가 정상인지 확인하세요.
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>