Monitor de serviço de antimalware

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

Este monitor acompanha a integridade do Mecanismo de antimalware Linux.

Knowledge Base article:

Resumo

É recomendável que o serviço de antimalware esteja em execução em todos os momentos.

Configuração

O monitor relata um estado Crítico quando o serviço de antimalware na máquina cliente não está em execução ou não está respondendo, ou quando o mecanismo antimalware não está funcionando corretamente.

Causas

Há casos em que a atividade de malware desativa o serviço de antimalware. É recomendável que você investigue a causa raiz da falha.

Resoluções

Acesse o computador e inicie o aplicativo System Center Endpoint Protection. Procure erros e siga as instruções na tela. Como alternativa, tente iniciar/reiniciar o serviço de antimalware. Se isso falhar também, tente desinstalar e reinstalar o cliente do System Center Endpoint Protection no computador.

Element properties:

TargetMicrosoft.SCEP.Linux.ProtectedServer
Parent MonitorMicrosoft.SCEP.Linux.ProtectedServer.Agregate.Monitor
CategorySecurityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Unix.WSMan.Process.Status.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
O serviço de antimalware do System Center Endpoint Protection não funciona
O serviço de antimalware do System Center Endpoint Protection está parado ou não funciona.

Nome do computador: {0}
Versão do cliente: {1}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SCEP.Linux.AMService.Monitor" Accessibility="Public" Enabled="true" Target="SCEPLinuxLibrary!Microsoft.SCEP.Linux.ProtectedServer" ParentMonitorID="Microsoft.SCEP.Linux.ProtectedServer.Agregate.Monitor" Remotable="true" Priority="Normal" TypeID="Unix!Microsoft.Unix.WSMan.Process.Status.MonitorType" ConfirmDelivery="true">
<Category>SecurityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SCEP.Linux.AMService.Monitor_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="SCEPLinuxLibrary!Microsoft.SCEP.Linux.ProtectedServer"]/ComputerId$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="SCEPLinuxLibrary!Microsoft.SCEP.Linux.ProtectedServer"]/ClientVer$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId6a454f8e500c4bccb56b8d0ba5d3f3e7" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId80425feabe0e4d0f8a8892827693bc76" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<TargetSystem>$Target/Host/Property[Type="Unix!Microsoft.Unix.Computer"]/NetworkName$</TargetSystem>
<ProcessName>scep_daemon</ProcessName>
<Interval>300</Interval>
</Configuration>
</UnitMonitor>