ACS Forwarder Service Running State

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

Monitors the current status of the Microsoft Audit Collection Service Forwarder. An alert from this monitor indicates the Microsoft Audit Collection Service Forwarder is not currently running

Element properties:

TargetMicrosoft.SystemCenter.ACS.Forwarder
Parent MonitorMicrosoft.SystemCenter.ACS.Forwarder.AvailabilityHealthRollup
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityLow
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Microsoft Audit Collector Service Forwarder Stopped
The Microsoft Audit Collector Service Forwarder on computer {0} has stopped running
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.ACS.Forwarder.ServiceStateMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.SystemCenter.ACS.Forwarder" ParentMonitorID="Microsoft.SystemCenter.ACS.Forwarder.AvailabilityHealthRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.ACS.Forwarder.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>adtagent</ServiceName>
<CheckStartupType>true</CheckStartupType>
</Configuration>
</UnitMonitor>