Microsoft 审核收集服务收集器运行状态

Microsoft.SystemCenter.ACS.Collector.ServiceStateMonitor (UnitMonitor)

监视 Microsoft 审核收集收集器服务的当前状态。 此监视器发出警报表明 Microsoft 审核收集服务收集器当前未在运行

Element properties:

TargetMicrosoft.SystemCenter.ACS.Collector
Parent MonitorMicrosoft.SystemCenter.ACS.Collector.AvailabilityHealthRollup
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityLow
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Microsoft 审核收集器服务收集器已停止
计算机 {0} 上的 Microsoft 审核收集器服务已停止运行
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.ACS.Collector.ServiceStateMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.SystemCenter.ACS.Collector" ParentMonitorID="Microsoft.SystemCenter.ACS.Collector.AvailabilityHealthRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.ACS.Collector.ServiceStateMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Low</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Success" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="Error" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName/>
<ServiceName>adtserver</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>