IIS 상태 모니터링 모듈 초기화를 수행하지 못했습니다.

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

Knowledge Base article:

요약

IIS 상태 모니터링 모듈 초기화를 수행하지 못했습니다.

원인

이 규칙은 IIS 상태 모니터링 모듈의 구성 문제를 나타냅니다. 모듈 구성이 손상된 상태이거나 손상된 상태의 모듈 구성을 읽을 수 없습니다. 모듈 구성은 관리 팩에서 설정합니다.

해결 방법

관리 팩 캐시가 손상되거나 관리 팩 자체에 버그가 있는 경우 외에는 이 오류가 발생하지 않습니다. 첫 번째 경우에는 상태 서비스 상태 및 캐시를 플러시할 수 있습니다.

Element properties:

TargetMicrosoft.Windows.Server.6.2.Computer
CategoryAlert
EnabledFalse
Event SourceHealth Service Modules
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
IIS 상태 모니터링 모듈 초기화를 수행하지 못했습니다.
이벤트 설명: {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.FailedToPerformInitializationOfIISStateMonitoringModule" 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>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(33851|33853|33854|33867|33868)$</Pattern>
</RegExExpression>
</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.FailedToPerformInitializationOfIISStateMonitoringModule.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>