상태를 검색하려는 동안 사이트를 찾지 못했습니다.

Microsoft.Windows.InternetInformationServices.6.2.FailedToFindSiteWhileAttemptingToRetrieveState (Rule)

Knowledge Base article:

요약

IIS에 대한 상태 모니터링 모듈이 지정된 사이트를 찾지 못했습니다. 이 경우 상태 모니터링 모듈이 사이트의 최신 상태를 제공하지 못합니다.

원인

이 오류는 사이트가 최근 IIS에서 제거되었고 사이트의 검색 규칙에서 변경 사항을 아직 감지하지 못한 경우에 발생할 가능성이 많습니다.

해결 방법

오류 메시지에 지정된 사이트를 최근 제거한 경우 아무 작업도 필요하지 않습니다. Operations Manager에서 사이트를 제거한 경우 다음에 사이트 검색 규칙을 실행할 때 이 경고를 해결할 수 있습니다.

Element properties:

TargetMicrosoft.Windows.Server.6.2.Computer
CategoryAlert
EnabledFalse
Event_ID33855
Event SourceHealth Service Modules
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
상태를 검색하려는 동안 사이트를 찾지 못했습니다.
이벤트 설명: {0}
Event LogOperations Manager

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.6.2.FailedToFindSiteWhileAttemptingToRetrieveState" Enabled="false" Target="WindowsLibrary!Microsoft.Windows.Server.6.2.Computer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">33855</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Health Service Modules</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.6.2.FailedToFindSiteWhileAttemptingToRetrieveState.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>