Kondycja usługi Posłaniec

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

Monitoruje kondycję usługi Posłaniec w systemie Windows

Knowledge Base article:

Podsumowanie

Usługa Posłaniec przesyła wiadomości usługi Net Send oraz usługi alertowania między klientami i serwerami. Ta usługa nie jest powiązana z usługą Windows Messenger. Gdy ta usługa zostanie zatrzymana, wiadomości i alerty zdefiniowane w monitorze wydajności nie będą wysyłane.

Przyczyny

Usługa może zostać zatrzymana z wielu powodów, takich jak:

Rozwiązania

Usługę można ponownie uruchomić za pomocą zadania Uruchom usługę Posłaniec lub za pośrednictwem przystawki Usługi w konsoli Zarządzanie komputerem:

Uruchom konsolę Zarządzanie komputerem

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
Usługa Posłaniec została zatrzymana
Usługa Posłaniec na serwerze {0} przestała działać
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>