Błąd ogólny monitorowania relacji zaufania

Microsoft.ActiveDirectoryFederationServices.2016.TrustManagementTrustMonitoringGenericErrorMonitor (UnitMonitor)

Knowledge Base article:

Podsumowanie

Wystąpił błąd podczas monitorowania relacji zaufania. Spowoduje to przerwanie monitorowania relacji zaufania do czasu rozpoczęcia następnego cyklu monitorowania.

Domyślne ustawienie interwału czasu monitorowania relacji zaufania usług AD FS to 1 dzień. Ten monitor wygeneruje stan Żółty, jeśli zdarzenie o identyfikatorze 165 wystąpi co najmniej cztery razy w ciągu 5 dni. Jeśli ten sam problem nie pojawi się ponownie w ciągu 1,5 dnia, stan kondycji tego monitora zmieni się ponownie na Zielony, a alert wygenerowany przez ten monitor zostanie automatycznie rozwiązany.

Przyczyny

Aby uzyskać więcej informacji na temat przyczyn tego zdarzenia, należy zapoznać z dodatkowymi szczegółami wymienionymi w zdarzeniu.

Rozwiązania

Skorzystaj z dodatkowych danych podanych w tym zdarzeniu, aby rozwiązać problem. Jeśli problem nadal będzie występować, skontaktuj się z pomocą techniczną w celu uzyskania dalszej pomocy.

Element properties:

TargetMicrosoft.ActiveDirectoryFederationServices.2016.TrustManagement
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.RepeatedEventLogTimer2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Błąd ogólny monitorowania relacji zaufania
Wystąpił błąd podczas monitorowania relacji zaufania. Tymczasowo przerwano monitorowanie relacji zaufania. Kolejna próba zostanie podjęta automatycznie w zależności od wartości interwału monitorowania skonfigurowanej dla wszystkich relacji zaufania.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.ActiveDirectoryFederationServices.2016.TrustManagementTrustMonitoringGenericErrorMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.ActiveDirectoryFederationServices.2016.TrustManagement" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.RepeatedEventLogTimer2StateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.ActiveDirectoryFederationServices.2016.TrustManagementTrustMonitoringGenericErrorMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="RepeatedEventRaised" MonitorTypeStateID="RepeatedEventRaised" HealthState="Warning"/>
<OperationalState ID="TimerEventRaised" MonitorTypeStateID="TimerEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<RepeatedComputerName>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</RepeatedComputerName>
<RepeatedLogName>$Target/Host/Property[Type="Microsoft.ActiveDirectoryFederationServices.2016.FederationServer"]/ADFSEventLog$</RepeatedLogName>
<RepeatedExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">165</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005RegularExpression</Operator>
<Pattern>(^AD FS$)</Pattern>
</RegExExpression>
</Expression>
</And>
</RepeatedExpression>
<Consolidator>
<ConsolidationProperties/>
<TimeControl>
<WithinTimeSchedule>
<Interval>432000</Interval>
</WithinTimeSchedule>
</TimeControl>
<CountingCondition>
<Count>4</Count>
<CountMode>OnNewItemTestOutputRestart_OnTimerSlideByOne</CountMode>
</CountingCondition>
</Consolidator>
<TimerWaitInSeconds>129600</TimerWaitInSeconds>
</Configuration>
</UnitMonitor>