Forefront TMG Server: SQL Server (ISARS) – Dienstüberwachung

Microsoft.Forefront.TMG.Reporting.ServerComponent.ReportingDBServiceMonitor (UnitMonitor)

Überwacht den SQL Server-Dienst (ISARS) von Forefront TMG Server.

Element properties:

TargetMicrosoft.Forefront.TMG.Reporting.ServerComponent
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Forefront TMG Server: Dienstüberwachung für SQL Server (ISARS) meldet einen Fehler
Der Dienst wird nicht ausgeführt. Details: Dienstanzeigename: {0} Dienstname: {1} Computername: {2} Versuchen Sie, den Dienst neu zu starten.
RunAsDefault

Source Code:

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