모바일 장치 관리 지점의 가용성 모니터

Microsoft.SystemCenter2012.ConfigurationManager.DeviceManagementPoint.AvailabilityMonitor (UnitMonitor)

이 모니터는 모바일 장치 관리 지점의 가용성 상태를 검사합니다.

Knowledge Base article:

요약

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

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

원인

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

해결 방법

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

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.DeviceManagementPoint
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter2012.ConfigurationManager.RoleAvailabilityMonitor
RemotableTrue
AccessibilityPublic
Alert Message
모바일 장치 관리 지점을 사용할 수 없음
{1} 컴퓨터의 {0}을(를) 사용할 수 없습니다.
RunAsDefault
CommentSIV:SVC0053

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.DeviceManagementPoint.AvailabilityMonitor" Comment="SIV:SVC0053" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.DeviceManagementPoint" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter2012.ConfigurationManager.RoleAvailabilityMonitor" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.DeviceManagementPoint.AvailabilityMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.SiteRole"]/RoleName$</AlertParameter1>
<AlertParameter2>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId7774bdb9848640fcaa9f8b8f62c3f5ba" MonitorTypeStateID="Good" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateIdb00ecfe58eaa4e058cbcd67103e91279" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId011bd5cc96b2429fa07e757db984271f" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<RoleName>$Target/Property[Type="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.SiteRole"]/RoleName$</RoleName>
<IntervalSeconds>360</IntervalSeconds>
</Configuration>
</UnitMonitor>