상태 마이그레이션 지점의 HTTP 응답 모니터

Microsoft.SystemCenter2012.ConfigurationManager.StateMigrationPointControlManager.FailedToRespondHttp (UnitMonitor)

이 모니터는 SMP_CONTROL_MANAGER를 사용하여 상태 마이그레이션이 HTTP 요청에 응답하는지 여부를 검사합니다.

Knowledge Base article:

요약

상태 마이그레이션 지점이 HTTP 요청에 응답하지 않는다는 것이 상태 마이그레이션 지점 제어 관리자에서 검색되었습니다.

원인

이 상태는 다음과 같은 이유로 발생할 수 있습니다.

해결 방법

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.StateMigrationPointControlManager
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
상태 마이그레이션 지점이 HTTP에 응답하지 않음
SMP 제어 관리자는 {0} 컴퓨터의 상태 마이그레이션 지점이 HTTP 요청에 응답하지 않는지 검색합니다.
RunAsDefault
CommentSIV:COSD0032

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.StateMigrationPointControlManager.FailedToRespondHttp" Comment="SIV:COSD0032" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.StateMigrationPointControlManager" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.StateMigrationPointControlManager.FailedToRespondHttp_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Error"/>
<OperationalState ID="ManualResetEventRaised" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">6207</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">SMS Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>