AVIcode Intercept 서비스 검색됨

Microsoft.SystemCenter.Apm.AVIcodeInterceptServiceFoundMonitor (UnitMonitor)

이전 AVIcode .NET Enterprise 에이전트가 시스템에 있음을 나타내는 설치 관리자 오류를 감시하는 모니터입니다. 이 모니터는 기본적으로 사용되지 않지만 System Center Operations Manager에서 새로운 APM 기능과 반대로 여전히 AVIcode Intercept 서비스를 실행하는 에이전트 부분을 확인하기 위해 사용하도록 설정할 수 있습니다.

Knowledge Base article:

요약

Operations Manager APM 에이전트 설치 관리자가 AVIcode 5.7 이하 제품을 호스팅하는 시스템에서 실행되는 경우 인스턴스 상태가 비정상이 됩니다.

원인

Operations Manager 상태 서비스를 설치하는 동안 설치 관리자가 이전에 설치된 AVIcode 인터셉터를 찾았습니다. AVIcode 인터셉터가 시스템에서 제거될 때까지 대상 서버에 대한 Operations Manager APM 에이전트를 사용할 수 없습니다. 현재 AVIcode Intercept Studio 또는 ASP.NET 응용 프로그램 라이브러리 MP를 사용 중인 경우에는 AVIcode 인터셉터가 있습니다.

Operations Manager APM 기능은 IIS 7 이상에서 호스팅된 웹 응용 프로그램 및 서비스용 ASP.NET 응용 프로그램 라이브러리 MP를 대체합니다.

Operations Manager APM을 사용하려면 대상 서버에서 AVIcode 인터셉터를 제거하고 Operations Manager 에이전트를 다시 설치하세요.

해결 방법

대상 시스템에서 AVIcode 인터셉터를 제거해야 합니다.

시스템에서 AVIcode 5.x를 제거하려면

ASP .NET 응용 프로그램 라이브러리를 제거하려면

Element properties:

TargetMicrosoft.SystemCenter.HealthService
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.Apm.AVIcodeInterceptServiceFoundMonitorType
RemotableFalse
AccessibilityPublic
Alert Message
.NET 모니터링 서비스 충돌
AVIcode 5.7 이전 제품이 검색되었습니다. Operations Manager APM을 사용하려면 "{0}"에서 해당 제품을 제거해야 합니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.Apm.AVIcodeInterceptServiceFoundMonitor" Accessibility="Public" Enabled="false" Target="SC!Microsoft.SystemCenter.HealthService" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="false" Priority="Normal" TypeID="Microsoft.SystemCenter.Apm.AVIcodeInterceptServiceFoundMonitorType" ConfirmDelivery="false">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.Apm.AVIcodeInterceptServiceFoundMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="InterceptServiceNotFound" MonitorTypeStateID="InterceptServiceNotFound" HealthState="Success"/>
<OperationalState ID="InterceptServiceFound" MonitorTypeStateID="InterceptServiceFound" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<Frequency>14400</Frequency>
<WindowsVersion>6.0</WindowsVersion>
</Configuration>
</UnitMonitor>