안티맬웨어 정의 기간

Microsoft.SCEP.Linux.AntimalwareDefinitionsDate.Monitor (UnitMonitor)

정의 파일이 오래된 버전인지 여부를 검사합니다. 정의 파일이 3일 이상된 경우 이 모니터링은 경고 상태로 설정되며, 정의 파일이 6일 이상된 경우에는 심각한 상태로 설정됩니다.

Knowledge Base article:

요약

최신 정의는 최신 맬웨어 위협으로부터 컴퓨터를 보호할 수 있도록 도와줍니다.

구성

Operations Manager 재정의 메커니즘을 사용하여 정의가 오래된 것으로 간주되는 일수를 구성할 수 있습니다.

원인

이 문제의 가장 일반적인 원인은 연결 손실입니다.

해결 방법

클라이언트 컴퓨터가 업데이트 서버에 연결되었는지 확인합니다. 그런 다음, 안티맬웨어 정의 업데이트 안티맬웨어 정의를 업데이트합니다.

Element properties:

TargetMicrosoft.SCEP.Linux.ProtectedServer
Parent MonitorMicrosoft.SCEP.Linux.ProtectedServer.Agregate.Monitor
CategorySecurityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SCEP.Linux.AntimalwareDefinitionsDate.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
정의가 오래된 버전임
'{0}'의 System Center Endpoint Protection 클라이언트에서 사용된 정의 파일이 {1}일보다 오래되었습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SCEP.Linux.AntimalwareDefinitionsDate.Monitor" Accessibility="Public" Enabled="true" Target="SCEPLinuxLibrary!Microsoft.SCEP.Linux.ProtectedServer" ParentMonitorID="Microsoft.SCEP.Linux.ProtectedServer.Agregate.Monitor" Remotable="true" Priority="Normal" TypeID="SCEPLinuxLibrary!Microsoft.SCEP.Linux.AntimalwareDefinitionsDate.MonitorType" ConfirmDelivery="true">
<Category>SecurityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SCEP.Linux.AntimalwareDefinitionsDate.Monitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="SCEPLinuxLibrary!Microsoft.SCEP.Linux.ProtectedServer"]/ComputerId$</AlertParameter1>
<AlertParameter2>$Data/Context/Property[@Name='Age']$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateIdfef5ec7a02724b3b92b4605073a94c22" MonitorTypeStateID="Healthy" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateIdfac1ab07e6ef4707b2531648930ec5d6" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="UIGeneratedOpStateId8a5d18e1d0d34747b44ff239808bdc87" MonitorTypeStateID="Critical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<Interval>28800</Interval>
<TargetSystem>$Target/Host/Property[Type="Unix!Microsoft.Unix.Computer"]/NetworkName$</TargetSystem>
<AgeHealthyValue>3</AgeHealthyValue>
<AgeCriticalValue>5</AgeCriticalValue>
</Configuration>
</UnitMonitor>