Работоспособность службы межсайтовых сообщений

Microsoft.Windows.Server.2008.AD.EssentialService.ISM.ServiceCheck (UnitMonitor)

Отслеживание работоспособности службы Windows "Служба межсайтовых сообщений"

Knowledge Base article:

Summary

Monitors that the Intersite Messaging service is running on this domain controller. This service enables messages to be exchanged between computers running Windows Server sites.

If the service is stopped, messages will not be exchanged, nor will site routing information be calculated for other services.

Resolutions

Verify that the Intersite Messaging service is set to automatic start and is running.

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.EssentialService.ISM
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableFalse
AccessibilityPublic
Alert Message
Служба межсайтовых сообщений не запущена
Служба межсайтовых сообщений не запущена.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2008.AD.EssentialService.ISM.ServiceCheck" Accessibility="Public" Enabled="onEssentialMonitoring" Target="AD2008Core!Microsoft.Windows.Server.2008.AD.EssentialService.ISM" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="false" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2008.AD.EssentialService.ISM.ServiceCheck.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Error" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Success" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>.</ComputerName>
<ServiceName>IsmServ</ServiceName>
</Configuration>
</UnitMonitor>