클라이언트 배포

Microsoft.FEP.UnprotectedServer.DeploymentFailure.Monitor (UnitMonitor)

이 모니터는 Forefront Endpoint Protection 클라이언트 설치 실패를 추적합니다.

Knowledge Base article:

요약

Forefront Endpoint Protection 클라이언트를 지정된 컴퓨터에 설치하는 데 실패했습니다. 경고 설명 및 오류 코드 세부 정보를 확인합니다.

구성

이 모니터는 기본적으로 사용되며 위험 상태를 보고합니다.

원인

설치 실패:

Forefront Endpoint Protection 클라이언트 설치 실패에는 여러 가지 원인이 있습니다. 경고 설명 및 오류 코드 세부 정보를 확인합니다. 이러한 실패의 근본 원인을 조사하는 것이 좋습니다.

해결 방법

설치 실패:

지정된 컴퓨터에 연결하려면 원격 데스크톱 연결을 시용하고 Forefront Endpoint Protection 클라이언트 설치 로그를 수집하고 실패 원인을 조사합니다.

추가 내용

Forefront Endpoint Protection에 대한 자세한 정보는 문제 해결 문서를 참조하십시오.

Element properties:

TargetMicrosoft.FEP.UnprotectedServer
Parent MonitorMicrosoft.FEP.UnprotectedServer.FEP.Aggregate.Monitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.FEP.SecurityVulnerability.DeploymentFailureMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Forefront Endpoint Protection 클라이언트 설치

Forefront Endpoint Protection 클라이언트를 지정된 컴퓨터에 설치하는 데 실패했습니다.
오류 설명: {1}
오류 코드: {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.FEP.UnprotectedServer.DeploymentFailure.Monitor" Accessibility="Public" Enabled="true" Target="FEPLibrary!Microsoft.FEP.UnprotectedServer" ParentMonitorID="Microsoft.FEP.UnprotectedServer.FEP.Aggregate.Monitor" Remotable="true" Priority="Normal" TypeID="FEPLibrary!Microsoft.FEP.SecurityVulnerability.DeploymentFailureMonitorType" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.FEP.UnprotectedServer.DeploymentFailure.Monitor.Alert">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='DeploymentErrorCode']$</AlertParameter1>
<AlertParameter2>$Data/Context/Property[@Name='DeploymentInfo']$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="NoDeployID" MonitorTypeStateID="NoDeploy" HealthState="Success"/>
<OperationalState ID="DeploymentFailedID" MonitorTypeStateID="DeployFailed" HealthState="Error"/>
</OperationalStates>
<Configuration/>
</UnitMonitor>