Stav kurýrní služby

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

Monitoruje stav služby systému Windows pro kurýrní službu systému Windows.

Knowledge Base article:

Souhrn

Kurýrní služba přenáší příkazy Net Send a zprávy služby Výstrahy mezi klienty a servery. Tato služba nesouvisí s aplikací Windows Messenger. Dojde-li k zastavení této služby, zprávy a výstrahy definované ve Sledování výkonu nebudou odesílány.

Příčiny

Služba se může zastavit z mnoha důvodů včetně:

Řešení

Službu lze restartovat pomocí úlohy Spustit kurýrní službu nebo pomocí modulu snap-in Služby z konzoly Správa počítače:

Spusťte konzolu Správa počítače.

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
Kurýrní služba byla zastavena
Kurýrní služba v serveru {0} byla zastavena.
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>