등록 지점의 IIS 작동 중단

Microsoft.SystemCenter2012.ConfigurationManager.EnrollmentPoint.IIS.ServiceHealth (UnitMonitor)

이 모니터는 등록 지점 역할을 호스트하는 IIS 서버가 작동하고 있는지 여부를 검사합니다.

Knowledge Base article:

요약

이 모니터는 IIS 웹 서버 서비스(W3SVC)의 상태를 확인합니다. 이 모니터에서 경고가 수신되면 서비스를 작동 상태로 되돌리기 위한 조치가 필요할 수 있습니다.

이 모니터는 IIS(인터넷 정보 서비스) 관리 팩의 IIS 웹 서버 서비스 모니터와 동일합니다. 해당 모니터를 이미 사용하도록 설정한 경우 중복된 경고를 피하기 위해 이 모니터를 사용하지 않도록 설정할 수 있습니다.

원인

서비스는 다음과 같은 여러 가지 이유로 중지될 수 있습니다.

해결 방법

IIS 웹 서버 서비스(W3SVC)가 실행되고 있지 않은 경우 다음 작업을 수행하여 문제를 진단하거나 서비스를 다시 시작할 수 있습니다.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.EnrollmentPoint
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
등록 지점의 IIS 서비스가 실행되고 있지 않음
{1} 컴퓨터에서 {0} 서비스가 실행되고 있지 않습니다.
RunAsDefault
CommentSIV:DM0035

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.EnrollmentPoint.IIS.ServiceHealth" Comment="SIV:DM0035" Accessibility="Public" Enabled="false" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.EnrollmentPoint" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.EnrollmentPoint.IIS.ServiceHealth_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='DisplayName']$</AlertParameter1>
<AlertParameter2>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ServiceName>W3SVC</ServiceName>
<CheckStartupType/>
</Configuration>
</UnitMonitor>