Integridade do Serviço de Mensageiro

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

Monitora a integridade do serviço do Windows para o Windows Messenger

Knowledge Base article:

Resumo

O Serviço de Mensageiro transmite mensagens de net send e do serviço de Alerta entre clientes e servidores. Esse serviço não está relacionado ao Windows Messenger. Se esse serviço for parado, mensagens e alertas definidas no Monitor de Desempenho não serão enviadas.

Causas

Um serviço pode parar por muitos motivos, incluindo:

Resoluções

O serviço pode ser reiniciado usando a tarefa Iniciar Serviço de Mensageiro ou por meio do snap-in de Serviços no console de Gerenciamento do Computador:

Iniciar o Console de Gerenciamento do Computador

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 Mensageiro Parado
O serviço de Mensageiro no servidor {0} parou
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>