Moduł przekazujący usług zbierania danych inspekcji — usługa systemu Windows

Microsoft.SystemCenter.AuditCollectionService.Forwarder.ServiceMonitor (UnitMonitor)

Ten monitor sprawdza stan usługi modułu przekazującego ACS w systemie Windows.

Knowledge Base article:

Podsumowanie

Usługa zbierania danych inspekcji została zatrzymana. Gdy usługa zbierania danych inspekcji nie jest uruchomiona, żadne dane inspekcji nie są przekazywane do serwera zarządzania.

Przyczyny

Gromadzenie danych inspekcji po stronie agenta jest nieprawidłowo skonfigurowane.

Rozwiązania

Sprawdź dzienniki zdarzeń systemu, aby ustalić, dlaczego usługa zbierania danych inspekcji została zatrzymana.

Można spróbować ponownie uruchomić usługę, korzystając z następującego łącza:

Uruchom usługę zbierania danych inspekcji

Element properties:

TargetMicrosoft.SystemCenter.Agent
Parent MonitorMicrosoft.SystemCenter.AuditCollectionService.AvailabilityHealthRollup
CategoryStateCollection
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityInternal
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.AuditCollectionService.Forwarder.ServiceMonitor" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.Agent" ParentMonitorID="Microsoft.SystemCenter.AuditCollectionService.AvailabilityHealthRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>AdtAgent</ServiceName>
</Configuration>
</UnitMonitor>