Tillgänglighetsövervakare för global katalogsökning

Microsoft.Windows.Server.2012.R2.AD.Availability.GCResponse.Monitor (UnitMonitor)

Övervaka att domänkontrollanten kan utföra en global katalogsökning.

Knowledge Base article:

Sammanfattning

Tillgänglighetsövervakare för global katalogsökning. Den här övervakaren utför en sökning i den globala katalogen.

Om sökningen misslyckas skapas en avisering.

Konfiguration

Intervall: standardinställning 300 sekunder

Orsaker

Ett försök att söka i den globala katalogen misslyckades.

Lösningar

Visa varningsdata för ytterligare information.

Om skriptet inte kunde utföra någon sökning, kontrollerar du att Active Directory Domain Services är i ett felfritt tillstånd med dcdiag.

Externt

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.GlobalCatalogServerRole
Parent MonitorMicrosoft.Windows.Server.2012.R2.AD.ResponseMonitors.Availability.AggregateMonitor
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.R2.AD.Availability.GCResponse.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
Tillgänglighetsskriptet för den globala katalogsökningen misslyckades.

Sökskriptet misslyckades.
Fel: {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.R2.AD.Availability.GCResponse.Monitor" Accessibility="Public" Enabled="true" Target="AD2012R2Core!Microsoft.Windows.Server.2012.R2.AD.GlobalCatalogServerRole" ParentMonitorID="Microsoft.Windows.Server.2012.R2.AD.ResponseMonitors.Availability.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2012.R2.AD.Availability.GCResponse.Monitortype" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.R2.AD.Availability.GCResponse.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='ErrorString']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ResponseOK" MonitorTypeStateID="ResponseOK" HealthState="Success"/>
<OperationalState ID="ResponseError" MonitorTypeStateID="ResponseError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>