Estado de Funcionamento do Serviço de Mensagens

Microsoft.Windows.Server.2003.OperatingSystem.MessengerServiceHealth (UnitMonitor)

Monitoriza o estado de funcionamento do serviço do Windows para o Windows Messenger

Knowledge Base article:

Resumo

O serviço Messenger transmite mensagens do serviço de Alerta e net send entre clientes e servidores. Este serviço não está relacionado com o Windows Messenger. Se este serviço estiver parado, as mensagens e alertas definidos no Monitor de Desempenho não serão enviados.

Causas

Um serviço pode parar por diversos motivos, entre os quais:

Resoluções

O serviço pode ser reiniciado utilizando a tarefa Iniciar Serviço Messenger ou através do snap-in Serviços da consola de Gestão de Computadores:

Iniciar a Consola Gestão de Computadores

Element properties:

TargetMicrosoft.Windows.Server.2003.OperatingSystem
Parent MonitorMicrosoft.Windows.Server.2003.OperatingSystem.CoreServicesRollup
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Serviço de Mensagens Parado
O Serviço de Mensagens no servidor {0} deixou de funcionar
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2003.OperatingSystem.MessengerServiceHealth" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.2003.OperatingSystem" ParentMonitorID="Microsoft.Windows.Server.2003.OperatingSystem.CoreServicesRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2003.OperatingSystem.MessengerServiceHealth.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>Messenger</ServiceName>
</Configuration>
</UnitMonitor>