Forefront TMG Server: Microsoft Forefront TMG Control - 서비스 모니터

Microsoft.Forefront.TMG.Server.ISAControlServiceMonitor (UnitMonitor)

Forefront TMG Server의 Microsoft Forefront TMG Control 서비스를 모니터링합니다.

Element properties:

TargetMicrosoft.Forefront.TMG.Server
Parent MonitorMicrosoft.Forefront.TMG.Server.FirewallSvcRollupMonitor
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Forefront TMG Server: Microsoft Forefront TMG Control 서비스 모니터에서 오류가 보고되었습니다.
서비스가 실행되지 않고 있습니다. 설명: 서비스 표시 이름: {0} 서비스 이름: {1} 컴퓨터 이름: {2} 서비스를 다시 시작해 보십시오.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Forefront.TMG.Server.ISAControlServiceMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.Forefront.TMG.Server" ParentMonitorID="Microsoft.Forefront.TMG.Server.FirewallSvcRollupMonitor" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Forefront.TMG.Server.ISAControlServiceMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='DisplayName']$</AlertParameter1>
<AlertParameter2>$Data/Context/Property[@Name='Name']$</AlertParameter2>
<AlertParameter3>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>isactrl</ServiceName>
<CheckStartupType>true</CheckStartupType>
</Configuration>
</UnitMonitor>