Monitor de integridade do WMI

Microsoft.SystemCenter.WMIFunctionalMonitor (UnitMonitor)

Ao realizar uma consulta periódica WMI, esse monitor verifica se o WMI está íntegro

Knowledge Base article:

Resumo

O monitor de integridade do WMI tentou executar a consulta WMI “select * from win32_operatingsystem” e encontrou um erro WMI.

Causas

O WMI neste computador não está íntegro e não pode retornar dados da consulta.

Resoluções

Verifique se o serviço WMI (Instrumentação de Gerenciamento do Windows) está sendo executado neste computador.

Verifique se o serviço RPC (Chamada de Procedimento Remoto) está sendo executado neste computador.

Verifique se o repositório WMI está consistente no computador

Verifique se o DCOM está habilitado

Se nenhum das etapas acima resolver o problema, baixe o utilitário de diagnósticos WMI em http://go.microsoft.com/fwlink/?LinkId=158226.O utilitário de diagnósticos WMI é um script VBScript projetado para ajudar a solucionar problemas do estado atual do serviço WMI em um computador.

Externo

Para obter mais informações sobre como solucionar problemas com o WMI, acesse http://go.microsoft.com/fwlink/?LinkId=158224.

Element properties:

TargetMicrosoft.SystemCenter.Agent
Parent MonitorSystem.Health.ConfigurationState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.OperationsManager.WMIFunctional.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
WMI não íntegro
O WMI no computador {0} não está íntegro
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.WMIFunctionalMonitor" Accessibility="Public" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.Agent" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.OperationsManager.WMIFunctional.MonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.WMIFunctionalMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="WMISuccess" MonitorTypeStateID="WMISuccess" HealthState="Success"/>
<OperationalState ID="WMIError" MonitorTypeStateID="WMIError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>86400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>